Shades of Energy Yellow #F0DE4B
Tints of Energy Yellow #F0DE4B
RGB
CMYK
RGB Variations
Color information
#F0DE4B (or 0xF0DE4B) is known color: Energy Yellow. HEX triplet: F0, DE and 4B. RGB value is (240,222,75). Sum of RGB (Red+Green+Blue) = 240+222+75=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DE4B is #0F21B4. Grayscale: #D3D3D3. Windows color (decimal): -991669 or 4972272. OLE color: 4972272.
HSL color Cylindrical-coordinate representation of color #F0DE4B: hue angle of 53.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0DE4B is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 75 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.06 |
| HSL | 53.45º | 0.85% | 0.62% | - |
| HSV(B) | 53.45º | 0.69% | 0.94% | - |
| XYZ | 63.33 | 71.28 | 17.08 | - |
| YUV | 210.62 | 51.46 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 75 | 0 | 0.08 | 0.69 | 0.06 | 53.45 | 0.85 | 0.62 |
| Hex | F0 | DE | 4B | 0 | 8 | 45 | 6 | 35 | 55 | 3E |
| Octal | 360 | 336 | 113 | 0 | 10 | 105 | 6 | 65 | 125 | 76 |
| Binary | 11110000 | 11011110 | 1001011 | 0 | 1000 | 1000101 | 110 | 110101 | 1010101 | 111110 |
Color Harmonies of #F0DE4B
Complementary color
Monochromatic Colors of #F0DE4B
Black with #F0DE4B
Text Example
Text Example
White with #F0DE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DE4B; }
p { color: rgb(240,222,75); }
H1.HeaderClassName
{
color: #F0DE4B;
}
.AnyTagClassName
{
color: #F0DE4B;
}
</style>
background-color css
<style>
a { background-color: #F0DE4B; }
a { background-color: rgb(240,222,75); }
div.DivClassName
{
background-color: #F0DE4B;
}
.BgClassName
{
background-color: #F0DE4B;
}
</style>
border-color css
<style>
span { border-color: #F0DE4B; }
span { border-color: rgb(240,222,75); }
td.TdClassName
{
border-color: #F0DE4B;
}
.TagClassName
{
border-color: #F0DE4B;
}
</style>