Shades of Lemon #F0E013
Tints of Lemon #F0E013
RGB
CMYK
RGB Variations
Color information
#F0E013 (or 0xF0E013) is known color: Lemon. HEX triplet: F0, E0 and 13. RGB value is (240,224,19). Sum of RGB (Red+Green+Blue) = 240+224+19=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E013 is #0F1FEC. Grayscale: #CECECE. Windows color (decimal): -991213 or 1302768. OLE color: 1302768.
HSL color Cylindrical-coordinate representation of color #F0E013: hue angle of 55.66º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0E013 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 19 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.06 |
| HSL | 55.66º | 0.88% | 0.51% | - |
| HSV(B) | 55.66º | 0.92% | 0.94% | - |
| XYZ | 62.71 | 71.88 | 11.19 | - |
| YUV | 205.41 | 22.8 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 19 | 0 | 0.07 | 0.92 | 0.06 | 55.66 | 0.88 | 0.51 |
| Hex | F0 | E0 | 13 | 0 | 7 | 5C | 6 | 38 | 58 | 33 |
| Octal | 360 | 340 | 23 | 0 | 7 | 134 | 6 | 70 | 130 | 63 |
| Binary | 11110000 | 11100000 | 10011 | 0 | 111 | 1011100 | 110 | 111000 | 1011000 | 110011 |
Color Harmonies of #F0E013
Complementary color
Monochromatic Colors of #F0E013
Black with #F0E013
Text Example
Text Example
White with #F0E013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E013; }
p { color: rgb(240,224,19); }
H1.HeaderClassName
{
color: #F0E013;
}
.AnyTagClassName
{
color: #F0E013;
}
</style>
background-color css
<style>
a { background-color: #F0E013; }
a { background-color: rgb(240,224,19); }
div.DivClassName
{
background-color: #F0E013;
}
.BgClassName
{
background-color: #F0E013;
}
</style>
border-color css
<style>
span { border-color: #F0E013; }
span { border-color: rgb(240,224,19); }
td.TdClassName
{
border-color: #F0E013;
}
.TagClassName
{
border-color: #F0E013;
}
</style>