Shades of Lemon #FFDB15
Tints of Lemon #FFDB15
RGB
CMYK
RGB Variations
Color information
#FFDB15 (or 0xFFDB15) is known color: Lemon. HEX triplet: FF, DB and 15. RGB value is (255,219,21). Sum of RGB (Red+Green+Blue) = 255+219+21=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 21 (8.59% from 255 or 4.24% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB15 is #0024EA. Grayscale: #D0D0D0. Windows color (decimal): -9451 or 1432575. OLE color: 1432575.
HSL color Cylindrical-coordinate representation of color #FFDB15: hue angle of 50.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFDB15 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 21 | - |
| CMYK | 0 | 0.14 | 0.92 | 0 |
| HSL | 50.77º | 1% | 0.54% | - |
| HSV(B) | 50.77º | 0.92% | 1% | - |
| XYZ | 66.71 | 71.98 | 11.09 | - |
| YUV | 207.19 | 22.93 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 21 | 0 | 0.14 | 0.92 | 0 | 50.77 | 1 | 0.54 |
| Hex | FF | DB | 15 | 0 | E | 5C | 0 | 33 | 64 | 36 |
| Octal | 377 | 333 | 25 | 0 | 16 | 134 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011011 | 10101 | 0 | 1110 | 1011100 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDB15
Complementary color
Monochromatic Colors of #FFDB15
Black with #FFDB15
Text Example
Text Example
White with #FFDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB15; }
p { color: rgb(255,219,21); }
H1.HeaderClassName
{
color: #FFDB15;
}
.AnyTagClassName
{
color: #FFDB15;
}
</style>
background-color css
<style>
a { background-color: #FFDB15; }
a { background-color: rgb(255,219,21); }
div.DivClassName
{
background-color: #FFDB15;
}
.BgClassName
{
background-color: #FFDB15;
}
</style>
border-color css
<style>
span { border-color: #FFDB15; }
span { border-color: rgb(255,219,21); }
td.TdClassName
{
border-color: #FFDB15;
}
.TagClassName
{
border-color: #FFDB15;
}
</style>