Shades of Lemon #FFDB14
Tints of Lemon #FFDB14
RGB
CMYK
RGB Variations
Color information
#FFDB14 (or 0xFFDB14) is known color: Lemon. HEX triplet: FF, DB and 14. RGB value is (255,219,20). Sum of RGB (Red+Green+Blue) = 255+219+20=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB14 is #0024EB. Grayscale: #CFCFCF. Windows color (decimal): -9452 or 1367039. OLE color: 1367039.
HSL color Cylindrical-coordinate representation of color #FFDB14: hue angle of 50.81º 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 #FFDB14 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0 |
| HSL | 50.81º | 1% | 0.54% | - |
| HSV(B) | 50.81º | 0.92% | 1% | - |
| XYZ | 66.7 | 71.97 | 11.04 | - |
| YUV | 207.08 | 22.43 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 20 | 0 | 0.14 | 0.92 | 0 | 50.81 | 1 | 0.54 |
| Hex | FF | DB | 14 | 0 | E | 5C | 0 | 33 | 64 | 36 |
| Octal | 377 | 333 | 24 | 0 | 16 | 134 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011011 | 10100 | 0 | 1110 | 1011100 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDB14
Complementary color
Monochromatic Colors of #FFDB14
Black with #FFDB14
Text Example
Text Example
White with #FFDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB14; }
p { color: rgb(255,219,20); }
H1.HeaderClassName
{
color: #FFDB14;
}
.AnyTagClassName
{
color: #FFDB14;
}
</style>
background-color css
<style>
a { background-color: #FFDB14; }
a { background-color: rgb(255,219,20); }
div.DivClassName
{
background-color: #FFDB14;
}
.BgClassName
{
background-color: #FFDB14;
}
</style>
border-color css
<style>
span { border-color: #FFDB14; }
span { border-color: rgb(255,219,20); }
td.TdClassName
{
border-color: #FFDB14;
}
.TagClassName
{
border-color: #FFDB14;
}
</style>