Shades of Energy Yellow #F0DA50
Tints of Energy Yellow #F0DA50
RGB
CMYK
RGB Variations
Color information
#F0DA50 (or 0xF0DA50) is known color: Energy Yellow. HEX triplet: F0, DA and 50. RGB value is (240,218,80). Sum of RGB (Red+Green+Blue) = 240+218+80=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA50 is #0F25AF. Grayscale: #D1D1D1. Windows color (decimal): -992688 or 5298928. OLE color: 5298928.
HSL color Cylindrical-coordinate representation of color #F0DA50: hue angle of 51.75º 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 #F0DA50 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 80 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.06 |
| HSL | 51.75º | 0.84% | 0.63% | - |
| HSV(B) | 51.75º | 0.67% | 0.94% | - |
| XYZ | 62.45 | 69.25 | 17.66 | - |
| YUV | 208.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 80 | 0 | 0.09 | 0.67 | 0.06 | 51.75 | 0.84 | 0.63 |
| Hex | F0 | DA | 50 | 0 | 9 | 43 | 6 | 34 | 54 | 3F |
| Octal | 360 | 332 | 120 | 0 | 11 | 103 | 6 | 64 | 124 | 77 |
| Binary | 11110000 | 11011010 | 1010000 | 0 | 1001 | 1000011 | 110 | 110100 | 1010100 | 111111 |
Color Harmonies of #F0DA50
Complementary color
Monochromatic Colors of #F0DA50
Black with #F0DA50
Text Example
Text Example
White with #F0DA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA50; }
p { color: rgb(240,218,80); }
H1.HeaderClassName
{
color: #F0DA50;
}
.AnyTagClassName
{
color: #F0DA50;
}
</style>
background-color css
<style>
a { background-color: #F0DA50; }
a { background-color: rgb(240,218,80); }
div.DivClassName
{
background-color: #F0DA50;
}
.BgClassName
{
background-color: #F0DA50;
}
</style>
border-color css
<style>
span { border-color: #F0DA50; }
span { border-color: rgb(240,218,80); }
td.TdClassName
{
border-color: #F0DA50;
}
.TagClassName
{
border-color: #F0DA50;
}
</style>