Shades of Lemon #FFDB16
Tints of Lemon #FFDB16
RGB
CMYK
RGB Variations
Color information
#FFDB16 (or 0xFFDB16) is known color: Lemon. HEX triplet: FF, DB and 16. RGB value is (255,219,22). Sum of RGB (Red+Green+Blue) = 255+219+22=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 22 (8.98% from 255 or 4.44% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB16 is #0024E9. Grayscale: #D0D0D0. Windows color (decimal): -9450 or 1498111. OLE color: 1498111.
HSL color Cylindrical-coordinate representation of color #FFDB16: hue angle of 50.73º 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 #FFDB16 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0 |
| HSL | 50.73º | 1% | 0.54% | - |
| HSV(B) | 50.73º | 0.91% | 1% | - |
| XYZ | 66.72 | 71.98 | 11.14 | - |
| YUV | 207.31 | 23.43 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 22 | 0 | 0.14 | 0.91 | 0 | 50.73 | 1 | 0.54 |
| Hex | FF | DB | 16 | 0 | E | 5B | 0 | 33 | 64 | 36 |
| Octal | 377 | 333 | 26 | 0 | 16 | 133 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011011 | 10110 | 0 | 1110 | 1011011 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDB16
Complementary color
Monochromatic Colors of #FFDB16
Black with #FFDB16
Text Example
Text Example
White with #FFDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB16; }
p { color: rgb(255,219,22); }
H1.HeaderClassName
{
color: #FFDB16;
}
.AnyTagClassName
{
color: #FFDB16;
}
</style>
background-color css
<style>
a { background-color: #FFDB16; }
a { background-color: rgb(255,219,22); }
div.DivClassName
{
background-color: #FFDB16;
}
.BgClassName
{
background-color: #FFDB16;
}
</style>
border-color css
<style>
span { border-color: #FFDB16; }
span { border-color: rgb(255,219,22); }
td.TdClassName
{
border-color: #FFDB16;
}
.TagClassName
{
border-color: #FFDB16;
}
</style>