Shades of Lemon #F2F216
Tints of Lemon #F2F216
RGB
CMYK
RGB Variations
Color information
#F2F216 (or 0xF2F216) is known color: Lemon. HEX triplet: F2, F2 and 16. RGB value is (242,242,22). Sum of RGB (Red+Green+Blue) = 242+242+22=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 22 (8.98% from 255 or 4.35% from 506); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F216 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F216 is #0D0DE9. Grayscale: #D9D9D9. Windows color (decimal): -855530 or 1503986. OLE color: 1503986.
HSL color Cylindrical-coordinate representation of color #F2F216: hue angle of 60º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2F216 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 22 | - |
| CMYK | 0 | 0 | 0.91 | 0.05 |
| HSL | 60º | 0.89% | 0.52% | - |
| HSV(B) | 60º | 0.91% | 0.95% | - |
| XYZ | 68.51 | 82.44 | 13.06 | - |
| YUV | 216.92 | 18 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 22 | 0 | 0 | 0.91 | 0.05 | 60 | 0.89 | 0.52 |
| Hex | F2 | F2 | 16 | 0 | 0 | 5B | 5 | 3C | 59 | 34 |
| Octal | 362 | 362 | 26 | 0 | 0 | 133 | 5 | 74 | 131 | 64 |
| Binary | 11110010 | 11110010 | 10110 | 0 | 0 | 1011011 | 101 | 111100 | 1011001 | 110100 |
Color Harmonies of #F2F216
Complementary color
Monochromatic Colors of #F2F216
Black with #F2F216
Text Example
Text Example
White with #F2F216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F216; }
p { color: rgb(242,242,22); }
H1.HeaderClassName
{
color: #F2F216;
}
.AnyTagClassName
{
color: #F2F216;
}
</style>
background-color css
<style>
a { background-color: #F2F216; }
a { background-color: rgb(242,242,22); }
div.DivClassName
{
background-color: #F2F216;
}
.BgClassName
{
background-color: #F2F216;
}
</style>
border-color css
<style>
span { border-color: #F2F216; }
span { border-color: rgb(242,242,22); }
td.TdClassName
{
border-color: #F2F216;
}
.TagClassName
{
border-color: #F2F216;
}
</style>