Shades of Energy Yellow #F0DC50
Tints of Energy Yellow #F0DC50
RGB
CMYK
RGB Variations
Color information
#F0DC50 (or 0xF0DC50) is known color: Energy Yellow. HEX triplet: F0, DC and 50. RGB value is (240,220,80). Sum of RGB (Red+Green+Blue) = 240+220+80=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DC50 is #0F23AF. Grayscale: #D2D2D2. Windows color (decimal): -992176 or 5299440. OLE color: 5299440.
HSL color Cylindrical-coordinate representation of color #F0DC50: hue angle of 52.5º 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 #F0DC50 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 80 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.06 |
| HSL | 52.5º | 0.84% | 0.63% | - |
| HSV(B) | 52.5º | 0.67% | 0.94% | - |
| XYZ | 62.98 | 70.29 | 17.84 | - |
| YUV | 210.02 | 54.63 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 80 | 0 | 0.08 | 0.67 | 0.06 | 52.5 | 0.84 | 0.63 |
| Hex | F0 | DC | 50 | 0 | 8 | 43 | 6 | 34 | 54 | 3F |
| Octal | 360 | 334 | 120 | 0 | 10 | 103 | 6 | 64 | 124 | 77 |
| Binary | 11110000 | 11011100 | 1010000 | 0 | 1000 | 1000011 | 110 | 110100 | 1010100 | 111111 |
Color Harmonies of #F0DC50
Complementary color
Monochromatic Colors of #F0DC50
Black with #F0DC50
Text Example
Text Example
White with #F0DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC50; }
p { color: rgb(240,220,80); }
H1.HeaderClassName
{
color: #F0DC50;
}
.AnyTagClassName
{
color: #F0DC50;
}
</style>
background-color css
<style>
a { background-color: #F0DC50; }
a { background-color: rgb(240,220,80); }
div.DivClassName
{
background-color: #F0DC50;
}
.BgClassName
{
background-color: #F0DC50;
}
</style>
border-color css
<style>
span { border-color: #F0DC50; }
span { border-color: rgb(240,220,80); }
td.TdClassName
{
border-color: #F0DC50;
}
.TagClassName
{
border-color: #F0DC50;
}
</style>