Shades of Laser Lemon #F1FE6B
Tints of Laser Lemon #F1FE6B
RGB
CMYK
RGB Variations
Color information
#F1FE6B (or 0xF1FE6B) is known color: Laser Lemon. HEX triplet: F1, FE and 6B. RGB value is (241,254,107). Sum of RGB (Red+Green+Blue) = 241+254+107=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 107 (42.19% from 255 or 17.77% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FE6B is #0E0194. Grayscale: #E9E9E9. Windows color (decimal): -917909 or 7077617. OLE color: 7077617.
HSL color Cylindrical-coordinate representation of color #F1FE6B: hue angle of 65.31º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1FE6B is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 107 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.00 |
| HSL | 65.31º | 0.99% | 0.71% | - |
| HSV(B) | 65.31º | 0.58% | 1% | - |
| XYZ | 74.37 | 90.65 | 27.49 | - |
| YUV | 233.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 107 | 0.05 | 0 | 0.58 | 0.00 | 65.31 | 0.99 | 0.71 |
| Hex | F1 | FE | 6B | 5 | 0 | 3A | 0 | 41 | 63 | 47 |
| Octal | 361 | 376 | 153 | 5 | 0 | 72 | 0 | 101 | 143 | 107 |
| Binary | 11110001 | 11111110 | 1101011 | 101 | 0 | 111010 | 0 | 1000001 | 1100011 | 1000111 |
Color Harmonies of #F1FE6B
Complementary color
Monochromatic Colors of #F1FE6B
Black with #F1FE6B
Text Example
Text Example
White with #F1FE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FE6B; }
p { color: rgb(241,254,107); }
H1.HeaderClassName
{
color: #F1FE6B;
}
.AnyTagClassName
{
color: #F1FE6B;
}
</style>
background-color css
<style>
a { background-color: #F1FE6B; }
a { background-color: rgb(241,254,107); }
div.DivClassName
{
background-color: #F1FE6B;
}
.BgClassName
{
background-color: #F1FE6B;
}
</style>
border-color css
<style>
span { border-color: #F1FE6B; }
span { border-color: rgb(241,254,107); }
td.TdClassName
{
border-color: #F1FE6B;
}
.TagClassName
{
border-color: #F1FE6B;
}
</style>