Shades of Energy Yellow #F5E04C
Tints of Energy Yellow #F5E04C
RGB
CMYK
RGB Variations
Color information
#F5E04C (or 0xF5E04C) is known color: Energy Yellow. HEX triplet: F5, E0 and 4C. RGB value is (245,224,76). Sum of RGB (Red+Green+Blue) = 245+224+76=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 76 (30.08% from 255 or 13.94% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E04C is #0A1FB3. Grayscale: #D6D6D6. Windows color (decimal): -663476 or 5038325. OLE color: 5038325.
HSL color Cylindrical-coordinate representation of color #F5E04C: hue angle of 52.54º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5E04C is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 76 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.04 |
| HSL | 52.54º | 0.89% | 0.63% | - |
| HSV(B) | 52.54º | 0.69% | 0.96% | - |
| XYZ | 65.62 | 73.25 | 17.52 | - |
| YUV | 213.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 76 | 0 | 0.09 | 0.69 | 0.04 | 52.54 | 0.89 | 0.63 |
| Hex | F5 | E0 | 4C | 0 | 9 | 45 | 4 | 35 | 59 | 3F |
| Octal | 365 | 340 | 114 | 0 | 11 | 105 | 4 | 65 | 131 | 77 |
| Binary | 11110101 | 11100000 | 1001100 | 0 | 1001 | 1000101 | 100 | 110101 | 1011001 | 111111 |
Color Harmonies of #F5E04C
Complementary color
Monochromatic Colors of #F5E04C
Black with #F5E04C
Text Example
Text Example
White with #F5E04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E04C; }
p { color: rgb(245,224,76); }
H1.HeaderClassName
{
color: #F5E04C;
}
.AnyTagClassName
{
color: #F5E04C;
}
</style>
background-color css
<style>
a { background-color: #F5E04C; }
a { background-color: rgb(245,224,76); }
div.DivClassName
{
background-color: #F5E04C;
}
.BgClassName
{
background-color: #F5E04C;
}
</style>
border-color css
<style>
span { border-color: #F5E04C; }
span { border-color: rgb(245,224,76); }
td.TdClassName
{
border-color: #F5E04C;
}
.TagClassName
{
border-color: #F5E04C;
}
</style>