Shades of Energy Yellow #F0DD51
Tints of Energy Yellow #F0DD51
RGB
CMYK
RGB Variations
Color information
#F0DD51 (or 0xF0DD51) is known color: Energy Yellow. HEX triplet: F0, DD and 51. RGB value is (240,221,81). Sum of RGB (Red+Green+Blue) = 240+221+81=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 81 (32.03% from 255 or 14.94% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DD51 is #0F22AE. Grayscale: #D3D3D3. Windows color (decimal): -991919 or 5365232. OLE color: 5365232.
HSL color Cylindrical-coordinate representation of color #F0DD51: hue angle of 52.83º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0DD51 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 81 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.06 |
| HSL | 52.83º | 0.84% | 0.63% | - |
| HSV(B) | 52.83º | 0.66% | 0.94% | - |
| XYZ | 63.28 | 70.83 | 18.12 | - |
| YUV | 210.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 81 | 0 | 0.08 | 0.66 | 0.06 | 52.83 | 0.84 | 0.63 |
| Hex | F0 | DD | 51 | 0 | 8 | 42 | 6 | 35 | 54 | 3F |
| Octal | 360 | 335 | 121 | 0 | 10 | 102 | 6 | 65 | 124 | 77 |
| Binary | 11110000 | 11011101 | 1010001 | 0 | 1000 | 1000010 | 110 | 110101 | 1010100 | 111111 |
Color Harmonies of #F0DD51
Complementary color
Monochromatic Colors of #F0DD51
Black with #F0DD51
Text Example
Text Example
White with #F0DD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD51; }
p { color: rgb(240,221,81); }
H1.HeaderClassName
{
color: #F0DD51;
}
.AnyTagClassName
{
color: #F0DD51;
}
</style>
background-color css
<style>
a { background-color: #F0DD51; }
a { background-color: rgb(240,221,81); }
div.DivClassName
{
background-color: #F0DD51;
}
.BgClassName
{
background-color: #F0DD51;
}
</style>
border-color css
<style>
span { border-color: #F0DD51; }
span { border-color: rgb(240,221,81); }
td.TdClassName
{
border-color: #F0DD51;
}
.TagClassName
{
border-color: #F0DD51;
}
</style>