Shades of Energy Yellow #F0DA4F
Tints of Energy Yellow #F0DA4F
RGB
CMYK
RGB Variations
Color information
#F0DA4F (or 0xF0DA4F) is known color: Energy Yellow. HEX triplet: F0, DA and 4F. RGB value is (240,218,79). Sum of RGB (Red+Green+Blue) = 240+218+79=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 79 (31.25% from 255 or 14.71% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA4F is #0F25B0. Grayscale: #D1D1D1. Windows color (decimal): -992689 or 5233392. OLE color: 5233392.
HSL color Cylindrical-coordinate representation of color #F0DA4F: hue angle of 51.8º 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 #F0DA4F is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 79 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.06 |
| HSL | 51.8º | 0.84% | 0.63% | - |
| HSV(B) | 51.8º | 0.67% | 0.94% | - |
| XYZ | 62.42 | 69.23 | 17.47 | - |
| YUV | 208.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 79 | 0 | 0.09 | 0.67 | 0.06 | 51.8 | 0.84 | 0.63 |
| Hex | F0 | DA | 4F | 0 | 9 | 43 | 6 | 34 | 54 | 3F |
| Octal | 360 | 332 | 117 | 0 | 11 | 103 | 6 | 64 | 124 | 77 |
| Binary | 11110000 | 11011010 | 1001111 | 0 | 1001 | 1000011 | 110 | 110100 | 1010100 | 111111 |
Color Harmonies of #F0DA4F
Complementary color
Monochromatic Colors of #F0DA4F
Black with #F0DA4F
Text Example
Text Example
White with #F0DA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA4F; }
p { color: rgb(240,218,79); }
H1.HeaderClassName
{
color: #F0DA4F;
}
.AnyTagClassName
{
color: #F0DA4F;
}
</style>
background-color css
<style>
a { background-color: #F0DA4F; }
a { background-color: rgb(240,218,79); }
div.DivClassName
{
background-color: #F0DA4F;
}
.BgClassName
{
background-color: #F0DA4F;
}
</style>
border-color css
<style>
span { border-color: #F0DA4F; }
span { border-color: rgb(240,218,79); }
td.TdClassName
{
border-color: #F0DA4F;
}
.TagClassName
{
border-color: #F0DA4F;
}
</style>