Shades of Golden Poppy #F2C80A
Tints of Golden Poppy #F2C80A
RGB
CMYK
RGB Variations
Color information
#F2C80A (or 0xF2C80A) is known color: Golden Poppy. HEX triplet: F2, C8 and 0A. RGB value is (242,200,10). Sum of RGB (Red+Green+Blue) = 242+200+10=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C80A is #0D37F5. Grayscale: #BFBFBF. Windows color (decimal): -866294 or 706802. OLE color: 706802.
HSL color Cylindrical-coordinate representation of color #F2C80A: hue angle of 49.14º 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 #F2C80A is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 10 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.05 |
| HSL | 49.14º | 0.92% | 0.49% | - |
| HSV(B) | 49.14º | 0.96% | 0.95% | - |
| XYZ | 57.33 | 60.21 | 8.89 | - |
| YUV | 190.9 | 25.91 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 10 | 0 | 0.17 | 0.96 | 0.05 | 49.14 | 0.92 | 0.49 |
| Hex | F2 | C8 | A | 0 | 11 | 60 | 5 | 31 | 5C | 31 |
| Octal | 362 | 310 | 12 | 0 | 21 | 140 | 5 | 61 | 134 | 61 |
| Binary | 11110010 | 11001000 | 1010 | 0 | 10001 | 1100000 | 101 | 110001 | 1011100 | 110001 |
Color Harmonies of #F2C80A
Complementary color
Monochromatic Colors of #F2C80A
Black with #F2C80A
Text Example
Text Example
White with #F2C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C80A; }
p { color: rgb(242,200,10); }
H1.HeaderClassName
{
color: #F2C80A;
}
.AnyTagClassName
{
color: #F2C80A;
}
</style>
background-color css
<style>
a { background-color: #F2C80A; }
a { background-color: rgb(242,200,10); }
div.DivClassName
{
background-color: #F2C80A;
}
.BgClassName
{
background-color: #F2C80A;
}
</style>
border-color css
<style>
span { border-color: #F2C80A; }
span { border-color: rgb(242,200,10); }
td.TdClassName
{
border-color: #F2C80A;
}
.TagClassName
{
border-color: #F2C80A;
}
</style>