Shades of Golden Poppy #F0C808
Tints of Golden Poppy #F0C808
RGB
CMYK
RGB Variations
Color information
#F0C808 (or 0xF0C808) is known color: Golden Poppy. HEX triplet: F0, C8 and 08. RGB value is (240,200,8). Sum of RGB (Red+Green+Blue) = 240+200+8=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C808 is #0F37F7. Grayscale: #BEBEBE. Windows color (decimal): -997368 or 575728. OLE color: 575728.
HSL color Cylindrical-coordinate representation of color #F0C808: hue angle of 49.66º 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 #F0C808 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 8 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.06 |
| HSL | 49.66º | 0.94% | 0.49% | - |
| HSV(B) | 49.66º | 0.97% | 0.94% | - |
| XYZ | 56.63 | 59.85 | 8.8 | - |
| YUV | 190.07 | 25.25 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 8 | 0 | 0.17 | 0.97 | 0.06 | 49.66 | 0.94 | 0.49 |
| Hex | F0 | C8 | 8 | 0 | 11 | 61 | 6 | 32 | 5E | 31 |
| Octal | 360 | 310 | 10 | 0 | 21 | 141 | 6 | 62 | 136 | 61 |
| Binary | 11110000 | 11001000 | 1000 | 0 | 10001 | 1100001 | 110 | 110010 | 1011110 | 110001 |
Color Harmonies of #F0C808
Complementary color
Monochromatic Colors of #F0C808
Black with #F0C808
Text Example
Text Example
White with #F0C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C808; }
p { color: rgb(240,200,8); }
H1.HeaderClassName
{
color: #F0C808;
}
.AnyTagClassName
{
color: #F0C808;
}
</style>
background-color css
<style>
a { background-color: #F0C808; }
a { background-color: rgb(240,200,8); }
div.DivClassName
{
background-color: #F0C808;
}
.BgClassName
{
background-color: #F0C808;
}
</style>
border-color css
<style>
span { border-color: #F0C808; }
span { border-color: rgb(240,200,8); }
td.TdClassName
{
border-color: #F0C808;
}
.TagClassName
{
border-color: #F0C808;
}
</style>