Shades of Lemon #F0F113
Tints of Lemon #F0F113
RGB
CMYK
RGB Variations
Color information
#F0F113 (or 0xF0F113) is known color: Lemon. HEX triplet: F0, F1 and 13. RGB value is (240,241,19). Sum of RGB (Red+Green+Blue) = 240+241+19=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 19 (7.81% from 255 or 3.8% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F113 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F113 is #0F0EEC. Grayscale: #D8D8D8. Windows color (decimal): -986861 or 1307120. OLE color: 1307120.
HSL color Cylindrical-coordinate representation of color #F0F113: hue angle of 60.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0F113 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 19 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.05 |
| HSL | 60.27º | 0.89% | 0.51% | - |
| HSV(B) | 60.27º | 0.92% | 0.95% | - |
| XYZ | 67.51 | 81.48 | 12.79 | - |
| YUV | 215.39 | 17.17 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 19 | 0.00 | 0 | 0.92 | 0.05 | 60.27 | 0.89 | 0.51 |
| Hex | F0 | F1 | 13 | 0 | 0 | 5C | 5 | 3C | 59 | 33 |
| Octal | 360 | 361 | 23 | 0 | 0 | 134 | 5 | 74 | 131 | 63 |
| Binary | 11110000 | 11110001 | 10011 | 0 | 0 | 1011100 | 101 | 111100 | 1011001 | 110011 |
Color Harmonies of #F0F113
Complementary color
Monochromatic Colors of #F0F113
Black with #F0F113
Text Example
Text Example
White with #F0F113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F113; }
p { color: rgb(240,241,19); }
H1.HeaderClassName
{
color: #F0F113;
}
.AnyTagClassName
{
color: #F0F113;
}
</style>
background-color css
<style>
a { background-color: #F0F113; }
a { background-color: rgb(240,241,19); }
div.DivClassName
{
background-color: #F0F113;
}
.BgClassName
{
background-color: #F0F113;
}
</style>
border-color css
<style>
span { border-color: #F0F113; }
span { border-color: rgb(240,241,19); }
td.TdClassName
{
border-color: #F0F113;
}
.TagClassName
{
border-color: #F0F113;
}
</style>