Shades of Golden Poppy #F0C00D
Tints of Golden Poppy #F0C00D
RGB
CMYK
RGB Variations
Color information
#F0C00D (or 0xF0C00D) is known color: Golden Poppy. HEX triplet: F0, C0 and 0D. RGB value is (240,192,13). Sum of RGB (Red+Green+Blue) = 240+192+13=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C00D is #0F3FF2. Grayscale: #BABABA. Windows color (decimal): -999411 or 901360. OLE color: 901360.
HSL color Cylindrical-coordinate representation of color #F0C00D: hue angle of 47.31º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0C00D is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 13 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.06 |
| HSL | 47.31º | 0.9% | 0.5% | - |
| HSV(B) | 47.31º | 0.95% | 0.94% | - |
| XYZ | 54.86 | 56.25 | 8.35 | - |
| YUV | 185.95 | 30.4 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 13 | 0 | 0.20 | 0.95 | 0.06 | 47.31 | 0.9 | 0.5 |
| Hex | F0 | C0 | D | 0 | 14 | 5F | 6 | 2F | 5A | 32 |
| Octal | 360 | 300 | 15 | 0 | 24 | 137 | 6 | 57 | 132 | 62 |
| Binary | 11110000 | 11000000 | 1101 | 0 | 10100 | 1011111 | 110 | 101111 | 1011010 | 110010 |
Color Harmonies of #F0C00D
Complementary color
Monochromatic Colors of #F0C00D
Black with #F0C00D
Text Example
Text Example
White with #F0C00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C00D; }
p { color: rgb(240,192,13); }
H1.HeaderClassName
{
color: #F0C00D;
}
.AnyTagClassName
{
color: #F0C00D;
}
</style>
background-color css
<style>
a { background-color: #F0C00D; }
a { background-color: rgb(240,192,13); }
div.DivClassName
{
background-color: #F0C00D;
}
.BgClassName
{
background-color: #F0C00D;
}
</style>
border-color css
<style>
span { border-color: #F0C00D; }
span { border-color: rgb(240,192,13); }
td.TdClassName
{
border-color: #F0C00D;
}
.TagClassName
{
border-color: #F0C00D;
}
</style>