Shades of Golden Poppy #F2C502
Tints of Golden Poppy #F2C502
RGB
CMYK
RGB Variations
Color information
#F2C502 (or 0xF2C502) is known color: Golden Poppy. HEX triplet: F2, C5 and 02. RGB value is (242,197,2). Sum of RGB (Red+Green+Blue) = 242+197+2=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C502 is #0D3AFD. Grayscale: #BDBDBD. Windows color (decimal): -867070 or 181746. OLE color: 181746.
HSL color Cylindrical-coordinate representation of color #F2C502: hue angle of 48.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2C502 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.05 |
| HSL | 48.75º | 0.98% | 0.48% | - |
| HSV(B) | 48.75º | 0.99% | 0.95% | - |
| XYZ | 56.6 | 58.81 | 8.43 | - |
| YUV | 188.23 | 22.91 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 2 | 0 | 0.19 | 0.99 | 0.05 | 48.75 | 0.98 | 0.48 |
| Hex | F2 | C5 | 2 | 0 | 13 | 63 | 5 | 31 | 62 | 30 |
| Octal | 362 | 305 | 2 | 0 | 23 | 143 | 5 | 61 | 142 | 60 |
| Binary | 11110010 | 11000101 | 10 | 0 | 10011 | 1100011 | 101 | 110001 | 1100010 | 110000 |
Color Harmonies of #F2C502
Complementary color
Monochromatic Colors of #F2C502
Black with #F2C502
Text Example
Text Example
White with #F2C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C502; }
p { color: rgb(242,197,2); }
H1.HeaderClassName
{
color: #F2C502;
}
.AnyTagClassName
{
color: #F2C502;
}
</style>
background-color css
<style>
a { background-color: #F2C502; }
a { background-color: rgb(242,197,2); }
div.DivClassName
{
background-color: #F2C502;
}
.BgClassName
{
background-color: #F2C502;
}
</style>
border-color css
<style>
span { border-color: #F2C502; }
span { border-color: rgb(242,197,2); }
td.TdClassName
{
border-color: #F2C502;
}
.TagClassName
{
border-color: #F2C502;
}
</style>