Shades of Lemon #F1EC1F
Tints of Lemon #F1EC1F
RGB
CMYK
RGB Variations
Color information
#F1EC1F (or 0xF1EC1F) is known color: Lemon. HEX triplet: F1, EC and 1F. RGB value is (241,236,31). Sum of RGB (Red+Green+Blue) = 241+236+31=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 31 (12.5% from 255 or 6.10% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EC1F is #0E13E0. Grayscale: #D6D6D6. Windows color (decimal): -922593 or 2092273. OLE color: 2092273.
HSL color Cylindrical-coordinate representation of color #F1EC1F: hue angle of 58.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 #F1EC1F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 31 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.05 |
| HSL | 58.57º | 0.88% | 0.53% | - |
| HSV(B) | 58.57º | 0.87% | 0.95% | - |
| XYZ | 66.52 | 78.79 | 13 | - |
| YUV | 214.13 | 24.66 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 31 | 0 | 0.02 | 0.87 | 0.05 | 58.57 | 0.88 | 0.53 |
| Hex | F1 | EC | 1F | 0 | 2 | 57 | 5 | 3B | 58 | 35 |
| Octal | 361 | 354 | 37 | 0 | 2 | 127 | 5 | 73 | 130 | 65 |
| Binary | 11110001 | 11101100 | 11111 | 0 | 10 | 1010111 | 101 | 111011 | 1011000 | 110101 |
Color Harmonies of #F1EC1F
Complementary color
Monochromatic Colors of #F1EC1F
Black with #F1EC1F
Text Example
Text Example
White with #F1EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC1F; }
p { color: rgb(241,236,31); }
H1.HeaderClassName
{
color: #F1EC1F;
}
.AnyTagClassName
{
color: #F1EC1F;
}
</style>
background-color css
<style>
a { background-color: #F1EC1F; }
a { background-color: rgb(241,236,31); }
div.DivClassName
{
background-color: #F1EC1F;
}
.BgClassName
{
background-color: #F1EC1F;
}
</style>
border-color css
<style>
span { border-color: #F1EC1F; }
span { border-color: rgb(241,236,31); }
td.TdClassName
{
border-color: #F1EC1F;
}
.TagClassName
{
border-color: #F1EC1F;
}
</style>