Shades of Golden Poppy #F0C002
Tints of Golden Poppy #F0C002
RGB
CMYK
RGB Variations
Color information
#F0C002 (or 0xF0C002) is known color: Golden Poppy. HEX triplet: F0, C0 and 02. RGB value is (240,192,2). Sum of RGB (Red+Green+Blue) = 240+192+2=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C002 is #0F3FFD. Grayscale: #B9B9B9. Windows color (decimal): -999422 or 180464. OLE color: 180464.
HSL color Cylindrical-coordinate representation of color #F0C002: hue angle of 47.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0C002 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.06 |
| HSL | 47.9º | 0.98% | 0.47% | - |
| HSV(B) | 47.9º | 0.99% | 0.94% | - |
| XYZ | 54.8 | 56.23 | 8.02 | - |
| YUV | 184.69 | 24.9 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 2 | 0 | 0.20 | 0.99 | 0.06 | 47.9 | 0.98 | 0.47 |
| Hex | F0 | C0 | 2 | 0 | 14 | 63 | 6 | 30 | 62 | 2F |
| Octal | 360 | 300 | 2 | 0 | 24 | 143 | 6 | 60 | 142 | 57 |
| Binary | 11110000 | 11000000 | 10 | 0 | 10100 | 1100011 | 110 | 110000 | 1100010 | 101111 |
Color Harmonies of #F0C002
Complementary color
Monochromatic Colors of #F0C002
Black with #F0C002
Text Example
Text Example
White with #F0C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C002; }
p { color: rgb(240,192,2); }
H1.HeaderClassName
{
color: #F0C002;
}
.AnyTagClassName
{
color: #F0C002;
}
</style>
background-color css
<style>
a { background-color: #F0C002; }
a { background-color: rgb(240,192,2); }
div.DivClassName
{
background-color: #F0C002;
}
.BgClassName
{
background-color: #F0C002;
}
</style>
border-color css
<style>
span { border-color: #F0C002; }
span { border-color: rgb(240,192,2); }
td.TdClassName
{
border-color: #F0C002;
}
.TagClassName
{
border-color: #F0C002;
}
</style>