Shades of Energy Yellow #F0DA4C
Tints of Energy Yellow #F0DA4C
RGB
CMYK
RGB Variations
Color information
#F0DA4C (or 0xF0DA4C) is known color: Energy Yellow. HEX triplet: F0, DA and 4C. RGB value is (240,218,76). Sum of RGB (Red+Green+Blue) = 240+218+76=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA4C is #0F25B3. Grayscale: #D0D0D0. Windows color (decimal): -992692 or 5036784. OLE color: 5036784.
HSL color Cylindrical-coordinate representation of color #F0DA4C: hue angle of 51.95º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0DA4C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 76 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.06 |
| HSL | 51.95º | 0.85% | 0.62% | - |
| HSV(B) | 51.95º | 0.68% | 0.94% | - |
| XYZ | 62.31 | 69.19 | 16.91 | - |
| YUV | 208.39 | 53.29 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 76 | 0 | 0.09 | 0.68 | 0.06 | 51.95 | 0.85 | 0.62 |
| Hex | F0 | DA | 4C | 0 | 9 | 44 | 6 | 34 | 55 | 3E |
| Octal | 360 | 332 | 114 | 0 | 11 | 104 | 6 | 64 | 125 | 76 |
| Binary | 11110000 | 11011010 | 1001100 | 0 | 1001 | 1000100 | 110 | 110100 | 1010101 | 111110 |
Color Harmonies of #F0DA4C
Complementary color
Monochromatic Colors of #F0DA4C
Black with #F0DA4C
Text Example
Text Example
White with #F0DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA4C; }
p { color: rgb(240,218,76); }
H1.HeaderClassName
{
color: #F0DA4C;
}
.AnyTagClassName
{
color: #F0DA4C;
}
</style>
background-color css
<style>
a { background-color: #F0DA4C; }
a { background-color: rgb(240,218,76); }
div.DivClassName
{
background-color: #F0DA4C;
}
.BgClassName
{
background-color: #F0DA4C;
}
</style>
border-color css
<style>
span { border-color: #F0DA4C; }
span { border-color: rgb(240,218,76); }
td.TdClassName
{
border-color: #F0DA4C;
}
.TagClassName
{
border-color: #F0DA4C;
}
</style>