Shades of Lemon #F2F821
Tints of Lemon #F2F821
RGB
CMYK
RGB Variations
Color information
#F2F821 (or 0xF2F821) is known color: Lemon. HEX triplet: F2, F8 and 21. RGB value is (242,248,33). Sum of RGB (Red+Green+Blue) = 242+248+33=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 33 (13.28% from 255 or 6.31% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F821 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F821 is #0D07DE. Grayscale: #DEDEDE. Windows color (decimal): -853983 or 2226418. OLE color: 2226418.
HSL color Cylindrical-coordinate representation of color #F2F821: hue angle of 61.67º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2F821 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 33 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.03 |
| HSL | 61.67º | 0.94% | 0.55% | - |
| HSV(B) | 61.67º | 0.87% | 0.97% | - |
| XYZ | 70.46 | 86.12 | 14.35 | - |
| YUV | 221.7 | 21.51 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 33 | 0.02 | 0 | 0.87 | 0.03 | 61.67 | 0.94 | 0.55 |
| Hex | F2 | F8 | 21 | 2 | 0 | 57 | 3 | 3E | 5E | 37 |
| Octal | 362 | 370 | 41 | 2 | 0 | 127 | 3 | 76 | 136 | 67 |
| Binary | 11110010 | 11111000 | 100001 | 10 | 0 | 1010111 | 11 | 111110 | 1011110 | 110111 |
Color Harmonies of #F2F821
Complementary color
Monochromatic Colors of #F2F821
Black with #F2F821
Text Example
Text Example
White with #F2F821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F821; }
p { color: rgb(242,248,33); }
H1.HeaderClassName
{
color: #F2F821;
}
.AnyTagClassName
{
color: #F2F821;
}
</style>
background-color css
<style>
a { background-color: #F2F821; }
a { background-color: rgb(242,248,33); }
div.DivClassName
{
background-color: #F2F821;
}
.BgClassName
{
background-color: #F2F821;
}
</style>
border-color css
<style>
span { border-color: #F2F821; }
span { border-color: rgb(242,248,33); }
td.TdClassName
{
border-color: #F2F821;
}
.TagClassName
{
border-color: #F2F821;
}
</style>