Shades of Golden Poppy #F2C60E
Tints of Golden Poppy #F2C60E
RGB
CMYK
RGB Variations
Color information
#F2C60E (or 0xF2C60E) is known color: Golden Poppy. HEX triplet: F2, C6 and 0E. RGB value is (242,198,14). Sum of RGB (Red+Green+Blue) = 242+198+14=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C60E is #0D39F1. Grayscale: #BEBEBE. Windows color (decimal): -866802 or 968434. OLE color: 968434.
HSL color Cylindrical-coordinate representation of color #F2C60E: hue angle of 48.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2C60E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.05 |
| HSL | 48.42º | 0.9% | 0.5% | - |
| HSV(B) | 48.42º | 0.94% | 0.95% | - |
| XYZ | 56.89 | 59.3 | 8.86 | - |
| YUV | 190.18 | 28.58 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 14 | 0 | 0.18 | 0.94 | 0.05 | 48.42 | 0.9 | 0.5 |
| Hex | F2 | C6 | E | 0 | 12 | 5E | 5 | 30 | 5A | 32 |
| Octal | 362 | 306 | 16 | 0 | 22 | 136 | 5 | 60 | 132 | 62 |
| Binary | 11110010 | 11000110 | 1110 | 0 | 10010 | 1011110 | 101 | 110000 | 1011010 | 110010 |
Color Harmonies of #F2C60E
Complementary color
Monochromatic Colors of #F2C60E
Black with #F2C60E
Text Example
Text Example
White with #F2C60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C60E; }
p { color: rgb(242,198,14); }
H1.HeaderClassName
{
color: #F2C60E;
}
.AnyTagClassName
{
color: #F2C60E;
}
</style>
background-color css
<style>
a { background-color: #F2C60E; }
a { background-color: rgb(242,198,14); }
div.DivClassName
{
background-color: #F2C60E;
}
.BgClassName
{
background-color: #F2C60E;
}
</style>
border-color css
<style>
span { border-color: #F2C60E; }
span { border-color: rgb(242,198,14); }
td.TdClassName
{
border-color: #F2C60E;
}
.TagClassName
{
border-color: #F2C60E;
}
</style>