Shades of Energy Yellow #F5D756
Tints of Energy Yellow #F5D756
RGB
CMYK
RGB Variations
Color information
#F5D756 (or 0xF5D756) is known color: Energy Yellow. HEX triplet: F5, D7 and 56. RGB value is (245,215,86). Sum of RGB (Red+Green+Blue) = 245+215+86=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 86 (33.98% from 255 or 15.75% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D756 is #0A28A9. Grayscale: #D1D1D1. Windows color (decimal): -665770 or 5691381. OLE color: 5691381.
HSL color Cylindrical-coordinate representation of color #F5D756: hue angle of 48.68º 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 #F5D756 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 86 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.04 |
| HSL | 48.68º | 0.89% | 0.65% | - |
| HSV(B) | 48.68º | 0.65% | 0.96% | - |
| XYZ | 63.64 | 68.69 | 18.71 | - |
| YUV | 209.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 86 | 0 | 0.12 | 0.65 | 0.04 | 48.68 | 0.89 | 0.65 |
| Hex | F5 | D7 | 56 | 0 | C | 41 | 4 | 31 | 59 | 41 |
| Octal | 365 | 327 | 126 | 0 | 14 | 101 | 4 | 61 | 131 | 101 |
| Binary | 11110101 | 11010111 | 1010110 | 0 | 1100 | 1000001 | 100 | 110001 | 1011001 | 1000001 |
Color Harmonies of #F5D756
Complementary color
Monochromatic Colors of #F5D756
Black with #F5D756
Text Example
Text Example
White with #F5D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D756; }
p { color: rgb(245,215,86); }
H1.HeaderClassName
{
color: #F5D756;
}
.AnyTagClassName
{
color: #F5D756;
}
</style>
background-color css
<style>
a { background-color: #F5D756; }
a { background-color: rgb(245,215,86); }
div.DivClassName
{
background-color: #F5D756;
}
.BgClassName
{
background-color: #F5D756;
}
</style>
border-color css
<style>
span { border-color: #F5D756; }
span { border-color: rgb(245,215,86); }
td.TdClassName
{
border-color: #F5D756;
}
.TagClassName
{
border-color: #F5D756;
}
</style>