Shades of Energy Yellow #F8E050
Tints of Energy Yellow #F8E050
RGB
CMYK
RGB Variations
Color information
#F8E050 (or 0xF8E050) is known color: Energy Yellow. HEX triplet: F8, E0 and 50. RGB value is (248,224,80). Sum of RGB (Red+Green+Blue) = 248+224+80=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 80 (31.64% from 255 or 14.49% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E050 is #071FAF. Grayscale: #D7D7D7. Windows color (decimal): -466864 or 5300472. OLE color: 5300472.
HSL color Cylindrical-coordinate representation of color #F8E050: hue angle of 51.43º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8E050 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 80 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.03 |
| HSL | 51.43º | 0.92% | 0.64% | - |
| HSV(B) | 51.43º | 0.68% | 0.97% | - |
| XYZ | 66.82 | 73.85 | 18.32 | - |
| YUV | 214.76 | 51.95 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 80 | 0 | 0.10 | 0.68 | 0.03 | 51.43 | 0.92 | 0.64 |
| Hex | F8 | E0 | 50 | 0 | A | 44 | 3 | 33 | 5C | 40 |
| Octal | 370 | 340 | 120 | 0 | 12 | 104 | 3 | 63 | 134 | 100 |
| Binary | 11111000 | 11100000 | 1010000 | 0 | 1010 | 1000100 | 11 | 110011 | 1011100 | 1000000 |
Color Harmonies of #F8E050
Complementary color
Monochromatic Colors of #F8E050
Black with #F8E050
Text Example
Text Example
White with #F8E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E050; }
p { color: rgb(248,224,80); }
H1.HeaderClassName
{
color: #F8E050;
}
.AnyTagClassName
{
color: #F8E050;
}
</style>
background-color css
<style>
a { background-color: #F8E050; }
a { background-color: rgb(248,224,80); }
div.DivClassName
{
background-color: #F8E050;
}
.BgClassName
{
background-color: #F8E050;
}
</style>
border-color css
<style>
span { border-color: #F8E050; }
span { border-color: rgb(248,224,80); }
td.TdClassName
{
border-color: #F8E050;
}
.TagClassName
{
border-color: #F8E050;
}
</style>