Shades of Lemon #F2EE20
Tints of Lemon #F2EE20
RGB
CMYK
RGB Variations
Color information
#F2EE20 (or 0xF2EE20) is known color: Lemon. HEX triplet: F2, EE and 20. RGB value is (242,238,32). Sum of RGB (Red+Green+Blue) = 242+238+32=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 32 (12.89% from 255 or 6.25% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE20 is #0D11DF. Grayscale: #D8D8D8. Windows color (decimal): -856544 or 2158322. OLE color: 2158322.
HSL color Cylindrical-coordinate representation of color #F2EE20: hue angle of 58.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2EE20 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 32 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.05 |
| HSL | 58.86º | 0.89% | 0.54% | - |
| HSV(B) | 58.86º | 0.87% | 0.95% | - |
| XYZ | 67.45 | 80.13 | 13.28 | - |
| YUV | 215.71 | 24.33 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 32 | 0 | 0.02 | 0.87 | 0.05 | 58.86 | 0.89 | 0.54 |
| Hex | F2 | EE | 20 | 0 | 2 | 57 | 5 | 3B | 59 | 36 |
| Octal | 362 | 356 | 40 | 0 | 2 | 127 | 5 | 73 | 131 | 66 |
| Binary | 11110010 | 11101110 | 100000 | 0 | 10 | 1010111 | 101 | 111011 | 1011001 | 110110 |
Color Harmonies of #F2EE20
Complementary color
Monochromatic Colors of #F2EE20
Black with #F2EE20
Text Example
Text Example
White with #F2EE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE20; }
p { color: rgb(242,238,32); }
H1.HeaderClassName
{
color: #F2EE20;
}
.AnyTagClassName
{
color: #F2EE20;
}
</style>
background-color css
<style>
a { background-color: #F2EE20; }
a { background-color: rgb(242,238,32); }
div.DivClassName
{
background-color: #F2EE20;
}
.BgClassName
{
background-color: #F2EE20;
}
</style>
border-color css
<style>
span { border-color: #F2EE20; }
span { border-color: rgb(242,238,32); }
td.TdClassName
{
border-color: #F2EE20;
}
.TagClassName
{
border-color: #F2EE20;
}
</style>