Shades of Energy Yellow #F5D849
Tints of Energy Yellow #F5D849
RGB
CMYK
RGB Variations
Color information
#F5D849 (or 0xF5D849) is known color: Energy Yellow. HEX triplet: F5, D8 and 49. RGB value is (245,216,73). Sum of RGB (Red+Green+Blue) = 245+216+73=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D849 is #0A27B6. Grayscale: #D0D0D0. Windows color (decimal): -665527 or 4839669. OLE color: 4839669.
HSL color Cylindrical-coordinate representation of color #F5D849: hue angle of 49.88º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5D849 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 73 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.04 |
| HSL | 49.88º | 0.9% | 0.62% | - |
| HSV(B) | 49.88º | 0.7% | 0.96% | - |
| XYZ | 63.41 | 69.01 | 16.28 | - |
| YUV | 208.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 73 | 0 | 0.12 | 0.70 | 0.04 | 49.88 | 0.9 | 0.62 |
| Hex | F5 | D8 | 49 | 0 | C | 46 | 4 | 32 | 5A | 3E |
| Octal | 365 | 330 | 111 | 0 | 14 | 106 | 4 | 62 | 132 | 76 |
| Binary | 11110101 | 11011000 | 1001001 | 0 | 1100 | 1000110 | 100 | 110010 | 1011010 | 111110 |
Color Harmonies of #F5D849
Complementary color
Monochromatic Colors of #F5D849
Black with #F5D849
Text Example
Text Example
White with #F5D849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D849; }
p { color: rgb(245,216,73); }
H1.HeaderClassName
{
color: #F5D849;
}
.AnyTagClassName
{
color: #F5D849;
}
</style>
background-color css
<style>
a { background-color: #F5D849; }
a { background-color: rgb(245,216,73); }
div.DivClassName
{
background-color: #F5D849;
}
.BgClassName
{
background-color: #F5D849;
}
</style>
border-color css
<style>
span { border-color: #F5D849; }
span { border-color: rgb(245,216,73); }
td.TdClassName
{
border-color: #F5D849;
}
.TagClassName
{
border-color: #F5D849;
}
</style>