Shades of Lemon #F0EA17
Tints of Lemon #F0EA17
RGB
CMYK
RGB Variations
Color information
#F0EA17 (or 0xF0EA17) is known color: Lemon. HEX triplet: F0, EA and 17. RGB value is (240,234,23). Sum of RGB (Red+Green+Blue) = 240+234+23=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 23 (9.38% from 255 or 4.63% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EA17 is #0F15E8. Grayscale: #D4D4D4. Windows color (decimal): -988649 or 1567472. OLE color: 1567472.
HSL color Cylindrical-coordinate representation of color #F0EA17: hue angle of 58.34º 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 #F0EA17 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 23 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.06 |
| HSL | 58.34º | 0.88% | 0.52% | - |
| HSV(B) | 58.34º | 0.9% | 0.94% | - |
| XYZ | 65.51 | 77.43 | 12.3 | - |
| YUV | 211.74 | 21.49 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 23 | 0 | 0.02 | 0.90 | 0.06 | 58.34 | 0.88 | 0.52 |
| Hex | F0 | EA | 17 | 0 | 2 | 5A | 6 | 3A | 58 | 34 |
| Octal | 360 | 352 | 27 | 0 | 2 | 132 | 6 | 72 | 130 | 64 |
| Binary | 11110000 | 11101010 | 10111 | 0 | 10 | 1011010 | 110 | 111010 | 1011000 | 110100 |
Color Harmonies of #F0EA17
Complementary color
Monochromatic Colors of #F0EA17
Black with #F0EA17
Text Example
Text Example
White with #F0EA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA17; }
p { color: rgb(240,234,23); }
H1.HeaderClassName
{
color: #F0EA17;
}
.AnyTagClassName
{
color: #F0EA17;
}
</style>
background-color css
<style>
a { background-color: #F0EA17; }
a { background-color: rgb(240,234,23); }
div.DivClassName
{
background-color: #F0EA17;
}
.BgClassName
{
background-color: #F0EA17;
}
</style>
border-color css
<style>
span { border-color: #F0EA17; }
span { border-color: rgb(240,234,23); }
td.TdClassName
{
border-color: #F0EA17;
}
.TagClassName
{
border-color: #F0EA17;
}
</style>