Shades of Energy Yellow #F0DF50
Tints of Energy Yellow #F0DF50
RGB
CMYK
RGB Variations
Color information
#F0DF50 (or 0xF0DF50) is known color: Energy Yellow. HEX triplet: F0, DF and 50. RGB value is (240,223,80). Sum of RGB (Red+Green+Blue) = 240+223+80=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF50 is #0F20AF. Grayscale: #D4D4D4. Windows color (decimal): -991408 or 5300208. OLE color: 5300208.
HSL color Cylindrical-coordinate representation of color #F0DF50: hue angle of 53.62º 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 #F0DF50 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 80 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.06 |
| HSL | 53.63º | 0.84% | 0.63% | - |
| HSV(B) | 53.63º | 0.67% | 0.94% | - |
| XYZ | 63.77 | 71.88 | 18.1 | - |
| YUV | 211.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 80 | 0 | 0.07 | 0.67 | 0.06 | 53.63 | 0.84 | 0.63 |
| Hex | F0 | DF | 50 | 0 | 7 | 43 | 6 | 36 | 54 | 3F |
| Octal | 360 | 337 | 120 | 0 | 7 | 103 | 6 | 66 | 124 | 77 |
| Binary | 11110000 | 11011111 | 1010000 | 0 | 111 | 1000011 | 110 | 110110 | 1010100 | 111111 |
Color Harmonies of #F0DF50
Complementary color
Monochromatic Colors of #F0DF50
Black with #F0DF50
Text Example
Text Example
White with #F0DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF50; }
p { color: rgb(240,223,80); }
H1.HeaderClassName
{
color: #F0DF50;
}
.AnyTagClassName
{
color: #F0DF50;
}
</style>
background-color css
<style>
a { background-color: #F0DF50; }
a { background-color: rgb(240,223,80); }
div.DivClassName
{
background-color: #F0DF50;
}
.BgClassName
{
background-color: #F0DF50;
}
</style>
border-color css
<style>
span { border-color: #F0DF50; }
span { border-color: rgb(240,223,80); }
td.TdClassName
{
border-color: #F0DF50;
}
.TagClassName
{
border-color: #F0DF50;
}
</style>