Shades of Golden Poppy #F8C501
Tints of Golden Poppy #F8C501
RGB
CMYK
RGB Variations
Color information
#F8C501 (or 0xF8C501) is known color: Golden Poppy. HEX triplet: F8, C5 and 01. RGB value is (248,197,1). Sum of RGB (Red+Green+Blue) = 248+197+1=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C501 is #073AFE. Grayscale: #BEBEBE. Windows color (decimal): -473855 or 116216. OLE color: 116216.
HSL color Cylindrical-coordinate representation of color #F8C501: hue angle of 47.61º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8C501 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.03 |
| HSL | 47.61º | 0.99% | 0.49% | - |
| HSV(B) | 47.61º | 1% | 0.97% | - |
| XYZ | 58.68 | 59.89 | 8.5 | - |
| YUV | 189.91 | 21.4 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 1 | 0 | 0.21 | 1.00 | 0.03 | 47.61 | 0.99 | 0.49 |
| Hex | F8 | C5 | 1 | 0 | 15 | 64 | 3 | 30 | 63 | 31 |
| Octal | 370 | 305 | 1 | 0 | 25 | 144 | 3 | 60 | 143 | 61 |
| Binary | 11111000 | 11000101 | 1 | 0 | 10101 | 1100100 | 11 | 110000 | 1100011 | 110001 |
Color Harmonies of #F8C501
Complementary color
Monochromatic Colors of #F8C501
Black with #F8C501
Text Example
Text Example
White with #F8C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C501; }
p { color: rgb(248,197,1); }
H1.HeaderClassName
{
color: #F8C501;
}
.AnyTagClassName
{
color: #F8C501;
}
</style>
background-color css
<style>
a { background-color: #F8C501; }
a { background-color: rgb(248,197,1); }
div.DivClassName
{
background-color: #F8C501;
}
.BgClassName
{
background-color: #F8C501;
}
</style>
border-color css
<style>
span { border-color: #F8C501; }
span { border-color: rgb(248,197,1); }
td.TdClassName
{
border-color: #F8C501;
}
.TagClassName
{
border-color: #F8C501;
}
</style>