Shades of Golden Poppy #F0C209
Tints of Golden Poppy #F0C209
RGB
CMYK
RGB Variations
Color information
#F0C209 (or 0xF0C209) is known color: Golden Poppy. HEX triplet: F0, C2 and 09. RGB value is (240,194,9). Sum of RGB (Red+Green+Blue) = 240+194+9=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C209 is #0F3DF6. Grayscale: #BBBBBB. Windows color (decimal): -998903 or 639728. OLE color: 639728.
HSL color Cylindrical-coordinate representation of color #F0C209: hue angle of 48.05º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0C209 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.06 |
| HSL | 48.05º | 0.93% | 0.49% | - |
| HSV(B) | 48.05º | 0.96% | 0.94% | - |
| XYZ | 55.28 | 57.13 | 8.37 | - |
| YUV | 186.66 | 27.74 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 9 | 0 | 0.19 | 0.96 | 0.06 | 48.05 | 0.93 | 0.49 |
| Hex | F0 | C2 | 9 | 0 | 13 | 60 | 6 | 30 | 5D | 31 |
| Octal | 360 | 302 | 11 | 0 | 23 | 140 | 6 | 60 | 135 | 61 |
| Binary | 11110000 | 11000010 | 1001 | 0 | 10011 | 1100000 | 110 | 110000 | 1011101 | 110001 |
Color Harmonies of #F0C209
Complementary color
Monochromatic Colors of #F0C209
Black with #F0C209
Text Example
Text Example
White with #F0C209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C209; }
p { color: rgb(240,194,9); }
H1.HeaderClassName
{
color: #F0C209;
}
.AnyTagClassName
{
color: #F0C209;
}
</style>
background-color css
<style>
a { background-color: #F0C209; }
a { background-color: rgb(240,194,9); }
div.DivClassName
{
background-color: #F0C209;
}
.BgClassName
{
background-color: #F0C209;
}
</style>
border-color css
<style>
span { border-color: #F0C209; }
span { border-color: rgb(240,194,9); }
td.TdClassName
{
border-color: #F0C209;
}
.TagClassName
{
border-color: #F0C209;
}
</style>