Shades of Golden Poppy #F2C507
Tints of Golden Poppy #F2C507
RGB
CMYK
RGB Variations
Color information
#F2C507 (or 0xF2C507) is known color: Golden Poppy. HEX triplet: F2, C5 and 07. RGB value is (242,197,7). Sum of RGB (Red+Green+Blue) = 242+197+7=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C507 is #0D3AF8. Grayscale: #BDBDBD. Windows color (decimal): -867065 or 509426. OLE color: 509426.
HSL color Cylindrical-coordinate representation of color #F2C507: hue angle of 48.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2C507 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 7 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.05 |
| HSL | 48.51º | 0.94% | 0.49% | - |
| HSV(B) | 48.51º | 0.97% | 0.95% | - |
| XYZ | 56.62 | 58.83 | 8.57 | - |
| YUV | 188.8 | 25.41 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 7 | 0 | 0.19 | 0.97 | 0.05 | 48.51 | 0.94 | 0.49 |
| Hex | F2 | C5 | 7 | 0 | 13 | 61 | 5 | 31 | 5E | 31 |
| Octal | 362 | 305 | 7 | 0 | 23 | 141 | 5 | 61 | 136 | 61 |
| Binary | 11110010 | 11000101 | 111 | 0 | 10011 | 1100001 | 101 | 110001 | 1011110 | 110001 |
Color Harmonies of #F2C507
Complementary color
Monochromatic Colors of #F2C507
Black with #F2C507
Text Example
Text Example
White with #F2C507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C507; }
p { color: rgb(242,197,7); }
H1.HeaderClassName
{
color: #F2C507;
}
.AnyTagClassName
{
color: #F2C507;
}
</style>
background-color css
<style>
a { background-color: #F2C507; }
a { background-color: rgb(242,197,7); }
div.DivClassName
{
background-color: #F2C507;
}
.BgClassName
{
background-color: #F2C507;
}
</style>
border-color css
<style>
span { border-color: #F2C507; }
span { border-color: rgb(242,197,7); }
td.TdClassName
{
border-color: #F2C507;
}
.TagClassName
{
border-color: #F2C507;
}
</style>