Shades of Golden Poppy #F8C502
Tints of Golden Poppy #F8C502
RGB
CMYK
RGB Variations
Color information
#F8C502 (or 0xF8C502) is known color: Golden Poppy. HEX triplet: F8, C5 and 02. RGB value is (248,197,2). Sum of RGB (Red+Green+Blue) = 248+197+2=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C502 is #073AFD. Grayscale: #BEBEBE. Windows color (decimal): -473854 or 181752. OLE color: 181752.
HSL color Cylindrical-coordinate representation of color #F8C502: hue angle of 47.56º 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 #F8C502 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.03 |
| HSL | 47.56º | 0.98% | 0.49% | - |
| HSV(B) | 47.56º | 0.99% | 0.97% | - |
| XYZ | 58.69 | 59.89 | 8.52 | - |
| YUV | 190.02 | 21.9 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 2 | 0 | 0.21 | 0.99 | 0.03 | 47.56 | 0.98 | 0.49 |
| Hex | F8 | C5 | 2 | 0 | 15 | 63 | 3 | 30 | 62 | 31 |
| Octal | 370 | 305 | 2 | 0 | 25 | 143 | 3 | 60 | 142 | 61 |
| Binary | 11111000 | 11000101 | 10 | 0 | 10101 | 1100011 | 11 | 110000 | 1100010 | 110001 |
Color Harmonies of #F8C502
Complementary color
Monochromatic Colors of #F8C502
Black with #F8C502
Text Example
Text Example
White with #F8C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C502; }
p { color: rgb(248,197,2); }
H1.HeaderClassName
{
color: #F8C502;
}
.AnyTagClassName
{
color: #F8C502;
}
</style>
background-color css
<style>
a { background-color: #F8C502; }
a { background-color: rgb(248,197,2); }
div.DivClassName
{
background-color: #F8C502;
}
.BgClassName
{
background-color: #F8C502;
}
</style>
border-color css
<style>
span { border-color: #F8C502; }
span { border-color: rgb(248,197,2); }
td.TdClassName
{
border-color: #F8C502;
}
.TagClassName
{
border-color: #F8C502;
}
</style>