Shades of Lemon #F0E71E
Tints of Lemon #F0E71E
RGB
CMYK
RGB Variations
Color information
#F0E71E (or 0xF0E71E) is known color: Lemon. HEX triplet: F0, E7 and 1E. RGB value is (240,231,30). Sum of RGB (Red+Green+Blue) = 240+231+30=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 30 (12.11% from 255 or 5.99% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E71E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E71E is #0F18E1. Grayscale: #D3D3D3. Windows color (decimal): -989410 or 2025456. OLE color: 2025456.
HSL color Cylindrical-coordinate representation of color #F0E71E: hue angle of 57.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0E71E is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 30 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.06 |
| HSL | 57.43º | 0.88% | 0.53% | - |
| HSV(B) | 57.43º | 0.88% | 0.94% | - |
| XYZ | 64.75 | 75.77 | 12.44 | - |
| YUV | 210.78 | 25.98 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 30 | 0 | 0.04 | 0.87 | 0.06 | 57.43 | 0.88 | 0.53 |
| Hex | F0 | E7 | 1E | 0 | 4 | 57 | 6 | 39 | 58 | 35 |
| Octal | 360 | 347 | 36 | 0 | 4 | 127 | 6 | 71 | 130 | 65 |
| Binary | 11110000 | 11100111 | 11110 | 0 | 100 | 1010111 | 110 | 111001 | 1011000 | 110101 |
Color Harmonies of #F0E71E
Complementary color
Monochromatic Colors of #F0E71E
Black with #F0E71E
Text Example
Text Example
White with #F0E71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E71E; }
p { color: rgb(240,231,30); }
H1.HeaderClassName
{
color: #F0E71E;
}
.AnyTagClassName
{
color: #F0E71E;
}
</style>
background-color css
<style>
a { background-color: #F0E71E; }
a { background-color: rgb(240,231,30); }
div.DivClassName
{
background-color: #F0E71E;
}
.BgClassName
{
background-color: #F0E71E;
}
</style>
border-color css
<style>
span { border-color: #F0E71E; }
span { border-color: rgb(240,231,30); }
td.TdClassName
{
border-color: #F0E71E;
}
.TagClassName
{
border-color: #F0E71E;
}
</style>