Shades of Lemon #F0EF05
Tints of Lemon #F0EF05
RGB
CMYK
RGB Variations
Color information
#F0EF05 (or 0xF0EF05) is known color: Lemon. HEX triplet: F0, EF and 05. RGB value is (240,239,5). Sum of RGB (Red+Green+Blue) = 240+239+5=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 5 (2.34% from 255 or 1.03% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EF05 is #0F10FA. Grayscale: #D5D5D5. Windows color (decimal): -987387 or 389104. OLE color: 389104.
HSL color Cylindrical-coordinate representation of color #F0EF05: hue angle of 59.74º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0EF05 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 5 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.06 |
| HSL | 59.74º | 0.96% | 0.48% | - |
| HSV(B) | 59.74º | 0.98% | 0.94% | - |
| XYZ | 66.83 | 80.27 | 12.11 | - |
| YUV | 212.62 | 10.83 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 5 | 0 | 0.00 | 0.98 | 0.06 | 59.74 | 0.96 | 0.48 |
| Hex | F0 | EF | 5 | 0 | 0 | 62 | 6 | 3C | 60 | 30 |
| Octal | 360 | 357 | 5 | 0 | 0 | 142 | 6 | 74 | 140 | 60 |
| Binary | 11110000 | 11101111 | 101 | 0 | 0 | 1100010 | 110 | 111100 | 1100000 | 110000 |
Color Harmonies of #F0EF05
Complementary color
Monochromatic Colors of #F0EF05
Black with #F0EF05
Text Example
Text Example
White with #F0EF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF05; }
p { color: rgb(240,239,5); }
H1.HeaderClassName
{
color: #F0EF05;
}
.AnyTagClassName
{
color: #F0EF05;
}
</style>
background-color css
<style>
a { background-color: #F0EF05; }
a { background-color: rgb(240,239,5); }
div.DivClassName
{
background-color: #F0EF05;
}
.BgClassName
{
background-color: #F0EF05;
}
</style>
border-color css
<style>
span { border-color: #F0EF05; }
span { border-color: rgb(240,239,5); }
td.TdClassName
{
border-color: #F0EF05;
}
.TagClassName
{
border-color: #F0EF05;
}
</style>