Shades of Golden Poppy #F0C70A
Tints of Golden Poppy #F0C70A
RGB
CMYK
RGB Variations
Color information
#F0C70A (or 0xF0C70A) is known color: Golden Poppy. HEX triplet: F0, C7 and 0A. RGB value is (240,199,10). Sum of RGB (Red+Green+Blue) = 240+199+10=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C70A is #0F38F5. Grayscale: #BEBEBE. Windows color (decimal): -997622 or 706544. OLE color: 706544.
HSL color Cylindrical-coordinate representation of color #F0C70A: hue angle of 49.3º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0C70A is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 10 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.06 |
| HSL | 49.3º | 0.92% | 0.49% | - |
| HSV(B) | 49.3º | 0.96% | 0.94% | - |
| XYZ | 56.41 | 59.39 | 8.78 | - |
| YUV | 189.71 | 26.58 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 10 | 0 | 0.17 | 0.96 | 0.06 | 49.3 | 0.92 | 0.49 |
| Hex | F0 | C7 | A | 0 | 11 | 60 | 6 | 31 | 5C | 31 |
| Octal | 360 | 307 | 12 | 0 | 21 | 140 | 6 | 61 | 134 | 61 |
| Binary | 11110000 | 11000111 | 1010 | 0 | 10001 | 1100000 | 110 | 110001 | 1011100 | 110001 |
Color Harmonies of #F0C70A
Complementary color
Monochromatic Colors of #F0C70A
Black with #F0C70A
Text Example
Text Example
White with #F0C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C70A; }
p { color: rgb(240,199,10); }
H1.HeaderClassName
{
color: #F0C70A;
}
.AnyTagClassName
{
color: #F0C70A;
}
</style>
background-color css
<style>
a { background-color: #F0C70A; }
a { background-color: rgb(240,199,10); }
div.DivClassName
{
background-color: #F0C70A;
}
.BgClassName
{
background-color: #F0C70A;
}
</style>
border-color css
<style>
span { border-color: #F0C70A; }
span { border-color: rgb(240,199,10); }
td.TdClassName
{
border-color: #F0C70A;
}
.TagClassName
{
border-color: #F0C70A;
}
</style>