Shades of Energy Yellow #F5D858
Tints of Energy Yellow #F5D858
RGB
CMYK
RGB Variations
Color information
#F5D858 (or 0xF5D858) is known color: Energy Yellow. HEX triplet: F5, D8 and 58. RGB value is (245,216,88). Sum of RGB (Red+Green+Blue) = 245+216+88=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 88 (34.77% from 255 or 16.03% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D858 is #0A27A7. Grayscale: #D2D2D2. Windows color (decimal): -665512 or 5822709. OLE color: 5822709.
HSL color Cylindrical-coordinate representation of color #F5D858: hue angle of 48.92º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5D858 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 88 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.04 |
| HSL | 48.92º | 0.89% | 0.65% | - |
| HSV(B) | 48.92º | 0.64% | 0.96% | - |
| XYZ | 63.97 | 69.23 | 19.22 | - |
| YUV | 210.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 88 | 0 | 0.12 | 0.64 | 0.04 | 48.92 | 0.89 | 0.65 |
| Hex | F5 | D8 | 58 | 0 | C | 40 | 4 | 31 | 59 | 41 |
| Octal | 365 | 330 | 130 | 0 | 14 | 100 | 4 | 61 | 131 | 101 |
| Binary | 11110101 | 11011000 | 1011000 | 0 | 1100 | 1000000 | 100 | 110001 | 1011001 | 1000001 |
Color Harmonies of #F5D858
Complementary color
Monochromatic Colors of #F5D858
Black with #F5D858
Text Example
Text Example
White with #F5D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D858; }
p { color: rgb(245,216,88); }
H1.HeaderClassName
{
color: #F5D858;
}
.AnyTagClassName
{
color: #F5D858;
}
</style>
background-color css
<style>
a { background-color: #F5D858; }
a { background-color: rgb(245,216,88); }
div.DivClassName
{
background-color: #F5D858;
}
.BgClassName
{
background-color: #F5D858;
}
</style>
border-color css
<style>
span { border-color: #F5D858; }
span { border-color: rgb(245,216,88); }
td.TdClassName
{
border-color: #F5D858;
}
.TagClassName
{
border-color: #F5D858;
}
</style>