Shades of Golden Poppy #F0C508
Tints of Golden Poppy #F0C508
RGB
CMYK
RGB Variations
Color information
#F0C508 (or 0xF0C508) is known color: Golden Poppy. HEX triplet: F0, C5 and 08. RGB value is (240,197,8). Sum of RGB (Red+Green+Blue) = 240+197+8=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C508 is #0F3AF7. Grayscale: #BDBDBD. Windows color (decimal): -998136 or 574960. OLE color: 574960.
HSL color Cylindrical-coordinate representation of color #F0C508: hue angle of 48.88º 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 #F0C508 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.06 |
| HSL | 48.88º | 0.94% | 0.49% | - |
| HSV(B) | 48.88º | 0.97% | 0.94% | - |
| XYZ | 55.95 | 58.48 | 8.57 | - |
| YUV | 188.31 | 26.25 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 8 | 0 | 0.18 | 0.97 | 0.06 | 48.88 | 0.94 | 0.49 |
| Hex | F0 | C5 | 8 | 0 | 12 | 61 | 6 | 31 | 5E | 31 |
| Octal | 360 | 305 | 10 | 0 | 22 | 141 | 6 | 61 | 136 | 61 |
| Binary | 11110000 | 11000101 | 1000 | 0 | 10010 | 1100001 | 110 | 110001 | 1011110 | 110001 |
Color Harmonies of #F0C508
Complementary color
Monochromatic Colors of #F0C508
Black with #F0C508
Text Example
Text Example
White with #F0C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C508; }
p { color: rgb(240,197,8); }
H1.HeaderClassName
{
color: #F0C508;
}
.AnyTagClassName
{
color: #F0C508;
}
</style>
background-color css
<style>
a { background-color: #F0C508; }
a { background-color: rgb(240,197,8); }
div.DivClassName
{
background-color: #F0C508;
}
.BgClassName
{
background-color: #F0C508;
}
</style>
border-color css
<style>
span { border-color: #F0C508; }
span { border-color: rgb(240,197,8); }
td.TdClassName
{
border-color: #F0C508;
}
.TagClassName
{
border-color: #F0C508;
}
</style>