Shades of Golden Poppy #F8C400
Tints of Golden Poppy #F8C400
RGB
CMYK
RGB Variations
Color information
#F8C400 (or 0xF8C400) is known color: Golden Poppy. HEX triplet: F8, C4 and 00. RGB value is (248,196,0). Sum of RGB (Red+Green+Blue) = 248+196+0=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C400 is #073BFF. Grayscale: #BEBEBE. Windows color (decimal): -474112 or 50424. OLE color: 50424.
HSL color Cylindrical-coordinate representation of color #F8C400: hue angle of 47.42º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8C400 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.03 |
| HSL | 47.42º | 1% | 0.49% | - |
| HSV(B) | 47.42º | 1% | 0.97% | - |
| XYZ | 58.45 | 59.44 | 8.39 | - |
| YUV | 189.2 | 21.23 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 0 | 0 | 0.21 | 1 | 0.03 | 47.42 | 1 | 0.49 |
| Hex | F8 | C4 | 0 | 0 | 15 | 64 | 3 | 2F | 64 | 31 |
| Octal | 370 | 304 | 0 | 0 | 25 | 144 | 3 | 57 | 144 | 61 |
| Binary | 11111000 | 11000100 | 0 | 0 | 10101 | 1100100 | 11 | 101111 | 1100100 | 110001 |
Color Harmonies of #F8C400
Complementary color
Monochromatic Colors of #F8C400
Black with #F8C400
Text Example
Text Example
White with #F8C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C400; }
p { color: rgb(248,196,0); }
H1.HeaderClassName
{
color: #F8C400;
}
.AnyTagClassName
{
color: #F8C400;
}
</style>
background-color css
<style>
a { background-color: #F8C400; }
a { background-color: rgb(248,196,0); }
div.DivClassName
{
background-color: #F8C400;
}
.BgClassName
{
background-color: #F8C400;
}
</style>
border-color css
<style>
span { border-color: #F8C400; }
span { border-color: rgb(248,196,0); }
td.TdClassName
{
border-color: #F8C400;
}
.TagClassName
{
border-color: #F8C400;
}
</style>