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