Shades of Lemon #F1F212
Tints of Lemon #F1F212
RGB
CMYK
RGB Variations
Color information
#F1F212 (or 0xF1F212) is known color: Lemon. HEX triplet: F1, F2 and 12. RGB value is (241,242,18). Sum of RGB (Red+Green+Blue) = 241+242+18=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 18 (7.42% from 255 or 3.59% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F212 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F212 is #0E0DED. Grayscale: #D9D9D9. Windows color (decimal): -921070 or 1241841. OLE color: 1241841.
HSL color Cylindrical-coordinate representation of color #F1F212: hue angle of 60.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1F212 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 18 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.05 |
| HSL | 60.27º | 0.9% | 0.51% | - |
| HSV(B) | 60.27º | 0.93% | 0.95% | - |
| XYZ | 68.14 | 82.25 | 12.86 | - |
| YUV | 216.17 | 16.17 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 18 | 0.00 | 0 | 0.93 | 0.05 | 60.27 | 0.9 | 0.51 |
| Hex | F1 | F2 | 12 | 0 | 0 | 5D | 5 | 3C | 5A | 33 |
| Octal | 361 | 362 | 22 | 0 | 0 | 135 | 5 | 74 | 132 | 63 |
| Binary | 11110001 | 11110010 | 10010 | 0 | 0 | 1011101 | 101 | 111100 | 1011010 | 110011 |
Color Harmonies of #F1F212
Complementary color
Monochromatic Colors of #F1F212
Black with #F1F212
Text Example
Text Example
White with #F1F212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F212; }
p { color: rgb(241,242,18); }
H1.HeaderClassName
{
color: #F1F212;
}
.AnyTagClassName
{
color: #F1F212;
}
</style>
background-color css
<style>
a { background-color: #F1F212; }
a { background-color: rgb(241,242,18); }
div.DivClassName
{
background-color: #F1F212;
}
.BgClassName
{
background-color: #F1F212;
}
</style>
border-color css
<style>
span { border-color: #F1F212; }
span { border-color: rgb(241,242,18); }
td.TdClassName
{
border-color: #F1F212;
}
.TagClassName
{
border-color: #F1F212;
}
</style>