Shades of Golden Poppy #F0C208
Tints of Golden Poppy #F0C208
RGB
CMYK
RGB Variations
Color information
#F0C208 (or 0xF0C208) is known color: Golden Poppy. HEX triplet: F0, C2 and 08. RGB value is (240,194,8). Sum of RGB (Red+Green+Blue) = 240+194+8=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C208 is #0F3DF7. Grayscale: #BBBBBB. Windows color (decimal): -998904 or 574192. OLE color: 574192.
HSL color Cylindrical-coordinate representation of color #F0C208: hue angle of 48.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0C208 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.06 |
| HSL | 48.1º | 0.94% | 0.49% | - |
| HSV(B) | 48.1º | 0.97% | 0.94% | - |
| XYZ | 55.27 | 57.13 | 8.34 | - |
| YUV | 186.55 | 27.24 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 8 | 0 | 0.19 | 0.97 | 0.06 | 48.1 | 0.94 | 0.49 |
| Hex | F0 | C2 | 8 | 0 | 13 | 61 | 6 | 30 | 5E | 31 |
| Octal | 360 | 302 | 10 | 0 | 23 | 141 | 6 | 60 | 136 | 61 |
| Binary | 11110000 | 11000010 | 1000 | 0 | 10011 | 1100001 | 110 | 110000 | 1011110 | 110001 |
Color Harmonies of #F0C208
Complementary color
Monochromatic Colors of #F0C208
Black with #F0C208
Text Example
Text Example
White with #F0C208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C208; }
p { color: rgb(240,194,8); }
H1.HeaderClassName
{
color: #F0C208;
}
.AnyTagClassName
{
color: #F0C208;
}
</style>
background-color css
<style>
a { background-color: #F0C208; }
a { background-color: rgb(240,194,8); }
div.DivClassName
{
background-color: #F0C208;
}
.BgClassName
{
background-color: #F0C208;
}
</style>
border-color css
<style>
span { border-color: #F0C208; }
span { border-color: rgb(240,194,8); }
td.TdClassName
{
border-color: #F0C208;
}
.TagClassName
{
border-color: #F0C208;
}
</style>