Shades of Lemon #F0E315
Tints of Lemon #F0E315
RGB
CMYK
RGB Variations
Color information
#F0E315 (or 0xF0E315) is known color: Lemon. HEX triplet: F0, E3 and 15. RGB value is (240,227,21). Sum of RGB (Red+Green+Blue) = 240+227+21=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 21 (8.59% from 255 or 4.30% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E315 is #0F1CEA. Grayscale: #D0D0D0. Windows color (decimal): -990443 or 1434608. OLE color: 1434608.
HSL color Cylindrical-coordinate representation of color #F0E315: hue angle of 56.44º 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 #F0E315 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 21 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.06 |
| HSL | 56.44º | 0.88% | 0.51% | - |
| HSV(B) | 56.44º | 0.91% | 0.94% | - |
| XYZ | 63.54 | 73.52 | 11.55 | - |
| YUV | 207.4 | 22.81 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 21 | 0 | 0.05 | 0.91 | 0.06 | 56.44 | 0.88 | 0.51 |
| Hex | F0 | E3 | 15 | 0 | 5 | 5B | 6 | 38 | 58 | 33 |
| Octal | 360 | 343 | 25 | 0 | 5 | 133 | 6 | 70 | 130 | 63 |
| Binary | 11110000 | 11100011 | 10101 | 0 | 101 | 1011011 | 110 | 111000 | 1011000 | 110011 |
Color Harmonies of #F0E315
Complementary color
Monochromatic Colors of #F0E315
Black with #F0E315
Text Example
Text Example
White with #F0E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E315; }
p { color: rgb(240,227,21); }
H1.HeaderClassName
{
color: #F0E315;
}
.AnyTagClassName
{
color: #F0E315;
}
</style>
background-color css
<style>
a { background-color: #F0E315; }
a { background-color: rgb(240,227,21); }
div.DivClassName
{
background-color: #F0E315;
}
.BgClassName
{
background-color: #F0E315;
}
</style>
border-color css
<style>
span { border-color: #F0E315; }
span { border-color: rgb(240,227,21); }
td.TdClassName
{
border-color: #F0E315;
}
.TagClassName
{
border-color: #F0E315;
}
</style>