Shades of Energy Yellow #F0DA4A
Tints of Energy Yellow #F0DA4A
RGB
CMYK
RGB Variations
Color information
#F0DA4A (or 0xF0DA4A) is known color: Energy Yellow. HEX triplet: F0, DA and 4A. RGB value is (240,218,74). Sum of RGB (Red+Green+Blue) = 240+218+74=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA4A is #0F25B5. Grayscale: #D0D0D0. Windows color (decimal): -992694 or 4905712. OLE color: 4905712.
HSL color Cylindrical-coordinate representation of color #F0DA4A: hue angle of 52.05º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0DA4A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 74 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.06 |
| HSL | 52.05º | 0.85% | 0.62% | - |
| HSV(B) | 52.05º | 0.69% | 0.94% | - |
| XYZ | 62.24 | 69.16 | 16.55 | - |
| YUV | 208.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 74 | 0 | 0.09 | 0.69 | 0.06 | 52.05 | 0.85 | 0.62 |
| Hex | F0 | DA | 4A | 0 | 9 | 45 | 6 | 34 | 55 | 3E |
| Octal | 360 | 332 | 112 | 0 | 11 | 105 | 6 | 64 | 125 | 76 |
| Binary | 11110000 | 11011010 | 1001010 | 0 | 1001 | 1000101 | 110 | 110100 | 1010101 | 111110 |
Color Harmonies of #F0DA4A
Complementary color
Monochromatic Colors of #F0DA4A
Black with #F0DA4A
Text Example
Text Example
White with #F0DA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA4A; }
p { color: rgb(240,218,74); }
H1.HeaderClassName
{
color: #F0DA4A;
}
.AnyTagClassName
{
color: #F0DA4A;
}
</style>
background-color css
<style>
a { background-color: #F0DA4A; }
a { background-color: rgb(240,218,74); }
div.DivClassName
{
background-color: #F0DA4A;
}
.BgClassName
{
background-color: #F0DA4A;
}
</style>
border-color css
<style>
span { border-color: #F0DA4A; }
span { border-color: rgb(240,218,74); }
td.TdClassName
{
border-color: #F0DA4A;
}
.TagClassName
{
border-color: #F0DA4A;
}
</style>