Shades of Lemon #FFDB19
Tints of Lemon #FFDB19
RGB
CMYK
RGB Variations
Color information
#FFDB19 (or 0xFFDB19) is known color: Lemon. HEX triplet: FF, DB and 19. RGB value is (255,219,25). Sum of RGB (Red+Green+Blue) = 255+219+25=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 25 (10.16% from 255 or 5.01% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB19 is #0024E6. Grayscale: #D0D0D0. Windows color (decimal): -9447 or 1694719. OLE color: 1694719.
HSL color Cylindrical-coordinate representation of color #FFDB19: hue angle of 50.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFDB19 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 25 | - |
| CMYK | 0 | 0.14 | 0.90 | 0 |
| HSL | 50.61º | 1% | 0.55% | - |
| HSV(B) | 50.61º | 0.9% | 1% | - |
| XYZ | 66.75 | 71.99 | 11.3 | - |
| YUV | 207.65 | 24.93 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 25 | 0 | 0.14 | 0.90 | 0 | 50.61 | 1 | 0.55 |
| Hex | FF | DB | 19 | 0 | E | 5A | 0 | 33 | 64 | 37 |
| Octal | 377 | 333 | 31 | 0 | 16 | 132 | 0 | 63 | 144 | 67 |
| Binary | 11111111 | 11011011 | 11001 | 0 | 1110 | 1011010 | 0 | 110011 | 1100100 | 110111 |
Color Harmonies of #FFDB19
Complementary color
Monochromatic Colors of #FFDB19
Black with #FFDB19
Text Example
Text Example
White with #FFDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB19; }
p { color: rgb(255,219,25); }
H1.HeaderClassName
{
color: #FFDB19;
}
.AnyTagClassName
{
color: #FFDB19;
}
</style>
background-color css
<style>
a { background-color: #FFDB19; }
a { background-color: rgb(255,219,25); }
div.DivClassName
{
background-color: #FFDB19;
}
.BgClassName
{
background-color: #FFDB19;
}
</style>
border-color css
<style>
span { border-color: #FFDB19; }
span { border-color: rgb(255,219,25); }
td.TdClassName
{
border-color: #FFDB19;
}
.TagClassName
{
border-color: #FFDB19;
}
</style>