Shades of Lemon #F0E716
Tints of Lemon #F0E716
RGB
CMYK
RGB Variations
Color information
#F0E716 (or 0xF0E716) is known color: Lemon. HEX triplet: F0, E7 and 16. RGB value is (240,231,22). Sum of RGB (Red+Green+Blue) = 240+231+22=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E716 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E716 is #0F18E9. Grayscale: #D2D2D2. Windows color (decimal): -989418 or 1501168. OLE color: 1501168.
HSL color Cylindrical-coordinate representation of color #F0E716: hue angle of 57.52º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0E716 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 22 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.06 |
| HSL | 57.52º | 0.88% | 0.51% | - |
| HSV(B) | 57.52º | 0.91% | 0.94% | - |
| XYZ | 64.66 | 75.74 | 11.97 | - |
| YUV | 209.87 | 21.98 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 22 | 0 | 0.04 | 0.91 | 0.06 | 57.52 | 0.88 | 0.51 |
| Hex | F0 | E7 | 16 | 0 | 4 | 5B | 6 | 3A | 58 | 33 |
| Octal | 360 | 347 | 26 | 0 | 4 | 133 | 6 | 72 | 130 | 63 |
| Binary | 11110000 | 11100111 | 10110 | 0 | 100 | 1011011 | 110 | 111010 | 1011000 | 110011 |
Color Harmonies of #F0E716
Complementary color
Monochromatic Colors of #F0E716
Black with #F0E716
Text Example
Text Example
White with #F0E716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E716; }
p { color: rgb(240,231,22); }
H1.HeaderClassName
{
color: #F0E716;
}
.AnyTagClassName
{
color: #F0E716;
}
</style>
background-color css
<style>
a { background-color: #F0E716; }
a { background-color: rgb(240,231,22); }
div.DivClassName
{
background-color: #F0E716;
}
.BgClassName
{
background-color: #F0E716;
}
</style>
border-color css
<style>
span { border-color: #F0E716; }
span { border-color: rgb(240,231,22); }
td.TdClassName
{
border-color: #F0E716;
}
.TagClassName
{
border-color: #F0E716;
}
</style>