Shades of Energy Yellow #F5D656
Tints of Energy Yellow #F5D656
RGB
CMYK
RGB Variations
Color information
#F5D656 (or 0xF5D656) is known color: Energy Yellow. HEX triplet: F5, D6 and 56. RGB value is (245,214,86). Sum of RGB (Red+Green+Blue) = 245+214+86=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 86 (33.98% from 255 or 15.78% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D656 is #0A29A9. Grayscale: #D1D1D1. Windows color (decimal): -666026 or 5691125. OLE color: 5691125.
HSL color Cylindrical-coordinate representation of color #F5D656: hue angle of 48.3º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5D656 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 86 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.04 |
| HSL | 48.3º | 0.89% | 0.65% | - |
| HSV(B) | 48.3º | 0.65% | 0.96% | - |
| XYZ | 63.38 | 68.18 | 18.62 | - |
| YUV | 208.68 | 58.77 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 86 | 0 | 0.13 | 0.65 | 0.04 | 48.3 | 0.89 | 0.65 |
| Hex | F5 | D6 | 56 | 0 | D | 41 | 4 | 30 | 59 | 41 |
| Octal | 365 | 326 | 126 | 0 | 15 | 101 | 4 | 60 | 131 | 101 |
| Binary | 11110101 | 11010110 | 1010110 | 0 | 1101 | 1000001 | 100 | 110000 | 1011001 | 1000001 |
Color Harmonies of #F5D656
Complementary color
Monochromatic Colors of #F5D656
Black with #F5D656
Text Example
Text Example
White with #F5D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D656; }
p { color: rgb(245,214,86); }
H1.HeaderClassName
{
color: #F5D656;
}
.AnyTagClassName
{
color: #F5D656;
}
</style>
background-color css
<style>
a { background-color: #F5D656; }
a { background-color: rgb(245,214,86); }
div.DivClassName
{
background-color: #F5D656;
}
.BgClassName
{
background-color: #F5D656;
}
</style>
border-color css
<style>
span { border-color: #F5D656; }
span { border-color: rgb(245,214,86); }
td.TdClassName
{
border-color: #F5D656;
}
.TagClassName
{
border-color: #F5D656;
}
</style>