Shades of Lemon #FFFA16
Tints of Lemon #FFFA16
RGB
CMYK
RGB Variations
Color information
#FFFA16 (or 0xFFFA16) is known color: Lemon. HEX triplet: FF, FA and 16. RGB value is (255,250,22). Sum of RGB (Red+Green+Blue) = 255+250+22=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 22 (8.98% from 255 or 4.17% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA16 is #0005E9. Grayscale: #E2E2E2. Windows color (decimal): -1514 or 1506047. OLE color: 1506047.
HSL color Cylindrical-coordinate representation of color #FFFA16: hue angle of 58.71º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFFA16 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 22 | - |
| CMYK | 0 | 0.02 | 0.91 | 0 |
| HSL | 58.71º | 1% | 0.54% | - |
| HSV(B) | 58.71º | 0.91% | 1% | - |
| XYZ | 75.57 | 89.69 | 14.09 | - |
| YUV | 225.5 | 13.16 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 22 | 0 | 0.02 | 0.91 | 0 | 58.71 | 1 | 0.54 |
| Hex | FF | FA | 16 | 0 | 2 | 5B | 0 | 3B | 64 | 36 |
| Octal | 377 | 372 | 26 | 0 | 2 | 133 | 0 | 73 | 144 | 66 |
| Binary | 11111111 | 11111010 | 10110 | 0 | 10 | 1011011 | 0 | 111011 | 1100100 | 110110 |
Color Harmonies of #FFFA16
Complementary color
Monochromatic Colors of #FFFA16
Black with #FFFA16
Text Example
Text Example
White with #FFFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA16; }
p { color: rgb(255,250,22); }
H1.HeaderClassName
{
color: #FFFA16;
}
.AnyTagClassName
{
color: #FFFA16;
}
</style>
background-color css
<style>
a { background-color: #FFFA16; }
a { background-color: rgb(255,250,22); }
div.DivClassName
{
background-color: #FFFA16;
}
.BgClassName
{
background-color: #FFFA16;
}
</style>
border-color css
<style>
span { border-color: #FFFA16; }
span { border-color: rgb(255,250,22); }
td.TdClassName
{
border-color: #FFFA16;
}
.TagClassName
{
border-color: #FFFA16;
}
</style>