Shades of Lemon #FFF916
Tints of Lemon #FFF916
RGB
CMYK
RGB Variations
Color information
#FFF916 (or 0xFFF916) is known color: Lemon. HEX triplet: FF, F9 and 16. RGB value is (255,249,22). Sum of RGB (Red+Green+Blue) = 255+249+22=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 22 (8.98% from 255 or 4.18% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF916 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF916 is #0006E9. Grayscale: #E1E1E1. Windows color (decimal): -1770 or 1505791. OLE color: 1505791.
HSL color Cylindrical-coordinate representation of color #FFF916: hue angle of 58.45º 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 #FFF916 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 22 | - |
| CMYK | 0 | 0.02 | 0.91 | 0 |
| HSL | 58.45º | 1% | 0.54% | - |
| HSV(B) | 58.45º | 0.91% | 1% | - |
| XYZ | 75.26 | 89.07 | 13.98 | - |
| YUV | 224.92 | 13.49 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 22 | 0 | 0.02 | 0.91 | 0 | 58.45 | 1 | 0.54 |
| Hex | FF | F9 | 16 | 0 | 2 | 5B | 0 | 3A | 64 | 36 |
| Octal | 377 | 371 | 26 | 0 | 2 | 133 | 0 | 72 | 144 | 66 |
| Binary | 11111111 | 11111001 | 10110 | 0 | 10 | 1011011 | 0 | 111010 | 1100100 | 110110 |
Color Harmonies of #FFF916
Complementary color
Monochromatic Colors of #FFF916
Black with #FFF916
Text Example
Text Example
White with #FFF916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF916; }
p { color: rgb(255,249,22); }
H1.HeaderClassName
{
color: #FFF916;
}
.AnyTagClassName
{
color: #FFF916;
}
</style>
background-color css
<style>
a { background-color: #FFF916; }
a { background-color: rgb(255,249,22); }
div.DivClassName
{
background-color: #FFF916;
}
.BgClassName
{
background-color: #FFF916;
}
</style>
border-color css
<style>
span { border-color: #FFF916; }
span { border-color: rgb(255,249,22); }
td.TdClassName
{
border-color: #FFF916;
}
.TagClassName
{
border-color: #FFF916;
}
</style>