Shades of Lemon #F0E115
Tints of Lemon #F0E115
RGB
CMYK
RGB Variations
Color information
#F0E115 (or 0xF0E115) is known color: Lemon. HEX triplet: F0, E1 and 15. RGB value is (240,225,21). Sum of RGB (Red+Green+Blue) = 240+225+21=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 21 (8.59% from 255 or 4.32% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E115 is #0F1EEA. Grayscale: #CFCFCF. Windows color (decimal): -990955 or 1434096. OLE color: 1434096.
HSL color Cylindrical-coordinate representation of color #F0E115: hue angle of 55.89º 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 #F0E115 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 21 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.06 |
| HSL | 55.89º | 0.88% | 0.51% | - |
| HSV(B) | 55.89º | 0.91% | 0.94% | - |
| XYZ | 63 | 72.43 | 11.37 | - |
| YUV | 206.23 | 23.47 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 21 | 0 | 0.06 | 0.91 | 0.06 | 55.89 | 0.88 | 0.51 |
| Hex | F0 | E1 | 15 | 0 | 6 | 5B | 6 | 38 | 58 | 33 |
| Octal | 360 | 341 | 25 | 0 | 6 | 133 | 6 | 70 | 130 | 63 |
| Binary | 11110000 | 11100001 | 10101 | 0 | 110 | 1011011 | 110 | 111000 | 1011000 | 110011 |
Color Harmonies of #F0E115
Complementary color
Monochromatic Colors of #F0E115
Black with #F0E115
Text Example
Text Example
White with #F0E115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E115; }
p { color: rgb(240,225,21); }
H1.HeaderClassName
{
color: #F0E115;
}
.AnyTagClassName
{
color: #F0E115;
}
</style>
background-color css
<style>
a { background-color: #F0E115; }
a { background-color: rgb(240,225,21); }
div.DivClassName
{
background-color: #F0E115;
}
.BgClassName
{
background-color: #F0E115;
}
</style>
border-color css
<style>
span { border-color: #F0E115; }
span { border-color: rgb(240,225,21); }
td.TdClassName
{
border-color: #F0E115;
}
.TagClassName
{
border-color: #F0E115;
}
</style>