Shades of Golden Poppy #F0C905
Tints of Golden Poppy #F0C905
RGB
CMYK
RGB Variations
Color information
#F0C905 (or 0xF0C905) is known color: Golden Poppy. HEX triplet: F0, C9 and 05. RGB value is (240,201,5). Sum of RGB (Red+Green+Blue) = 240+201+5=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C905 is #0F36FA. Grayscale: #BFBFBF. Windows color (decimal): -997115 or 379376. OLE color: 379376.
HSL color Cylindrical-coordinate representation of color #F0C905: hue angle of 50.04º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0C905 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.06 |
| HSL | 50.04º | 0.96% | 0.48% | - |
| HSV(B) | 50.04º | 0.98% | 0.94% | - |
| XYZ | 56.85 | 60.31 | 8.79 | - |
| YUV | 190.32 | 23.42 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 5 | 0 | 0.16 | 0.98 | 0.06 | 50.04 | 0.96 | 0.48 |
| Hex | F0 | C9 | 5 | 0 | 10 | 62 | 6 | 32 | 60 | 30 |
| Octal | 360 | 311 | 5 | 0 | 20 | 142 | 6 | 62 | 140 | 60 |
| Binary | 11110000 | 11001001 | 101 | 0 | 10000 | 1100010 | 110 | 110010 | 1100000 | 110000 |
Color Harmonies of #F0C905
Complementary color
Monochromatic Colors of #F0C905
Black with #F0C905
Text Example
Text Example
White with #F0C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C905; }
p { color: rgb(240,201,5); }
H1.HeaderClassName
{
color: #F0C905;
}
.AnyTagClassName
{
color: #F0C905;
}
</style>
background-color css
<style>
a { background-color: #F0C905; }
a { background-color: rgb(240,201,5); }
div.DivClassName
{
background-color: #F0C905;
}
.BgClassName
{
background-color: #F0C905;
}
</style>
border-color css
<style>
span { border-color: #F0C905; }
span { border-color: rgb(240,201,5); }
td.TdClassName
{
border-color: #F0C905;
}
.TagClassName
{
border-color: #F0C905;
}
</style>