Shades of Lemon #F1F210
Tints of Lemon #F1F210
RGB
CMYK
RGB Variations
Color information
#F1F210 (or 0xF1F210) is known color: Lemon. HEX triplet: F1, F2 and 10. RGB value is (241,242,16). Sum of RGB (Red+Green+Blue) = 241+242+16=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 16 (6.64% from 255 or 3.21% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F210 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F210 is #0E0DEF. Grayscale: #D8D8D8. Windows color (decimal): -921072 or 1110769. OLE color: 1110769.
HSL color Cylindrical-coordinate representation of color #F1F210: 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 #F1F210 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 16 | - |
| 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.12 | 82.24 | 12.77 | - |
| YUV | 215.94 | 15.17 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 16 | 0.00 | 0 | 0.93 | 0.05 | 60.27 | 0.9 | 0.51 |
| Hex | F1 | F2 | 10 | 0 | 0 | 5D | 5 | 3C | 5A | 33 |
| Octal | 361 | 362 | 20 | 0 | 0 | 135 | 5 | 74 | 132 | 63 |
| Binary | 11110001 | 11110010 | 10000 | 0 | 0 | 1011101 | 101 | 111100 | 1011010 | 110011 |
Color Harmonies of #F1F210
Complementary color
Monochromatic Colors of #F1F210
Black with #F1F210
Text Example
Text Example
White with #F1F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F210; }
p { color: rgb(241,242,16); }
H1.HeaderClassName
{
color: #F1F210;
}
.AnyTagClassName
{
color: #F1F210;
}
</style>
background-color css
<style>
a { background-color: #F1F210; }
a { background-color: rgb(241,242,16); }
div.DivClassName
{
background-color: #F1F210;
}
.BgClassName
{
background-color: #F1F210;
}
</style>
border-color css
<style>
span { border-color: #F1F210; }
span { border-color: rgb(241,242,16); }
td.TdClassName
{
border-color: #F1F210;
}
.TagClassName
{
border-color: #F1F210;
}
</style>