Shades of Energy Yellow #F0DD4F
Tints of Energy Yellow #F0DD4F
RGB
CMYK
RGB Variations
Color information
#F0DD4F (or 0xF0DD4F) is known color: Energy Yellow. HEX triplet: F0, DD and 4F. RGB value is (240,221,79). Sum of RGB (Red+Green+Blue) = 240+221+79=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DD4F is #0F22B0. Grayscale: #D3D3D3. Windows color (decimal): -991921 or 5234160. OLE color: 5234160.
HSL color Cylindrical-coordinate representation of color #F0DD4F: hue angle of 52.92º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0DD4F is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 79 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.06 |
| HSL | 52.92º | 0.84% | 0.63% | - |
| HSV(B) | 52.92º | 0.67% | 0.94% | - |
| XYZ | 63.2 | 70.8 | 17.73 | - |
| YUV | 210.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 79 | 0 | 0.08 | 0.67 | 0.06 | 52.92 | 0.84 | 0.63 |
| Hex | F0 | DD | 4F | 0 | 8 | 43 | 6 | 35 | 54 | 3F |
| Octal | 360 | 335 | 117 | 0 | 10 | 103 | 6 | 65 | 124 | 77 |
| Binary | 11110000 | 11011101 | 1001111 | 0 | 1000 | 1000011 | 110 | 110101 | 1010100 | 111111 |
Color Harmonies of #F0DD4F
Complementary color
Monochromatic Colors of #F0DD4F
Black with #F0DD4F
Text Example
Text Example
White with #F0DD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD4F; }
p { color: rgb(240,221,79); }
H1.HeaderClassName
{
color: #F0DD4F;
}
.AnyTagClassName
{
color: #F0DD4F;
}
</style>
background-color css
<style>
a { background-color: #F0DD4F; }
a { background-color: rgb(240,221,79); }
div.DivClassName
{
background-color: #F0DD4F;
}
.BgClassName
{
background-color: #F0DD4F;
}
</style>
border-color css
<style>
span { border-color: #F0DD4F; }
span { border-color: rgb(240,221,79); }
td.TdClassName
{
border-color: #F0DD4F;
}
.TagClassName
{
border-color: #F0DD4F;
}
</style>