Shades of Lemon #F2FD21
Tints of Lemon #F2FD21
RGB
CMYK
RGB Variations
Color information
#F2FD21 (or 0xF2FD21) is known color: Lemon. HEX triplet: F2, FD and 21. RGB value is (242,253,33). Sum of RGB (Red+Green+Blue) = 242+253+33=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 33 (13.28% from 255 or 6.25% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FD21 is #0D02DE. Grayscale: #E1E1E1. Windows color (decimal): -852703 or 2227698. OLE color: 2227698.
HSL color Cylindrical-coordinate representation of color #F2FD21: hue angle of 63º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2FD21 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 33 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.01 |
| HSL | 63º | 0.98% | 0.56% | - |
| HSV(B) | 63º | 0.87% | 0.99% | - |
| XYZ | 72.02 | 89.24 | 14.87 | - |
| YUV | 224.63 | 19.86 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 33 | 0.04 | 0 | 0.87 | 0.01 | 63 | 0.98 | 0.56 |
| Hex | F2 | FD | 21 | 4 | 0 | 57 | 1 | 3F | 62 | 38 |
| Octal | 362 | 375 | 41 | 4 | 0 | 127 | 1 | 77 | 142 | 70 |
| Binary | 11110010 | 11111101 | 100001 | 100 | 0 | 1010111 | 1 | 111111 | 1100010 | 111000 |
Color Harmonies of #F2FD21
Complementary color
Monochromatic Colors of #F2FD21
Black with #F2FD21
Text Example
Text Example
White with #F2FD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD21; }
p { color: rgb(242,253,33); }
H1.HeaderClassName
{
color: #F2FD21;
}
.AnyTagClassName
{
color: #F2FD21;
}
</style>
background-color css
<style>
a { background-color: #F2FD21; }
a { background-color: rgb(242,253,33); }
div.DivClassName
{
background-color: #F2FD21;
}
.BgClassName
{
background-color: #F2FD21;
}
</style>
border-color css
<style>
span { border-color: #F2FD21; }
span { border-color: rgb(242,253,33); }
td.TdClassName
{
border-color: #F2FD21;
}
.TagClassName
{
border-color: #F2FD21;
}
</style>