Shades of Golden Poppy #F2C50A
Tints of Golden Poppy #F2C50A
RGB
CMYK
RGB Variations
Color information
#F2C50A (or 0xF2C50A) is known color: Golden Poppy. HEX triplet: F2, C5 and 0A. RGB value is (242,197,10). Sum of RGB (Red+Green+Blue) = 242+197+10=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C50A is #0D3AF5. Grayscale: #BDBDBD. Windows color (decimal): -867062 or 706034. OLE color: 706034.
HSL color Cylindrical-coordinate representation of color #F2C50A: hue angle of 48.36º 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 #F2C50A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.05 |
| HSL | 48.36º | 0.92% | 0.49% | - |
| HSV(B) | 48.36º | 0.96% | 0.95% | - |
| XYZ | 56.64 | 58.83 | 8.66 | - |
| YUV | 189.14 | 26.91 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 10 | 0 | 0.19 | 0.96 | 0.05 | 48.36 | 0.92 | 0.49 |
| Hex | F2 | C5 | A | 0 | 13 | 60 | 5 | 30 | 5C | 31 |
| Octal | 362 | 305 | 12 | 0 | 23 | 140 | 5 | 60 | 134 | 61 |
| Binary | 11110010 | 11000101 | 1010 | 0 | 10011 | 1100000 | 101 | 110000 | 1011100 | 110001 |
Color Harmonies of #F2C50A
Complementary color
Monochromatic Colors of #F2C50A
Black with #F2C50A
Text Example
Text Example
White with #F2C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C50A; }
p { color: rgb(242,197,10); }
H1.HeaderClassName
{
color: #F2C50A;
}
.AnyTagClassName
{
color: #F2C50A;
}
</style>
background-color css
<style>
a { background-color: #F2C50A; }
a { background-color: rgb(242,197,10); }
div.DivClassName
{
background-color: #F2C50A;
}
.BgClassName
{
background-color: #F2C50A;
}
</style>
border-color css
<style>
span { border-color: #F2C50A; }
span { border-color: rgb(242,197,10); }
td.TdClassName
{
border-color: #F2C50A;
}
.TagClassName
{
border-color: #F2C50A;
}
</style>