Shades of Lemon #FFDB11
Tints of Lemon #FFDB11
RGB
CMYK
RGB Variations
Color information
#FFDB11 (or 0xFFDB11) is known color: Lemon. HEX triplet: FF, DB and 11. RGB value is (255,219,17). Sum of RGB (Red+Green+Blue) = 255+219+17=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 17 (7.03% from 255 or 3.46% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB11 is #0024EE. Grayscale: #CFCFCF. Windows color (decimal): -9455 or 1170431. OLE color: 1170431.
HSL color Cylindrical-coordinate representation of color #FFDB11: hue angle of 50.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFDB11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0 |
| HSL | 50.92º | 1% | 0.53% | - |
| HSV(B) | 50.92º | 0.93% | 1% | - |
| XYZ | 66.67 | 71.96 | 10.91 | - |
| YUV | 206.74 | 20.93 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 17 | 0 | 0.14 | 0.93 | 0 | 50.92 | 1 | 0.53 |
| Hex | FF | DB | 11 | 0 | E | 5D | 0 | 33 | 64 | 35 |
| Octal | 377 | 333 | 21 | 0 | 16 | 135 | 0 | 63 | 144 | 65 |
| Binary | 11111111 | 11011011 | 10001 | 0 | 1110 | 1011101 | 0 | 110011 | 1100100 | 110101 |
Color Harmonies of #FFDB11
Complementary color
Monochromatic Colors of #FFDB11
Black with #FFDB11
Text Example
Text Example
White with #FFDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB11; }
p { color: rgb(255,219,17); }
H1.HeaderClassName
{
color: #FFDB11;
}
.AnyTagClassName
{
color: #FFDB11;
}
</style>
background-color css
<style>
a { background-color: #FFDB11; }
a { background-color: rgb(255,219,17); }
div.DivClassName
{
background-color: #FFDB11;
}
.BgClassName
{
background-color: #FFDB11;
}
</style>
border-color css
<style>
span { border-color: #FFDB11; }
span { border-color: rgb(255,219,17); }
td.TdClassName
{
border-color: #FFDB11;
}
.TagClassName
{
border-color: #FFDB11;
}
</style>