Shades of Energy Yellow #F5E04A
Tints of Energy Yellow #F5E04A
RGB
CMYK
RGB Variations
Color information
#F5E04A (or 0xF5E04A) is known color: Energy Yellow. HEX triplet: F5, E0 and 4A. RGB value is (245,224,74). Sum of RGB (Red+Green+Blue) = 245+224+74=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E04A is #0A1FB5. Grayscale: #D5D5D5. Windows color (decimal): -663478 or 4907253. OLE color: 4907253.
HSL color Cylindrical-coordinate representation of color #F5E04A: hue angle of 52.63º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5E04A is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 74 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.04 |
| HSL | 52.63º | 0.9% | 0.63% | - |
| HSV(B) | 52.63º | 0.7% | 0.96% | - |
| XYZ | 65.55 | 73.22 | 17.16 | - |
| YUV | 213.18 | 49.46 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 74 | 0 | 0.09 | 0.70 | 0.04 | 52.63 | 0.9 | 0.63 |
| Hex | F5 | E0 | 4A | 0 | 9 | 46 | 4 | 35 | 5A | 3F |
| Octal | 365 | 340 | 112 | 0 | 11 | 106 | 4 | 65 | 132 | 77 |
| Binary | 11110101 | 11100000 | 1001010 | 0 | 1001 | 1000110 | 100 | 110101 | 1011010 | 111111 |
Color Harmonies of #F5E04A
Complementary color
Monochromatic Colors of #F5E04A
Black with #F5E04A
Text Example
Text Example
White with #F5E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E04A; }
p { color: rgb(245,224,74); }
H1.HeaderClassName
{
color: #F5E04A;
}
.AnyTagClassName
{
color: #F5E04A;
}
</style>
background-color css
<style>
a { background-color: #F5E04A; }
a { background-color: rgb(245,224,74); }
div.DivClassName
{
background-color: #F5E04A;
}
.BgClassName
{
background-color: #F5E04A;
}
</style>
border-color css
<style>
span { border-color: #F5E04A; }
span { border-color: rgb(245,224,74); }
td.TdClassName
{
border-color: #F5E04A;
}
.TagClassName
{
border-color: #F5E04A;
}
</style>