Html Css Color HEX #FAC44E Golden Tainoi

📋 copy color: '#FAC44E'

red 250 ◦ green 196 ◦ blue 78

#FAC44E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Tainoi #FAC44E

Tints of Golden Tainoi #FAC44E

RGB

 RED value IS 250 (98.05% from 255) = 47.71%

 GREEN value IS 196 (76.95% from 255) = 37.4%

 BLUE value IS 78 (30.86% from 255) = 14.89%

R = 47.71%
G = 37.4%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAC44E (or 0xFAC44E) is known color: Golden Tainoi. HEX triplet: FA, C4 and 4E. RGB value is (250,196,78). Sum of RGB (Red+Green+Blue) = 250+196+78=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC44E is #053BB1. Grayscale: #C7C7C7. Windows color (decimal): -342962 or 5162234. OLE color: 5162234.

HSL color Cylindrical-coordinate representation of color #FAC44E: hue angle of 41.16º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAC44E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 78 -
CMYK 0 0.22 0.69 0.02
HSL 41.16º 0.95% 0.64% -
HSV(B) 41.16º 0.69% 0.98% -
XYZ 60.54 60.35 15.67 -
YUV 198.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 250 196 78 0 0.22 0.69 0.02 41.16 0.95 0.64
Hex FA C4 4E 0 16 45 2 29 5F 40
Octal 372 304 116 0 26 105 2 51 137 100
Binary 11111010 11000100 1001110 0 10110 1000101 10 101001 1011111 1000000

Color Harmonies of #FAC44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC44E

Black with #FAC44E

Text Example


Text Example

White with #FAC44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC44E; }

 p { color: rgb(250,196,78); }

 H1.HeaderClassName
 {
   color: #FAC44E;
 }
 .AnyTagClassName
 {
   color: #FAC44E;
 }
</style>

background-color css

<style>
 a { background-color: #FAC44E; }

 a { background-color: rgb(250,196,78); }

 div.DivClassName
 {
   background-color: #FAC44E;
 }
 .BgClassName
 {
   background-color: #FAC44E;
 }
</style>

border-color css

<style>
 span { border-color: #FAC44E; }

 span { border-color: rgb(250,196,78); }

 td.TdClassName
 {
   border-color: #FAC44E;
 }
 .TagClassName
 {
   border-color: #FAC44E;
 }
</style>