Shades of Lemon #FFFB16
Tints of Lemon #FFFB16
RGB
CMYK
RGB Variations
Color information
#FFFB16 (or 0xFFFB16) is known color: Lemon. HEX triplet: FF, FB and 16. RGB value is (255,251,22). Sum of RGB (Red+Green+Blue) = 255+251+22=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 22 (8.98% from 255 or 4.17% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFB16 is #0004E9. Grayscale: #E3E3E3. Windows color (decimal): -1258 or 1506303. OLE color: 1506303.
HSL color Cylindrical-coordinate representation of color #FFFB16: hue angle of 58.97º 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 #FFFB16 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 22 | - |
| CMYK | 0 | 0.02 | 0.91 | 0 |
| HSL | 58.97º | 1% | 0.54% | - |
| HSV(B) | 58.97º | 0.91% | 1% | - |
| XYZ | 75.88 | 90.31 | 14.19 | - |
| YUV | 226.09 | 12.83 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 22 | 0 | 0.02 | 0.91 | 0 | 58.97 | 1 | 0.54 |
| Hex | FF | FB | 16 | 0 | 2 | 5B | 0 | 3B | 64 | 36 |
| Octal | 377 | 373 | 26 | 0 | 2 | 133 | 0 | 73 | 144 | 66 |
| Binary | 11111111 | 11111011 | 10110 | 0 | 10 | 1011011 | 0 | 111011 | 1100100 | 110110 |
Color Harmonies of #FFFB16
Complementary color
Monochromatic Colors of #FFFB16
Black with #FFFB16
Text Example
Text Example
White with #FFFB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB16; }
p { color: rgb(255,251,22); }
H1.HeaderClassName
{
color: #FFFB16;
}
.AnyTagClassName
{
color: #FFFB16;
}
</style>
background-color css
<style>
a { background-color: #FFFB16; }
a { background-color: rgb(255,251,22); }
div.DivClassName
{
background-color: #FFFB16;
}
.BgClassName
{
background-color: #FFFB16;
}
</style>
border-color css
<style>
span { border-color: #FFFB16; }
span { border-color: rgb(255,251,22); }
td.TdClassName
{
border-color: #FFFB16;
}
.TagClassName
{
border-color: #FFFB16;
}
</style>