Shades of Lemon #F0E615
Tints of Lemon #F0E615
RGB
CMYK
RGB Variations
Color information
#F0E615 (or 0xF0E615) is known color: Lemon. HEX triplet: F0, E6 and 15. RGB value is (240,230,21). Sum of RGB (Red+Green+Blue) = 240+230+21=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E615 is #0F19EA. Grayscale: #D2D2D2. Windows color (decimal): -989675 or 1435376. OLE color: 1435376.
HSL color Cylindrical-coordinate representation of color #F0E615: hue angle of 57.26º 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 #F0E615 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 21 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.06 |
| HSL | 57.26º | 0.88% | 0.51% | - |
| HSV(B) | 57.26º | 0.91% | 0.94% | - |
| XYZ | 64.37 | 75.17 | 11.83 | - |
| YUV | 209.16 | 21.81 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 21 | 0 | 0.04 | 0.91 | 0.06 | 57.26 | 0.88 | 0.51 |
| Hex | F0 | E6 | 15 | 0 | 4 | 5B | 6 | 39 | 58 | 33 |
| Octal | 360 | 346 | 25 | 0 | 4 | 133 | 6 | 71 | 130 | 63 |
| Binary | 11110000 | 11100110 | 10101 | 0 | 100 | 1011011 | 110 | 111001 | 1011000 | 110011 |
Color Harmonies of #F0E615
Complementary color
Monochromatic Colors of #F0E615
Black with #F0E615
Text Example
Text Example
White with #F0E615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E615; }
p { color: rgb(240,230,21); }
H1.HeaderClassName
{
color: #F0E615;
}
.AnyTagClassName
{
color: #F0E615;
}
</style>
background-color css
<style>
a { background-color: #F0E615; }
a { background-color: rgb(240,230,21); }
div.DivClassName
{
background-color: #F0E615;
}
.BgClassName
{
background-color: #F0E615;
}
</style>
border-color css
<style>
span { border-color: #F0E615; }
span { border-color: rgb(240,230,21); }
td.TdClassName
{
border-color: #F0E615;
}
.TagClassName
{
border-color: #F0E615;
}
</style>