Shades of Lemon #F1EC02
Tints of Lemon #F1EC02
RGB
CMYK
RGB Variations
Color information
#F1EC02 (or 0xF1EC02) is known color: Lemon. HEX triplet: F1, EC and 02. RGB value is (241,236,2). Sum of RGB (Red+Green+Blue) = 241+236+2=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 2 (1.17% from 255 or 0.42% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1EC02 is #0E13FD. Grayscale: #D3D3D3. Windows color (decimal): -922622 or 191729. OLE color: 191729.
HSL color Cylindrical-coordinate representation of color #F1EC02: hue angle of 58.74º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1EC02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.05 |
| HSL | 58.74º | 0.98% | 0.48% | - |
| HSV(B) | 58.74º | 0.99% | 0.95% | - |
| XYZ | 66.28 | 78.7 | 11.75 | - |
| YUV | 210.82 | 10.16 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 2 | 0 | 0.02 | 0.99 | 0.05 | 58.74 | 0.98 | 0.48 |
| Hex | F1 | EC | 2 | 0 | 2 | 63 | 5 | 3B | 62 | 30 |
| Octal | 361 | 354 | 2 | 0 | 2 | 143 | 5 | 73 | 142 | 60 |
| Binary | 11110001 | 11101100 | 10 | 0 | 10 | 1100011 | 101 | 111011 | 1100010 | 110000 |
Color Harmonies of #F1EC02
Complementary color
Monochromatic Colors of #F1EC02
Black with #F1EC02
Text Example
Text Example
White with #F1EC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC02; }
p { color: rgb(241,236,2); }
H1.HeaderClassName
{
color: #F1EC02;
}
.AnyTagClassName
{
color: #F1EC02;
}
</style>
background-color css
<style>
a { background-color: #F1EC02; }
a { background-color: rgb(241,236,2); }
div.DivClassName
{
background-color: #F1EC02;
}
.BgClassName
{
background-color: #F1EC02;
}
</style>
border-color css
<style>
span { border-color: #F1EC02; }
span { border-color: rgb(241,236,2); }
td.TdClassName
{
border-color: #F1EC02;
}
.TagClassName
{
border-color: #F1EC02;
}
</style>