Shades of Lemon #F1F215
Tints of Lemon #F1F215
RGB
CMYK
RGB Variations
Color information
#F1F215 (or 0xF1F215) is known color: Lemon. HEX triplet: F1, F2 and 15. RGB value is (241,242,21). Sum of RGB (Red+Green+Blue) = 241+242+21=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 21 (8.59% from 255 or 4.17% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F215 is #0E0DEA. Grayscale: #D9D9D9. Windows color (decimal): -921067 or 1438449. OLE color: 1438449.
HSL color Cylindrical-coordinate representation of color #F1F215: hue angle of 60.27º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1F215 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 21 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.05 |
| HSL | 60.27º | 0.89% | 0.52% | - |
| HSV(B) | 60.27º | 0.91% | 0.95% | - |
| XYZ | 68.16 | 82.26 | 12.99 | - |
| YUV | 216.51 | 17.67 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 21 | 0.00 | 0 | 0.91 | 0.05 | 60.27 | 0.89 | 0.52 |
| Hex | F1 | F2 | 15 | 0 | 0 | 5B | 5 | 3C | 59 | 34 |
| Octal | 361 | 362 | 25 | 0 | 0 | 133 | 5 | 74 | 131 | 64 |
| Binary | 11110001 | 11110010 | 10101 | 0 | 0 | 1011011 | 101 | 111100 | 1011001 | 110100 |
Color Harmonies of #F1F215
Complementary color
Monochromatic Colors of #F1F215
Black with #F1F215
Text Example
Text Example
White with #F1F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F215; }
p { color: rgb(241,242,21); }
H1.HeaderClassName
{
color: #F1F215;
}
.AnyTagClassName
{
color: #F1F215;
}
</style>
background-color css
<style>
a { background-color: #F1F215; }
a { background-color: rgb(241,242,21); }
div.DivClassName
{
background-color: #F1F215;
}
.BgClassName
{
background-color: #F1F215;
}
</style>
border-color css
<style>
span { border-color: #F1F215; }
span { border-color: rgb(241,242,21); }
td.TdClassName
{
border-color: #F1F215;
}
.TagClassName
{
border-color: #F1F215;
}
</style>