Shades of Lemon #F1E51F
Tints of Lemon #F1E51F
RGB
CMYK
RGB Variations
Color information
#F1E51F (or 0xF1E51F) is known color: Lemon. HEX triplet: F1, E5 and 1F. RGB value is (241,229,31). Sum of RGB (Red+Green+Blue) = 241+229+31=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 31 (12.5% from 255 or 6.19% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E51F is #0E1AE0. Grayscale: #D2D2D2. Windows color (decimal): -924385 or 2090481. OLE color: 2090481.
HSL color Cylindrical-coordinate representation of color #F1E51F: hue angle of 56.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1E51F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 31 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.05 |
| HSL | 56.57º | 0.88% | 0.53% | - |
| HSV(B) | 56.57º | 0.87% | 0.95% | - |
| XYZ | 64.54 | 74.84 | 12.34 | - |
| YUV | 210.02 | 26.98 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 31 | 0 | 0.05 | 0.87 | 0.05 | 56.57 | 0.88 | 0.53 |
| Hex | F1 | E5 | 1F | 0 | 5 | 57 | 5 | 39 | 58 | 35 |
| Octal | 361 | 345 | 37 | 0 | 5 | 127 | 5 | 71 | 130 | 65 |
| Binary | 11110001 | 11100101 | 11111 | 0 | 101 | 1010111 | 101 | 111001 | 1011000 | 110101 |
Color Harmonies of #F1E51F
Complementary color
Monochromatic Colors of #F1E51F
Black with #F1E51F
Text Example
Text Example
White with #F1E51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E51F; }
p { color: rgb(241,229,31); }
H1.HeaderClassName
{
color: #F1E51F;
}
.AnyTagClassName
{
color: #F1E51F;
}
</style>
background-color css
<style>
a { background-color: #F1E51F; }
a { background-color: rgb(241,229,31); }
div.DivClassName
{
background-color: #F1E51F;
}
.BgClassName
{
background-color: #F1E51F;
}
</style>
border-color css
<style>
span { border-color: #F1E51F; }
span { border-color: rgb(241,229,31); }
td.TdClassName
{
border-color: #F1E51F;
}
.TagClassName
{
border-color: #F1E51F;
}
</style>