Shades of Lemon #F0F40E
Tints of Lemon #F0F40E
RGB
CMYK
RGB Variations
Color information
#F0F40E (or 0xF0F40E) is known color: Lemon. HEX triplet: F0, F4 and 0E. RGB value is (240,244,14). Sum of RGB (Red+Green+Blue) = 240+244+14=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 14 (5.86% from 255 or 2.81% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F40E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F40E is #0F0BF1. Grayscale: #D9D9D9. Windows color (decimal): -986098 or 980208. OLE color: 980208.
HSL color Cylindrical-coordinate representation of color #F0F40E: hue angle of 61.04º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0F40E is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 14 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.04 |
| HSL | 61.04º | 0.91% | 0.51% | - |
| HSV(B) | 61.04º | 0.94% | 0.96% | - |
| XYZ | 68.37 | 83.26 | 12.88 | - |
| YUV | 216.58 | 13.67 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 14 | 0.02 | 0 | 0.94 | 0.04 | 61.04 | 0.91 | 0.51 |
| Hex | F0 | F4 | E | 2 | 0 | 5E | 4 | 3D | 5B | 33 |
| Octal | 360 | 364 | 16 | 2 | 0 | 136 | 4 | 75 | 133 | 63 |
| Binary | 11110000 | 11110100 | 1110 | 10 | 0 | 1011110 | 100 | 111101 | 1011011 | 110011 |
Color Harmonies of #F0F40E
Complementary color
Monochromatic Colors of #F0F40E
Black with #F0F40E
Text Example
Text Example
White with #F0F40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F40E; }
p { color: rgb(240,244,14); }
H1.HeaderClassName
{
color: #F0F40E;
}
.AnyTagClassName
{
color: #F0F40E;
}
</style>
background-color css
<style>
a { background-color: #F0F40E; }
a { background-color: rgb(240,244,14); }
div.DivClassName
{
background-color: #F0F40E;
}
.BgClassName
{
background-color: #F0F40E;
}
</style>
border-color css
<style>
span { border-color: #F0F40E; }
span { border-color: rgb(240,244,14); }
td.TdClassName
{
border-color: #F0F40E;
}
.TagClassName
{
border-color: #F0F40E;
}
</style>