Html Css Color HEX #FAC408 Golden Poppy

📋 copy color: '#FAC408'

red 250 ◦ green 196 ◦ blue 8

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

Shades of Golden Poppy #FAC408

Tints of Golden Poppy #FAC408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.76%

R = 55.07%
G = 43.17%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAC408 (or 0xFAC408) is known color: Golden Poppy. HEX triplet: FA, C4 and 08. RGB value is (250,196,8). Sum of RGB (Red+Green+Blue) = 250+196+8=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC408 is #053BF7. Grayscale: #BFBFBF. Windows color (decimal): -343032 or 574714. OLE color: 574714.

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

Color convert

RGB 250 196 8 -
CMYK 0 0.22 0.97 0.02
HSL 46.61º 0.96% 0.51% -
HSV(B) 46.61º 0.97% 0.98% -
XYZ 59.21 59.82 8.66 -
YUV 190.71 24.89 170.29 -
System Red Green Blue C M Y K H S L
Decimal 250 196 8 0 0.22 0.97 0.02 46.61 0.96 0.51
Hex FA C4 8 0 16 61 2 2F 60 33
Octal 372 304 10 0 26 141 2 57 140 63
Binary 11111010 11000100 1000 0 10110 1100001 10 101111 1100000 110011

Color Harmonies of #FAC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC408

Black with #FAC408

Text Example


Text Example

White with #FAC408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC408; }

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

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

background-color css

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

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

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

border-color css

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

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

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