Shades of Lemon #F3FA16
Tints of Lemon #F3FA16
RGB
CMYK
RGB Variations
Color information
#F3FA16 (or 0xF3FA16) is known color: Lemon. HEX triplet: F3, FA and 16. RGB value is (243,250,22). Sum of RGB (Red+Green+Blue) = 243+250+22=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 22 (8.98% from 255 or 4.27% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3FA16 is #0C05E9. Grayscale: #DEDEDE. Windows color (decimal): -787946 or 1506035. OLE color: 1506035.
HSL color Cylindrical-coordinate representation of color #F3FA16: hue angle of 61.84º 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 #F3FA16 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 22 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.02 |
| HSL | 61.84º | 0.96% | 0.53% | - |
| HSV(B) | 61.84º | 0.91% | 0.98% | - |
| XYZ | 71.29 | 87.48 | 13.89 | - |
| YUV | 221.92 | 15.18 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 22 | 0.03 | 0 | 0.91 | 0.02 | 61.84 | 0.96 | 0.53 |
| Hex | F3 | FA | 16 | 3 | 0 | 5B | 2 | 3E | 60 | 35 |
| Octal | 363 | 372 | 26 | 3 | 0 | 133 | 2 | 76 | 140 | 65 |
| Binary | 11110011 | 11111010 | 10110 | 11 | 0 | 1011011 | 10 | 111110 | 1100000 | 110101 |
Color Harmonies of #F3FA16
Complementary color
Monochromatic Colors of #F3FA16
Black with #F3FA16
Text Example
Text Example
White with #F3FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FA16; }
p { color: rgb(243,250,22); }
H1.HeaderClassName
{
color: #F3FA16;
}
.AnyTagClassName
{
color: #F3FA16;
}
</style>
background-color css
<style>
a { background-color: #F3FA16; }
a { background-color: rgb(243,250,22); }
div.DivClassName
{
background-color: #F3FA16;
}
.BgClassName
{
background-color: #F3FA16;
}
</style>
border-color css
<style>
span { border-color: #F3FA16; }
span { border-color: rgb(243,250,22); }
td.TdClassName
{
border-color: #F3FA16;
}
.TagClassName
{
border-color: #F3FA16;
}
</style>