Shades of Golden Poppy #F2C805
Tints of Golden Poppy #F2C805
RGB
CMYK
RGB Variations
Color information
#F2C805 (or 0xF2C805) is known color: Golden Poppy. HEX triplet: F2, C8 and 05. RGB value is (242,200,5). Sum of RGB (Red+Green+Blue) = 242+200+5=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C805 is #0D37FA. Grayscale: #BFBFBF. Windows color (decimal): -866299 or 379122. OLE color: 379122.
HSL color Cylindrical-coordinate representation of color #F2C805: hue angle of 49.37º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2C805 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.05 |
| HSL | 49.37º | 0.96% | 0.48% | - |
| HSV(B) | 49.37º | 0.98% | 0.95% | - |
| XYZ | 57.3 | 60.2 | 8.74 | - |
| YUV | 190.33 | 23.41 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 5 | 0 | 0.17 | 0.98 | 0.05 | 49.37 | 0.96 | 0.48 |
| Hex | F2 | C8 | 5 | 0 | 11 | 62 | 5 | 31 | 60 | 30 |
| Octal | 362 | 310 | 5 | 0 | 21 | 142 | 5 | 61 | 140 | 60 |
| Binary | 11110010 | 11001000 | 101 | 0 | 10001 | 1100010 | 101 | 110001 | 1100000 | 110000 |
Color Harmonies of #F2C805
Complementary color
Monochromatic Colors of #F2C805
Black with #F2C805
Text Example
Text Example
White with #F2C805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C805; }
p { color: rgb(242,200,5); }
H1.HeaderClassName
{
color: #F2C805;
}
.AnyTagClassName
{
color: #F2C805;
}
</style>
background-color css
<style>
a { background-color: #F2C805; }
a { background-color: rgb(242,200,5); }
div.DivClassName
{
background-color: #F2C805;
}
.BgClassName
{
background-color: #F2C805;
}
</style>
border-color css
<style>
span { border-color: #F2C805; }
span { border-color: rgb(242,200,5); }
td.TdClassName
{
border-color: #F2C805;
}
.TagClassName
{
border-color: #F2C805;
}
</style>