Shades of Golden Poppy #F0C60A
Tints of Golden Poppy #F0C60A
RGB
CMYK
RGB Variations
Color information
#F0C60A (or 0xF0C60A) is known color: Golden Poppy. HEX triplet: F0, C6 and 0A. RGB value is (240,198,10). Sum of RGB (Red+Green+Blue) = 240+198+10=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C60A is #0F39F5. Grayscale: #BDBDBD. Windows color (decimal): -997878 or 706288. OLE color: 706288.
HSL color Cylindrical-coordinate representation of color #F0C60A: hue angle of 49.04º 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 #F0C60A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.06 |
| HSL | 49.04º | 0.92% | 0.49% | - |
| HSV(B) | 49.04º | 0.96% | 0.94% | - |
| XYZ | 56.18 | 58.94 | 8.7 | - |
| YUV | 189.13 | 26.91 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 10 | 0 | 0.18 | 0.96 | 0.06 | 49.04 | 0.92 | 0.49 |
| Hex | F0 | C6 | A | 0 | 12 | 60 | 6 | 31 | 5C | 31 |
| Octal | 360 | 306 | 12 | 0 | 22 | 140 | 6 | 61 | 134 | 61 |
| Binary | 11110000 | 11000110 | 1010 | 0 | 10010 | 1100000 | 110 | 110001 | 1011100 | 110001 |
Color Harmonies of #F0C60A
Complementary color
Monochromatic Colors of #F0C60A
Black with #F0C60A
Text Example
Text Example
White with #F0C60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C60A; }
p { color: rgb(240,198,10); }
H1.HeaderClassName
{
color: #F0C60A;
}
.AnyTagClassName
{
color: #F0C60A;
}
</style>
background-color css
<style>
a { background-color: #F0C60A; }
a { background-color: rgb(240,198,10); }
div.DivClassName
{
background-color: #F0C60A;
}
.BgClassName
{
background-color: #F0C60A;
}
</style>
border-color css
<style>
span { border-color: #F0C60A; }
span { border-color: rgb(240,198,10); }
td.TdClassName
{
border-color: #F0C60A;
}
.TagClassName
{
border-color: #F0C60A;
}
</style>