Shades of Golden Poppy #FAC209
Tints of Golden Poppy #FAC209
RGB
CMYK
RGB Variations
Color information
#FAC209 (or 0xFAC209) is known color: Golden Poppy. HEX triplet: FA, C2 and 09. RGB value is (250,194,9). Sum of RGB (Red+Green+Blue) = 250+194+9=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC209 is #053DF6. Grayscale: #BEBEBE. Windows color (decimal): -343543 or 639738. OLE color: 639738.
HSL color Cylindrical-coordinate representation of color #FAC209: hue angle of 46.06º 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 #FAC209 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.02 |
| HSL | 46.06º | 0.96% | 0.51% | - |
| HSV(B) | 46.06º | 0.96% | 0.98% | - |
| XYZ | 58.77 | 58.93 | 8.54 | - |
| YUV | 189.65 | 26.05 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 9 | 0 | 0.22 | 0.96 | 0.02 | 46.06 | 0.96 | 0.51 |
| Hex | FA | C2 | 9 | 0 | 16 | 60 | 2 | 2E | 60 | 33 |
| Octal | 372 | 302 | 11 | 0 | 26 | 140 | 2 | 56 | 140 | 63 |
| Binary | 11111010 | 11000010 | 1001 | 0 | 10110 | 1100000 | 10 | 101110 | 1100000 | 110011 |
Color Harmonies of #FAC209
Complementary color
Monochromatic Colors of #FAC209
Black with #FAC209
Text Example
Text Example
White with #FAC209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC209; }
p { color: rgb(250,194,9); }
H1.HeaderClassName
{
color: #FAC209;
}
.AnyTagClassName
{
color: #FAC209;
}
</style>
background-color css
<style>
a { background-color: #FAC209; }
a { background-color: rgb(250,194,9); }
div.DivClassName
{
background-color: #FAC209;
}
.BgClassName
{
background-color: #FAC209;
}
</style>
border-color css
<style>
span { border-color: #FAC209; }
span { border-color: rgb(250,194,9); }
td.TdClassName
{
border-color: #FAC209;
}
.TagClassName
{
border-color: #FAC209;
}
</style>