Shades of Golden Poppy #F2C20A
Tints of Golden Poppy #F2C20A
RGB
CMYK
RGB Variations
Color information
#F2C20A (or 0xF2C20A) is known color: Golden Poppy. HEX triplet: F2, C2 and 0A. RGB value is (242,194,10). Sum of RGB (Red+Green+Blue) = 242+194+10=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C20A is #0D3DF5. Grayscale: #BCBCBC. Windows color (decimal): -867830 or 705266. OLE color: 705266.
HSL color Cylindrical-coordinate representation of color #F2C20A: hue angle of 47.59º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2C20A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 10 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.05 |
| HSL | 47.59º | 0.92% | 0.49% | - |
| HSV(B) | 47.59º | 0.96% | 0.95% | - |
| XYZ | 55.96 | 57.48 | 8.43 | - |
| YUV | 187.38 | 27.9 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 10 | 0 | 0.20 | 0.96 | 0.05 | 47.59 | 0.92 | 0.49 |
| Hex | F2 | C2 | A | 0 | 14 | 60 | 5 | 30 | 5C | 31 |
| Octal | 362 | 302 | 12 | 0 | 24 | 140 | 5 | 60 | 134 | 61 |
| Binary | 11110010 | 11000010 | 1010 | 0 | 10100 | 1100000 | 101 | 110000 | 1011100 | 110001 |
Color Harmonies of #F2C20A
Complementary color
Monochromatic Colors of #F2C20A
Black with #F2C20A
Text Example
Text Example
White with #F2C20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C20A; }
p { color: rgb(242,194,10); }
H1.HeaderClassName
{
color: #F2C20A;
}
.AnyTagClassName
{
color: #F2C20A;
}
</style>
background-color css
<style>
a { background-color: #F2C20A; }
a { background-color: rgb(242,194,10); }
div.DivClassName
{
background-color: #F2C20A;
}
.BgClassName
{
background-color: #F2C20A;
}
</style>
border-color css
<style>
span { border-color: #F2C20A; }
span { border-color: rgb(242,194,10); }
td.TdClassName
{
border-color: #F2C20A;
}
.TagClassName
{
border-color: #F2C20A;
}
</style>