Shades of Lemon #FFDB13
Tints of Lemon #FFDB13
RGB
CMYK
RGB Variations
Color information
#FFDB13 (or 0xFFDB13) is known color: Lemon. HEX triplet: FF, DB and 13. RGB value is (255,219,19). Sum of RGB (Red+Green+Blue) = 255+219+19=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 19 (7.81% from 255 or 3.85% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB13 is #0024EC. Grayscale: #CFCFCF. Windows color (decimal): -9453 or 1301503. OLE color: 1301503.
HSL color Cylindrical-coordinate representation of color #FFDB13: hue angle of 50.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFDB13 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 19 | - |
| CMYK | 0 | 0.14 | 0.93 | 0 |
| HSL | 50.85º | 1% | 0.54% | - |
| HSV(B) | 50.85º | 0.93% | 1% | - |
| XYZ | 66.69 | 71.97 | 10.99 | - |
| YUV | 206.96 | 21.93 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 19 | 0 | 0.14 | 0.93 | 0 | 50.85 | 1 | 0.54 |
| Hex | FF | DB | 13 | 0 | E | 5D | 0 | 33 | 64 | 36 |
| Octal | 377 | 333 | 23 | 0 | 16 | 135 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011011 | 10011 | 0 | 1110 | 1011101 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDB13
Complementary color
Monochromatic Colors of #FFDB13
Black with #FFDB13
Text Example
Text Example
White with #FFDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB13; }
p { color: rgb(255,219,19); }
H1.HeaderClassName
{
color: #FFDB13;
}
.AnyTagClassName
{
color: #FFDB13;
}
</style>
background-color css
<style>
a { background-color: #FFDB13; }
a { background-color: rgb(255,219,19); }
div.DivClassName
{
background-color: #FFDB13;
}
.BgClassName
{
background-color: #FFDB13;
}
</style>
border-color css
<style>
span { border-color: #FFDB13; }
span { border-color: rgb(255,219,19); }
td.TdClassName
{
border-color: #FFDB13;
}
.TagClassName
{
border-color: #FFDB13;
}
</style>