Html Css Color HEX #FAC009 Golden Poppy

📋 copy color: '#FAC009'

red 250 ◦ green 192 ◦ blue 9

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

Shades of Golden Poppy #FAC009

Tints of Golden Poppy #FAC009

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 9 (3.91% from 255) = 2%

R = 55.43%
G = 42.57%
B = 2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAC009 (or 0xFAC009) is known color: Golden Poppy. HEX triplet: FA, C0 and 09. RGB value is (250,192,9). Sum of RGB (Red+Green+Blue) = 250+192+9=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 9 (3.91% from 255 or 2.00% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC009 is #053FF6. Grayscale: #BDBDBD. Windows color (decimal): -344055 or 639226. OLE color: 639226.

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

Color convert

RGB 250 192 9 -
CMYK 0 0.23 0.96 0.02
HSL 45.56º 0.96% 0.51% -
HSV(B) 45.56º 0.96% 0.98% -
XYZ 58.32 58.04 8.39 -
YUV 188.48 26.72 171.88 -
System Red Green Blue C M Y K H S L
Decimal 250 192 9 0 0.23 0.96 0.02 45.56 0.96 0.51
Hex FA C0 9 0 17 60 2 2E 60 33
Octal 372 300 11 0 27 140 2 56 140 63
Binary 11111010 11000000 1001 0 10111 1100000 10 101110 1100000 110011

Color Harmonies of #FAC009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC009

Black with #FAC009

Text Example


Text Example

White with #FAC009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC009; }

 p { color: rgb(250,192,9); }

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

background-color css

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

 a { background-color: rgb(250,192,9); }

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

border-color css

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

 span { border-color: rgb(250,192,9); }

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