Shades of Golden Poppy #F7C502
Tints of Golden Poppy #F7C502
RGB
CMYK
RGB Variations
Color information
#F7C502 (or 0xF7C502) is known color: Golden Poppy. HEX triplet: F7, C5 and 02. RGB value is (247,197,2). Sum of RGB (Red+Green+Blue) = 247+197+2=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C502 is #083AFD. Grayscale: #BEBEBE. Windows color (decimal): -539390 or 181751. OLE color: 181751.
HSL color Cylindrical-coordinate representation of color #F7C502: hue angle of 47.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7C502 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.03 |
| HSL | 47.76º | 0.98% | 0.49% | - |
| HSV(B) | 47.76º | 0.99% | 0.97% | - |
| XYZ | 58.33 | 59.71 | 8.51 | - |
| YUV | 189.72 | 22.07 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 2 | 0 | 0.20 | 0.99 | 0.03 | 47.76 | 0.98 | 0.49 |
| Hex | F7 | C5 | 2 | 0 | 14 | 63 | 3 | 30 | 62 | 31 |
| Octal | 367 | 305 | 2 | 0 | 24 | 143 | 3 | 60 | 142 | 61 |
| Binary | 11110111 | 11000101 | 10 | 0 | 10100 | 1100011 | 11 | 110000 | 1100010 | 110001 |
Color Harmonies of #F7C502
Complementary color
Monochromatic Colors of #F7C502
Black with #F7C502
Text Example
Text Example
White with #F7C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C502; }
p { color: rgb(247,197,2); }
H1.HeaderClassName
{
color: #F7C502;
}
.AnyTagClassName
{
color: #F7C502;
}
</style>
background-color css
<style>
a { background-color: #F7C502; }
a { background-color: rgb(247,197,2); }
div.DivClassName
{
background-color: #F7C502;
}
.BgClassName
{
background-color: #F7C502;
}
</style>
border-color css
<style>
span { border-color: #F7C502; }
span { border-color: rgb(247,197,2); }
td.TdClassName
{
border-color: #F7C502;
}
.TagClassName
{
border-color: #F7C502;
}
</style>