Shades of Golden Poppy #F0C70D
Tints of Golden Poppy #F0C70D
RGB
CMYK
RGB Variations
Color information
#F0C70D (or 0xF0C70D) is known color: Golden Poppy. HEX triplet: F0, C7 and 0D. RGB value is (240,199,13). Sum of RGB (Red+Green+Blue) = 240+199+13=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C70D is #0F38F2. Grayscale: #BEBEBE. Windows color (decimal): -997619 or 903152. OLE color: 903152.
HSL color Cylindrical-coordinate representation of color #F0C70D: hue angle of 49.16º 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 #F0C70D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 13 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.06 |
| HSL | 49.16º | 0.9% | 0.5% | - |
| HSV(B) | 49.16º | 0.95% | 0.94% | - |
| XYZ | 56.43 | 59.4 | 8.87 | - |
| YUV | 190.06 | 28.08 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 13 | 0 | 0.17 | 0.95 | 0.06 | 49.16 | 0.9 | 0.5 |
| Hex | F0 | C7 | D | 0 | 11 | 5F | 6 | 31 | 5A | 32 |
| Octal | 360 | 307 | 15 | 0 | 21 | 137 | 6 | 61 | 132 | 62 |
| Binary | 11110000 | 11000111 | 1101 | 0 | 10001 | 1011111 | 110 | 110001 | 1011010 | 110010 |
Color Harmonies of #F0C70D
Complementary color
Monochromatic Colors of #F0C70D
Black with #F0C70D
Text Example
Text Example
White with #F0C70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C70D; }
p { color: rgb(240,199,13); }
H1.HeaderClassName
{
color: #F0C70D;
}
.AnyTagClassName
{
color: #F0C70D;
}
</style>
background-color css
<style>
a { background-color: #F0C70D; }
a { background-color: rgb(240,199,13); }
div.DivClassName
{
background-color: #F0C70D;
}
.BgClassName
{
background-color: #F0C70D;
}
</style>
border-color css
<style>
span { border-color: #F0C70D; }
span { border-color: rgb(240,199,13); }
td.TdClassName
{
border-color: #F0C70D;
}
.TagClassName
{
border-color: #F0C70D;
}
</style>