Shades of Lemon #F2EC15
Tints of Lemon #F2EC15
RGB
CMYK
RGB Variations
Color information
#F2EC15 (or 0xF2EC15) is known color: Lemon. HEX triplet: F2, EC and 15. RGB value is (242,236,21). Sum of RGB (Red+Green+Blue) = 242+236+21=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 21 (8.59% from 255 or 4.21% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC15 is #0D13EA. Grayscale: #D6D6D6. Windows color (decimal): -857067 or 1436914. OLE color: 1436914.
HSL color Cylindrical-coordinate representation of color #F2EC15: hue angle of 58.37º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2EC15 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 21 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.05 |
| HSL | 58.37º | 0.89% | 0.52% | - |
| HSV(B) | 58.37º | 0.91% | 0.95% | - |
| XYZ | 66.75 | 78.92 | 12.42 | - |
| YUV | 213.28 | 19.49 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 21 | 0 | 0.02 | 0.91 | 0.05 | 58.37 | 0.89 | 0.52 |
| Hex | F2 | EC | 15 | 0 | 2 | 5B | 5 | 3A | 59 | 34 |
| Octal | 362 | 354 | 25 | 0 | 2 | 133 | 5 | 72 | 131 | 64 |
| Binary | 11110010 | 11101100 | 10101 | 0 | 10 | 1011011 | 101 | 111010 | 1011001 | 110100 |
Color Harmonies of #F2EC15
Complementary color
Monochromatic Colors of #F2EC15
Black with #F2EC15
Text Example
Text Example
White with #F2EC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC15; }
p { color: rgb(242,236,21); }
H1.HeaderClassName
{
color: #F2EC15;
}
.AnyTagClassName
{
color: #F2EC15;
}
</style>
background-color css
<style>
a { background-color: #F2EC15; }
a { background-color: rgb(242,236,21); }
div.DivClassName
{
background-color: #F2EC15;
}
.BgClassName
{
background-color: #F2EC15;
}
</style>
border-color css
<style>
span { border-color: #F2EC15; }
span { border-color: rgb(242,236,21); }
td.TdClassName
{
border-color: #F2EC15;
}
.TagClassName
{
border-color: #F2EC15;
}
</style>