Shades of Lemon #F2EE22
Tints of Lemon #F2EE22
RGB
CMYK
RGB Variations
Color information
#F2EE22 (or 0xF2EE22) is known color: Lemon. HEX triplet: F2, EE and 22. RGB value is (242,238,34). Sum of RGB (Red+Green+Blue) = 242+238+34=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 34 (13.67% from 255 or 6.61% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE22 is #0D11DD. Grayscale: #D8D8D8. Windows color (decimal): -856542 or 2289394. OLE color: 2289394.
HSL color Cylindrical-coordinate representation of color #F2EE22: hue angle of 58.85º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2EE22 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 34 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.05 |
| HSL | 58.85º | 0.89% | 0.54% | - |
| HSV(B) | 58.85º | 0.86% | 0.95% | - |
| XYZ | 67.48 | 80.14 | 13.43 | - |
| YUV | 215.94 | 25.33 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 34 | 0 | 0.02 | 0.86 | 0.05 | 58.85 | 0.89 | 0.54 |
| Hex | F2 | EE | 22 | 0 | 2 | 56 | 5 | 3B | 59 | 36 |
| Octal | 362 | 356 | 42 | 0 | 2 | 126 | 5 | 73 | 131 | 66 |
| Binary | 11110010 | 11101110 | 100010 | 0 | 10 | 1010110 | 101 | 111011 | 1011001 | 110110 |
Color Harmonies of #F2EE22
Complementary color
Monochromatic Colors of #F2EE22
Black with #F2EE22
Text Example
Text Example
White with #F2EE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE22; }
p { color: rgb(242,238,34); }
H1.HeaderClassName
{
color: #F2EE22;
}
.AnyTagClassName
{
color: #F2EE22;
}
</style>
background-color css
<style>
a { background-color: #F2EE22; }
a { background-color: rgb(242,238,34); }
div.DivClassName
{
background-color: #F2EE22;
}
.BgClassName
{
background-color: #F2EE22;
}
</style>
border-color css
<style>
span { border-color: #F2EE22; }
span { border-color: rgb(242,238,34); }
td.TdClassName
{
border-color: #F2EE22;
}
.TagClassName
{
border-color: #F2EE22;
}
</style>