Shades of Energy Yellow #F5E045
Tints of Energy Yellow #F5E045
RGB
CMYK
RGB Variations
Color information
#F5E045 (or 0xF5E045) is known color: Energy Yellow. HEX triplet: F5, E0 and 45. RGB value is (245,224,69). Sum of RGB (Red+Green+Blue) = 245+224+69=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E045 is #0A1FBA. Grayscale: #D5D5D5. Windows color (decimal): -663483 or 4579573. OLE color: 4579573.
HSL color Cylindrical-coordinate representation of color #F5E045: hue angle of 52.84º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5E045 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 69 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.04 |
| HSL | 52.84º | 0.9% | 0.62% | - |
| HSV(B) | 52.84º | 0.72% | 0.96% | - |
| XYZ | 65.39 | 73.15 | 16.3 | - |
| YUV | 212.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 69 | 0 | 0.09 | 0.72 | 0.04 | 52.84 | 0.9 | 0.62 |
| Hex | F5 | E0 | 45 | 0 | 9 | 48 | 4 | 35 | 5A | 3E |
| Octal | 365 | 340 | 105 | 0 | 11 | 110 | 4 | 65 | 132 | 76 |
| Binary | 11110101 | 11100000 | 1000101 | 0 | 1001 | 1001000 | 100 | 110101 | 1011010 | 111110 |
Color Harmonies of #F5E045
Complementary color
Monochromatic Colors of #F5E045
Black with #F5E045
Text Example
Text Example
White with #F5E045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E045; }
p { color: rgb(245,224,69); }
H1.HeaderClassName
{
color: #F5E045;
}
.AnyTagClassName
{
color: #F5E045;
}
</style>
background-color css
<style>
a { background-color: #F5E045; }
a { background-color: rgb(245,224,69); }
div.DivClassName
{
background-color: #F5E045;
}
.BgClassName
{
background-color: #F5E045;
}
</style>
border-color css
<style>
span { border-color: #F5E045; }
span { border-color: rgb(245,224,69); }
td.TdClassName
{
border-color: #F5E045;
}
.TagClassName
{
border-color: #F5E045;
}
</style>