Shades of Lemon #F2FA16
Tints of Lemon #F2FA16
RGB
CMYK
RGB Variations
Color information
#F2FA16 (or 0xF2FA16) is known color: Lemon. HEX triplet: F2, FA and 16. RGB value is (242,250,22). Sum of RGB (Red+Green+Blue) = 242+250+22=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 22 (8.98% from 255 or 4.28% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA16 is #0D05E9. Grayscale: #DEDEDE. Windows color (decimal): -853482 or 1506034. OLE color: 1506034.
HSL color Cylindrical-coordinate representation of color #F2FA16: hue angle of 62.11º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2FA16 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 22 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.02 |
| HSL | 62.11º | 0.96% | 0.53% | - |
| HSV(B) | 62.11º | 0.91% | 0.98% | - |
| XYZ | 70.95 | 87.31 | 13.87 | - |
| YUV | 221.62 | 15.35 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 22 | 0.03 | 0 | 0.91 | 0.02 | 62.11 | 0.96 | 0.53 |
| Hex | F2 | FA | 16 | 3 | 0 | 5B | 2 | 3E | 60 | 35 |
| Octal | 362 | 372 | 26 | 3 | 0 | 133 | 2 | 76 | 140 | 65 |
| Binary | 11110010 | 11111010 | 10110 | 11 | 0 | 1011011 | 10 | 111110 | 1100000 | 110101 |
Color Harmonies of #F2FA16
Complementary color
Monochromatic Colors of #F2FA16
Black with #F2FA16
Text Example
Text Example
White with #F2FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA16; }
p { color: rgb(242,250,22); }
H1.HeaderClassName
{
color: #F2FA16;
}
.AnyTagClassName
{
color: #F2FA16;
}
</style>
background-color css
<style>
a { background-color: #F2FA16; }
a { background-color: rgb(242,250,22); }
div.DivClassName
{
background-color: #F2FA16;
}
.BgClassName
{
background-color: #F2FA16;
}
</style>
border-color css
<style>
span { border-color: #F2FA16; }
span { border-color: rgb(242,250,22); }
td.TdClassName
{
border-color: #F2FA16;
}
.TagClassName
{
border-color: #F2FA16;
}
</style>