Shades of Lemon #F0F121
Tints of Lemon #F0F121
RGB
CMYK
RGB Variations
Color information
#F0F121 (or 0xF0F121) is known color: Lemon. HEX triplet: F0, F1 and 21. RGB value is (240,241,33). Sum of RGB (Red+Green+Blue) = 240+241+33=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 33 (13.28% from 255 or 6.42% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F121 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F121 is #0F0EDE. Grayscale: #D9D9D9. Windows color (decimal): -986847 or 2224624. OLE color: 2224624.
HSL color Cylindrical-coordinate representation of color #F0F121: hue angle of 60.29º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0F121 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 33 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.05 |
| HSL | 60.29º | 0.88% | 0.54% | - |
| HSV(B) | 60.29º | 0.86% | 0.95% | - |
| XYZ | 67.66 | 81.55 | 13.61 | - |
| YUV | 216.99 | 24.17 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 33 | 0.00 | 0 | 0.86 | 0.05 | 60.29 | 0.88 | 0.54 |
| Hex | F0 | F1 | 21 | 0 | 0 | 56 | 5 | 3C | 58 | 36 |
| Octal | 360 | 361 | 41 | 0 | 0 | 126 | 5 | 74 | 130 | 66 |
| Binary | 11110000 | 11110001 | 100001 | 0 | 0 | 1010110 | 101 | 111100 | 1011000 | 110110 |
Color Harmonies of #F0F121
Complementary color
Monochromatic Colors of #F0F121
Black with #F0F121
Text Example
Text Example
White with #F0F121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F121; }
p { color: rgb(240,241,33); }
H1.HeaderClassName
{
color: #F0F121;
}
.AnyTagClassName
{
color: #F0F121;
}
</style>
background-color css
<style>
a { background-color: #F0F121; }
a { background-color: rgb(240,241,33); }
div.DivClassName
{
background-color: #F0F121;
}
.BgClassName
{
background-color: #F0F121;
}
</style>
border-color css
<style>
span { border-color: #F0F121; }
span { border-color: rgb(240,241,33); }
td.TdClassName
{
border-color: #F0F121;
}
.TagClassName
{
border-color: #F0F121;
}
</style>