Shades of Lemon #F1FF26
Tints of Lemon #F1FF26
RGB
CMYK
RGB Variations
Color information
#F1FF26 (or 0xF1FF26) is known color: Lemon. HEX triplet: F1, FF and 26. RGB value is (241,255,38). Sum of RGB (Red+Green+Blue) = 241+255+38=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 38 (15.23% from 255 or 7.12% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FF26 is #0E00D9. Grayscale: #E2E2E2. Windows color (decimal): -917722 or 2555889. OLE color: 2555889.
HSL color Cylindrical-coordinate representation of color #F1FF26: hue angle of 63.87º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1FF26 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 38 | - |
| CMYK | 0.05 | 0 | 0.85 | 0 |
| HSL | 63.87º | 1% | 0.57% | - |
| HSV(B) | 63.87º | 0.85% | 1% | - |
| XYZ | 72.39 | 90.36 | 15.46 | - |
| YUV | 226.08 | 21.86 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 38 | 0.05 | 0 | 0.85 | 0 | 63.87 | 1 | 0.57 |
| Hex | F1 | FF | 26 | 5 | 0 | 55 | 0 | 40 | 64 | 39 |
| Octal | 361 | 377 | 46 | 5 | 0 | 125 | 0 | 100 | 144 | 71 |
| Binary | 11110001 | 11111111 | 100110 | 101 | 0 | 1010101 | 0 | 1000000 | 1100100 | 111001 |
Color Harmonies of #F1FF26
Complementary color
Monochromatic Colors of #F1FF26
Black with #F1FF26
Text Example
Text Example
White with #F1FF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF26; }
p { color: rgb(241,255,38); }
H1.HeaderClassName
{
color: #F1FF26;
}
.AnyTagClassName
{
color: #F1FF26;
}
</style>
background-color css
<style>
a { background-color: #F1FF26; }
a { background-color: rgb(241,255,38); }
div.DivClassName
{
background-color: #F1FF26;
}
.BgClassName
{
background-color: #F1FF26;
}
</style>
border-color css
<style>
span { border-color: #F1FF26; }
span { border-color: rgb(241,255,38); }
td.TdClassName
{
border-color: #F1FF26;
}
.TagClassName
{
border-color: #F1FF26;
}
</style>