Shades of Lemon #FFF616
Tints of Lemon #FFF616
RGB
CMYK
RGB Variations
Color information
#FFF616 (or 0xFFF616) is known color: Lemon. HEX triplet: FF, F6 and 16. RGB value is (255,246,22). Sum of RGB (Red+Green+Blue) = 255+246+22=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 22 (8.98% from 255 or 4.21% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF616 is #0009E9. Grayscale: #E0E0E0. Windows color (decimal): -2538 or 1505023. OLE color: 1505023.
HSL color Cylindrical-coordinate representation of color #FFF616: hue angle of 57.68º 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 #FFF616 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 22 | - |
| CMYK | 0 | 0.04 | 0.91 | 0 |
| HSL | 57.68º | 1% | 0.54% | - |
| HSV(B) | 57.68º | 0.91% | 1% | - |
| XYZ | 74.34 | 87.23 | 13.68 | - |
| YUV | 223.16 | 14.48 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 22 | 0 | 0.04 | 0.91 | 0 | 57.68 | 1 | 0.54 |
| Hex | FF | F6 | 16 | 0 | 4 | 5B | 0 | 3A | 64 | 36 |
| Octal | 377 | 366 | 26 | 0 | 4 | 133 | 0 | 72 | 144 | 66 |
| Binary | 11111111 | 11110110 | 10110 | 0 | 100 | 1011011 | 0 | 111010 | 1100100 | 110110 |
Color Harmonies of #FFF616
Complementary color
Monochromatic Colors of #FFF616
Black with #FFF616
Text Example
Text Example
White with #FFF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF616; }
p { color: rgb(255,246,22); }
H1.HeaderClassName
{
color: #FFF616;
}
.AnyTagClassName
{
color: #FFF616;
}
</style>
background-color css
<style>
a { background-color: #FFF616; }
a { background-color: rgb(255,246,22); }
div.DivClassName
{
background-color: #FFF616;
}
.BgClassName
{
background-color: #FFF616;
}
</style>
border-color css
<style>
span { border-color: #FFF616; }
span { border-color: rgb(255,246,22); }
td.TdClassName
{
border-color: #FFF616;
}
.TagClassName
{
border-color: #FFF616;
}
</style>