Shades of Lemon #F0EF17
Tints of Lemon #F0EF17
RGB
CMYK
RGB Variations
Color information
#F0EF17 (or 0xF0EF17) is known color: Lemon. HEX triplet: F0, EF and 17. RGB value is (240,239,23). Sum of RGB (Red+Green+Blue) = 240+239+23=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 23 (9.38% from 255 or 4.58% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EF17 is #0F10E8. Grayscale: #D7D7D7. Windows color (decimal): -987369 or 1568752. OLE color: 1568752.
HSL color Cylindrical-coordinate representation of color #F0EF17: hue angle of 59.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0EF17 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 23 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.06 |
| HSL | 59.72º | 0.88% | 0.52% | - |
| HSV(B) | 59.72º | 0.9% | 0.94% | - |
| XYZ | 66.96 | 80.32 | 12.78 | - |
| YUV | 214.68 | 19.83 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 23 | 0 | 0.00 | 0.90 | 0.06 | 59.72 | 0.88 | 0.52 |
| Hex | F0 | EF | 17 | 0 | 0 | 5A | 6 | 3C | 58 | 34 |
| Octal | 360 | 357 | 27 | 0 | 0 | 132 | 6 | 74 | 130 | 64 |
| Binary | 11110000 | 11101111 | 10111 | 0 | 0 | 1011010 | 110 | 111100 | 1011000 | 110100 |
Color Harmonies of #F0EF17
Complementary color
Monochromatic Colors of #F0EF17
Black with #F0EF17
Text Example
Text Example
White with #F0EF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF17; }
p { color: rgb(240,239,23); }
H1.HeaderClassName
{
color: #F0EF17;
}
.AnyTagClassName
{
color: #F0EF17;
}
</style>
background-color css
<style>
a { background-color: #F0EF17; }
a { background-color: rgb(240,239,23); }
div.DivClassName
{
background-color: #F0EF17;
}
.BgClassName
{
background-color: #F0EF17;
}
</style>
border-color css
<style>
span { border-color: #F0EF17; }
span { border-color: rgb(240,239,23); }
td.TdClassName
{
border-color: #F0EF17;
}
.TagClassName
{
border-color: #F0EF17;
}
</style>