Shades of Lemon #F2E115
Tints of Lemon #F2E115
RGB
CMYK
RGB Variations
Color information
#F2E115 (or 0xF2E115) is known color: Lemon. HEX triplet: F2, E1 and 15. RGB value is (242,225,21). Sum of RGB (Red+Green+Blue) = 242+225+21=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 21 (8.59% from 255 or 4.30% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E115 is #0D1EEA. Grayscale: #CFCFCF. Windows color (decimal): -859883 or 1434098. OLE color: 1434098.
HSL color Cylindrical-coordinate representation of color #F2E115: hue angle of 55.38º 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 #F2E115 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 21 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.05 |
| HSL | 55.38º | 0.89% | 0.52% | - |
| HSV(B) | 55.38º | 0.91% | 0.95% | - |
| XYZ | 63.68 | 72.78 | 11.4 | - |
| YUV | 206.83 | 23.13 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 21 | 0 | 0.07 | 0.91 | 0.05 | 55.38 | 0.89 | 0.52 |
| Hex | F2 | E1 | 15 | 0 | 7 | 5B | 5 | 37 | 59 | 34 |
| Octal | 362 | 341 | 25 | 0 | 7 | 133 | 5 | 67 | 131 | 64 |
| Binary | 11110010 | 11100001 | 10101 | 0 | 111 | 1011011 | 101 | 110111 | 1011001 | 110100 |
Color Harmonies of #F2E115
Complementary color
Monochromatic Colors of #F2E115
Black with #F2E115
Text Example
Text Example
White with #F2E115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E115; }
p { color: rgb(242,225,21); }
H1.HeaderClassName
{
color: #F2E115;
}
.AnyTagClassName
{
color: #F2E115;
}
</style>
background-color css
<style>
a { background-color: #F2E115; }
a { background-color: rgb(242,225,21); }
div.DivClassName
{
background-color: #F2E115;
}
.BgClassName
{
background-color: #F2E115;
}
</style>
border-color css
<style>
span { border-color: #F2E115; }
span { border-color: rgb(242,225,21); }
td.TdClassName
{
border-color: #F2E115;
}
.TagClassName
{
border-color: #F2E115;
}
</style>