Shades of Energy Yellow #F0E046
Tints of Energy Yellow #F0E046
RGB
CMYK
RGB Variations
Color information
#F0E046 (or 0xF0E046) is known color: Energy Yellow. HEX triplet: F0, E0 and 46. RGB value is (240,224,70). Sum of RGB (Red+Green+Blue) = 240+224+70=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 70 (27.73% from 255 or 13.11% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E046 is #0F1FB9. Grayscale: #D3D3D3. Windows color (decimal): -991162 or 4645104. OLE color: 4645104.
HSL color Cylindrical-coordinate representation of color #F0E046: hue angle of 54.35º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0E046 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 70 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.06 |
| HSL | 54.35º | 0.85% | 0.61% | - |
| HSV(B) | 54.35º | 0.71% | 0.94% | - |
| XYZ | 63.7 | 72.28 | 16.39 | - |
| YUV | 211.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 70 | 0 | 0.07 | 0.71 | 0.06 | 54.35 | 0.85 | 0.61 |
| Hex | F0 | E0 | 46 | 0 | 7 | 47 | 6 | 36 | 55 | 3D |
| Octal | 360 | 340 | 106 | 0 | 7 | 107 | 6 | 66 | 125 | 75 |
| Binary | 11110000 | 11100000 | 1000110 | 0 | 111 | 1000111 | 110 | 110110 | 1010101 | 111101 |
Color Harmonies of #F0E046
Complementary color
Monochromatic Colors of #F0E046
Black with #F0E046
Text Example
Text Example
White with #F0E046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E046; }
p { color: rgb(240,224,70); }
H1.HeaderClassName
{
color: #F0E046;
}
.AnyTagClassName
{
color: #F0E046;
}
</style>
background-color css
<style>
a { background-color: #F0E046; }
a { background-color: rgb(240,224,70); }
div.DivClassName
{
background-color: #F0E046;
}
.BgClassName
{
background-color: #F0E046;
}
</style>
border-color css
<style>
span { border-color: #F0E046; }
span { border-color: rgb(240,224,70); }
td.TdClassName
{
border-color: #F0E046;
}
.TagClassName
{
border-color: #F0E046;
}
</style>