Shades of Golden Poppy #F8C505
Tints of Golden Poppy #F8C505
RGB
CMYK
RGB Variations
Color information
#F8C505 (or 0xF8C505) is known color: Golden Poppy. HEX triplet: F8, C5 and 05. RGB value is (248,197,5). Sum of RGB (Red+Green+Blue) = 248+197+5=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C505 is #073AFA. Grayscale: #BFBFBF. Windows color (decimal): -473851 or 378360. OLE color: 378360.
HSL color Cylindrical-coordinate representation of color #F8C505: hue angle of 47.41º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8C505 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.03 |
| HSL | 47.41º | 0.96% | 0.5% | - |
| HSV(B) | 47.41º | 0.98% | 0.97% | - |
| XYZ | 58.71 | 59.9 | 8.61 | - |
| YUV | 190.36 | 23.4 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 5 | 0 | 0.21 | 0.98 | 0.03 | 47.41 | 0.96 | 0.5 |
| Hex | F8 | C5 | 5 | 0 | 15 | 62 | 3 | 2F | 60 | 32 |
| Octal | 370 | 305 | 5 | 0 | 25 | 142 | 3 | 57 | 140 | 62 |
| Binary | 11111000 | 11000101 | 101 | 0 | 10101 | 1100010 | 11 | 101111 | 1100000 | 110010 |
Color Harmonies of #F8C505
Complementary color
Monochromatic Colors of #F8C505
Black with #F8C505
Text Example
Text Example
White with #F8C505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C505; }
p { color: rgb(248,197,5); }
H1.HeaderClassName
{
color: #F8C505;
}
.AnyTagClassName
{
color: #F8C505;
}
</style>
background-color css
<style>
a { background-color: #F8C505; }
a { background-color: rgb(248,197,5); }
div.DivClassName
{
background-color: #F8C505;
}
.BgClassName
{
background-color: #F8C505;
}
</style>
border-color css
<style>
span { border-color: #F8C505; }
span { border-color: rgb(248,197,5); }
td.TdClassName
{
border-color: #F8C505;
}
.TagClassName
{
border-color: #F8C505;
}
</style>