Shades of Golden Poppy #F0C008
Tints of Golden Poppy #F0C008
RGB
CMYK
RGB Variations
Color information
#F0C008 (or 0xF0C008) is known color: Golden Poppy. HEX triplet: F0, C0 and 08. RGB value is (240,192,8). Sum of RGB (Red+Green+Blue) = 240+192+8=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C008 is #0F3FF7. Grayscale: #BABABA. Windows color (decimal): -999416 or 573680. OLE color: 573680.
HSL color Cylindrical-coordinate representation of color #F0C008: hue angle of 47.59º 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 #F0C008 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 8 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.06 |
| HSL | 47.59º | 0.94% | 0.49% | - |
| HSV(B) | 47.59º | 0.97% | 0.94% | - |
| XYZ | 54.83 | 56.24 | 8.2 | - |
| YUV | 185.38 | 27.9 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 8 | 0 | 0.20 | 0.97 | 0.06 | 47.59 | 0.94 | 0.49 |
| Hex | F0 | C0 | 8 | 0 | 14 | 61 | 6 | 30 | 5E | 31 |
| Octal | 360 | 300 | 10 | 0 | 24 | 141 | 6 | 60 | 136 | 61 |
| Binary | 11110000 | 11000000 | 1000 | 0 | 10100 | 1100001 | 110 | 110000 | 1011110 | 110001 |
Color Harmonies of #F0C008
Complementary color
Monochromatic Colors of #F0C008
Black with #F0C008
Text Example
Text Example
White with #F0C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C008; }
p { color: rgb(240,192,8); }
H1.HeaderClassName
{
color: #F0C008;
}
.AnyTagClassName
{
color: #F0C008;
}
</style>
background-color css
<style>
a { background-color: #F0C008; }
a { background-color: rgb(240,192,8); }
div.DivClassName
{
background-color: #F0C008;
}
.BgClassName
{
background-color: #F0C008;
}
</style>
border-color css
<style>
span { border-color: #F0C008; }
span { border-color: rgb(240,192,8); }
td.TdClassName
{
border-color: #F0C008;
}
.TagClassName
{
border-color: #F0C008;
}
</style>