Shades of Energy Yellow #F5D149
Tints of Energy Yellow #F5D149
RGB
CMYK
RGB Variations
Color information
#F5D149 (or 0xF5D149) is known color: Energy Yellow. HEX triplet: F5, D1 and 49. RGB value is (245,209,73). Sum of RGB (Red+Green+Blue) = 245+209+73=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D149 is #0A2EB6. Grayscale: #CCCCCC. Windows color (decimal): -667319 or 4837877. OLE color: 4837877.
HSL color Cylindrical-coordinate representation of color #F5D149: hue angle of 47.44º 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 #F5D149 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 73 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.04 |
| HSL | 47.44º | 0.9% | 0.62% | - |
| HSV(B) | 47.44º | 0.7% | 0.96% | - |
| XYZ | 61.66 | 65.49 | 15.7 | - |
| YUV | 204.26 | 53.93 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 73 | 0 | 0.15 | 0.70 | 0.04 | 47.44 | 0.9 | 0.62 |
| Hex | F5 | D1 | 49 | 0 | F | 46 | 4 | 2F | 5A | 3E |
| Octal | 365 | 321 | 111 | 0 | 17 | 106 | 4 | 57 | 132 | 76 |
| Binary | 11110101 | 11010001 | 1001001 | 0 | 1111 | 1000110 | 100 | 101111 | 1011010 | 111110 |
Color Harmonies of #F5D149
Complementary color
Monochromatic Colors of #F5D149
Black with #F5D149
Text Example
Text Example
White with #F5D149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D149; }
p { color: rgb(245,209,73); }
H1.HeaderClassName
{
color: #F5D149;
}
.AnyTagClassName
{
color: #F5D149;
}
</style>
background-color css
<style>
a { background-color: #F5D149; }
a { background-color: rgb(245,209,73); }
div.DivClassName
{
background-color: #F5D149;
}
.BgClassName
{
background-color: #F5D149;
}
</style>
border-color css
<style>
span { border-color: #F5D149; }
span { border-color: rgb(245,209,73); }
td.TdClassName
{
border-color: #F5D149;
}
.TagClassName
{
border-color: #F5D149;
}
</style>