Shades of Lemon #F2EA21
Tints of Lemon #F2EA21
RGB
CMYK
RGB Variations
Color information
#F2EA21 (or 0xF2EA21) is known color: Lemon. HEX triplet: F2, EA and 21. RGB value is (242,234,33). Sum of RGB (Red+Green+Blue) = 242+234+33=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 33 (13.28% from 255 or 6.48% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EA21 is #0D15DE. Grayscale: #D6D6D6. Windows color (decimal): -857567 or 2222834. OLE color: 2222834.
HSL color Cylindrical-coordinate representation of color #F2EA21: hue angle of 57.7º 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 #F2EA21 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 33 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.05 |
| HSL | 57.7º | 0.89% | 0.54% | - |
| HSV(B) | 57.7º | 0.86% | 0.95% | - |
| XYZ | 66.32 | 77.83 | 12.97 | - |
| YUV | 213.48 | 26.15 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 33 | 0 | 0.03 | 0.86 | 0.05 | 57.7 | 0.89 | 0.54 |
| Hex | F2 | EA | 21 | 0 | 3 | 56 | 5 | 3A | 59 | 36 |
| Octal | 362 | 352 | 41 | 0 | 3 | 126 | 5 | 72 | 131 | 66 |
| Binary | 11110010 | 11101010 | 100001 | 0 | 11 | 1010110 | 101 | 111010 | 1011001 | 110110 |
Color Harmonies of #F2EA21
Complementary color
Monochromatic Colors of #F2EA21
Black with #F2EA21
Text Example
Text Example
White with #F2EA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EA21; }
p { color: rgb(242,234,33); }
H1.HeaderClassName
{
color: #F2EA21;
}
.AnyTagClassName
{
color: #F2EA21;
}
</style>
background-color css
<style>
a { background-color: #F2EA21; }
a { background-color: rgb(242,234,33); }
div.DivClassName
{
background-color: #F2EA21;
}
.BgClassName
{
background-color: #F2EA21;
}
</style>
border-color css
<style>
span { border-color: #F2EA21; }
span { border-color: rgb(242,234,33); }
td.TdClassName
{
border-color: #F2EA21;
}
.TagClassName
{
border-color: #F2EA21;
}
</style>