Shades of Golden Poppy #F2C005
Tints of Golden Poppy #F2C005
RGB
CMYK
RGB Variations
Color information
#F2C005 (or 0xF2C005) is known color: Golden Poppy. HEX triplet: F2, C0 and 05. RGB value is (242,192,5). Sum of RGB (Red+Green+Blue) = 242+192+5=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C005 is #0D3FFA. Grayscale: #BABABA. Windows color (decimal): -868347 or 377074. OLE color: 377074.
HSL color Cylindrical-coordinate representation of color #F2C005: hue angle of 47.34º 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 #F2C005 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.05 |
| HSL | 47.34º | 0.96% | 0.48% | - |
| HSV(B) | 47.34º | 0.98% | 0.95% | - |
| XYZ | 55.49 | 56.59 | 8.14 | - |
| YUV | 185.63 | 26.07 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 5 | 0 | 0.21 | 0.98 | 0.05 | 47.34 | 0.96 | 0.48 |
| Hex | F2 | C0 | 5 | 0 | 15 | 62 | 5 | 2F | 60 | 30 |
| Octal | 362 | 300 | 5 | 0 | 25 | 142 | 5 | 57 | 140 | 60 |
| Binary | 11110010 | 11000000 | 101 | 0 | 10101 | 1100010 | 101 | 101111 | 1100000 | 110000 |
Color Harmonies of #F2C005
Complementary color
Monochromatic Colors of #F2C005
Black with #F2C005
Text Example
Text Example
White with #F2C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C005; }
p { color: rgb(242,192,5); }
H1.HeaderClassName
{
color: #F2C005;
}
.AnyTagClassName
{
color: #F2C005;
}
</style>
background-color css
<style>
a { background-color: #F2C005; }
a { background-color: rgb(242,192,5); }
div.DivClassName
{
background-color: #F2C005;
}
.BgClassName
{
background-color: #F2C005;
}
</style>
border-color css
<style>
span { border-color: #F2C005; }
span { border-color: rgb(242,192,5); }
td.TdClassName
{
border-color: #F2C005;
}
.TagClassName
{
border-color: #F2C005;
}
</style>