Shades of Golden Yellow #F8E404
Tints of Golden Yellow #F8E404
RGB
CMYK
RGB Variations
Color information
#F8E404 (or 0xF8E404) is known color: Golden Yellow. HEX triplet: F8, E4 and 04. RGB value is (248,228,4). Sum of RGB (Red+Green+Blue) = 248+228+4=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 4 (1.95% from 255 or 0.83% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8E404 is #071BFB. Grayscale: #D1D1D1. Windows color (decimal): -465916 or 320760. OLE color: 320760.
HSL color Cylindrical-coordinate representation of color #F8E404: hue angle of 55.08º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8E404 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.03 |
| HSL | 55.08º | 0.97% | 0.49% | - |
| HSV(B) | 55.08º | 0.98% | 0.97% | - |
| XYZ | 66.48 | 75.45 | 11.17 | - |
| YUV | 208.44 | 12.63 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 4 | 0 | 0.08 | 0.98 | 0.03 | 55.08 | 0.97 | 0.49 |
| Hex | F8 | E4 | 4 | 0 | 8 | 62 | 3 | 37 | 61 | 31 |
| Octal | 370 | 344 | 4 | 0 | 10 | 142 | 3 | 67 | 141 | 61 |
| Binary | 11111000 | 11100100 | 100 | 0 | 1000 | 1100010 | 11 | 110111 | 1100001 | 110001 |
Color Harmonies of #F8E404
Complementary color
Monochromatic Colors of #F8E404
Black with #F8E404
Text Example
Text Example
White with #F8E404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E404; }
p { color: rgb(248,228,4); }
H1.HeaderClassName
{
color: #F8E404;
}
.AnyTagClassName
{
color: #F8E404;
}
</style>
background-color css
<style>
a { background-color: #F8E404; }
a { background-color: rgb(248,228,4); }
div.DivClassName
{
background-color: #F8E404;
}
.BgClassName
{
background-color: #F8E404;
}
</style>
border-color css
<style>
span { border-color: #F8E404; }
span { border-color: rgb(248,228,4); }
td.TdClassName
{
border-color: #F8E404;
}
.TagClassName
{
border-color: #F8E404;
}
</style>