Shades of Lemon #F0EB14
Tints of Lemon #F0EB14
RGB
CMYK
RGB Variations
Color information
#F0EB14 (or 0xF0EB14) is known color: Lemon. HEX triplet: F0, EB and 14. RGB value is (240,235,20). Sum of RGB (Red+Green+Blue) = 240+235+20=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EB14 is #0F14EB. Grayscale: #D4D4D4. Windows color (decimal): -988396 or 1371120. OLE color: 1371120.
HSL color Cylindrical-coordinate representation of color #F0EB14: hue angle of 58.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0EB14 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 20 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.06 |
| HSL | 58.64º | 0.88% | 0.51% | - |
| HSV(B) | 58.64º | 0.92% | 0.94% | - |
| XYZ | 65.77 | 77.99 | 12.25 | - |
| YUV | 211.99 | 19.66 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 20 | 0 | 0.02 | 0.92 | 0.06 | 58.64 | 0.88 | 0.51 |
| Hex | F0 | EB | 14 | 0 | 2 | 5C | 6 | 3B | 58 | 33 |
| Octal | 360 | 353 | 24 | 0 | 2 | 134 | 6 | 73 | 130 | 63 |
| Binary | 11110000 | 11101011 | 10100 | 0 | 10 | 1011100 | 110 | 111011 | 1011000 | 110011 |
Color Harmonies of #F0EB14
Complementary color
Monochromatic Colors of #F0EB14
Black with #F0EB14
Text Example
Text Example
White with #F0EB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EB14; }
p { color: rgb(240,235,20); }
H1.HeaderClassName
{
color: #F0EB14;
}
.AnyTagClassName
{
color: #F0EB14;
}
</style>
background-color css
<style>
a { background-color: #F0EB14; }
a { background-color: rgb(240,235,20); }
div.DivClassName
{
background-color: #F0EB14;
}
.BgClassName
{
background-color: #F0EB14;
}
</style>
border-color css
<style>
span { border-color: #F0EB14; }
span { border-color: rgb(240,235,20); }
td.TdClassName
{
border-color: #F0EB14;
}
.TagClassName
{
border-color: #F0EB14;
}
</style>