Shades of Lemon #F1F41E
Tints of Lemon #F1F41E
RGB
CMYK
RGB Variations
Color information
#F1F41E (or 0xF1F41E) is known color: Lemon. HEX triplet: F1, F4 and 1E. RGB value is (241,244,30). Sum of RGB (Red+Green+Blue) = 241+244+30=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 30 (12.11% from 255 or 5.83% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F41E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F41E is #0E0BE1. Grayscale: #DBDBDB. Windows color (decimal): -920546 or 2028785. OLE color: 2028785.
HSL color Cylindrical-coordinate representation of color #F1F41E: hue angle of 60.84º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1F41E is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 244 | 30 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.04 |
| HSL | 60.84º | 0.91% | 0.54% | - |
| HSV(B) | 60.84º | 0.88% | 0.96% | - |
| XYZ | 68.86 | 83.5 | 13.72 | - |
| YUV | 218.71 | 21.51 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 244 | 30 | 0.01 | 0 | 0.88 | 0.04 | 60.84 | 0.91 | 0.54 |
| Hex | F1 | F4 | 1E | 1 | 0 | 58 | 4 | 3D | 5B | 36 |
| Octal | 361 | 364 | 36 | 1 | 0 | 130 | 4 | 75 | 133 | 66 |
| Binary | 11110001 | 11110100 | 11110 | 1 | 0 | 1011000 | 100 | 111101 | 1011011 | 110110 |
Color Harmonies of #F1F41E
Complementary color
Monochromatic Colors of #F1F41E
Black with #F1F41E
Text Example
Text Example
White with #F1F41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F41E; }
p { color: rgb(241,244,30); }
H1.HeaderClassName
{
color: #F1F41E;
}
.AnyTagClassName
{
color: #F1F41E;
}
</style>
background-color css
<style>
a { background-color: #F1F41E; }
a { background-color: rgb(241,244,30); }
div.DivClassName
{
background-color: #F1F41E;
}
.BgClassName
{
background-color: #F1F41E;
}
</style>
border-color css
<style>
span { border-color: #F1F41E; }
span { border-color: rgb(241,244,30); }
td.TdClassName
{
border-color: #F1F41E;
}
.TagClassName
{
border-color: #F1F41E;
}
</style>