Shades of Golden Poppy #F0C400
Tints of Golden Poppy #F0C400
RGB
CMYK
RGB Variations
Color information
#F0C400 (or 0xF0C400) is known color: Golden Poppy. HEX triplet: F0, C4 and 00. RGB value is (240,196,0). Sum of RGB (Red+Green+Blue) = 240+196+0=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C400 is #0F3BFF. Grayscale: #BBBBBB. Windows color (decimal): -998400 or 50416. OLE color: 50416.
HSL color Cylindrical-coordinate representation of color #F0C400: hue angle of 49º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0C400 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.06 |
| HSL | 49º | 1% | 0.47% | - |
| HSV(B) | 49º | 1% | 0.94% | - |
| XYZ | 55.68 | 58.01 | 8.26 | - |
| YUV | 186.81 | 22.58 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 0 | 0 | 0.18 | 1 | 0.06 | 49 | 1 | 0.47 |
| Hex | F0 | C4 | 0 | 0 | 12 | 64 | 6 | 31 | 64 | 2F |
| Octal | 360 | 304 | 0 | 0 | 22 | 144 | 6 | 61 | 144 | 57 |
| Binary | 11110000 | 11000100 | 0 | 0 | 10010 | 1100100 | 110 | 110001 | 1100100 | 101111 |
Color Harmonies of #F0C400
Complementary color
Monochromatic Colors of #F0C400
Black with #F0C400
Text Example
Text Example
White with #F0C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C400; }
p { color: rgb(240,196,0); }
H1.HeaderClassName
{
color: #F0C400;
}
.AnyTagClassName
{
color: #F0C400;
}
</style>
background-color css
<style>
a { background-color: #F0C400; }
a { background-color: rgb(240,196,0); }
div.DivClassName
{
background-color: #F0C400;
}
.BgClassName
{
background-color: #F0C400;
}
</style>
border-color css
<style>
span { border-color: #F0C400; }
span { border-color: rgb(240,196,0); }
td.TdClassName
{
border-color: #F0C400;
}
.TagClassName
{
border-color: #F0C400;
}
</style>