Shades of Energy Yellow #F0D949
Tints of Energy Yellow #F0D949
RGB
CMYK
RGB Variations
Color information
#F0D949 (or 0xF0D949) is known color: Energy Yellow. HEX triplet: F0, D9 and 49. RGB value is (240,217,73). Sum of RGB (Red+Green+Blue) = 240+217+73=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D949 is #0F26B6. Grayscale: #D0D0D0. Windows color (decimal): -992951 or 4839920. OLE color: 4839920.
HSL color Cylindrical-coordinate representation of color #F0D949: hue angle of 51.74º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0D949 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 73 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.06 |
| HSL | 51.74º | 0.85% | 0.61% | - |
| HSV(B) | 51.74º | 0.7% | 0.94% | - |
| XYZ | 61.95 | 68.63 | 16.29 | - |
| YUV | 207.46 | 52.12 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 73 | 0 | 0.10 | 0.70 | 0.06 | 51.74 | 0.85 | 0.61 |
| Hex | F0 | D9 | 49 | 0 | A | 46 | 6 | 34 | 55 | 3D |
| Octal | 360 | 331 | 111 | 0 | 12 | 106 | 6 | 64 | 125 | 75 |
| Binary | 11110000 | 11011001 | 1001001 | 0 | 1010 | 1000110 | 110 | 110100 | 1010101 | 111101 |
Color Harmonies of #F0D949
Complementary color
Monochromatic Colors of #F0D949
Black with #F0D949
Text Example
Text Example
White with #F0D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D949; }
p { color: rgb(240,217,73); }
H1.HeaderClassName
{
color: #F0D949;
}
.AnyTagClassName
{
color: #F0D949;
}
</style>
background-color css
<style>
a { background-color: #F0D949; }
a { background-color: rgb(240,217,73); }
div.DivClassName
{
background-color: #F0D949;
}
.BgClassName
{
background-color: #F0D949;
}
</style>
border-color css
<style>
span { border-color: #F0D949; }
span { border-color: rgb(240,217,73); }
td.TdClassName
{
border-color: #F0D949;
}
.TagClassName
{
border-color: #F0D949;
}
</style>