Shades of Lemon #FFDB12
Tints of Lemon #FFDB12
RGB
CMYK
RGB Variations
Color information
#FFDB12 (or 0xFFDB12) is known color: Lemon. HEX triplet: FF, DB and 12. RGB value is (255,219,18). Sum of RGB (Red+Green+Blue) = 255+219+18=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 18 (7.42% from 255 or 3.66% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB12 is #0024ED. Grayscale: #CFCFCF. Windows color (decimal): -9454 or 1235967. OLE color: 1235967.
HSL color Cylindrical-coordinate representation of color #FFDB12: hue angle of 50.89º 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 #FFDB12 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 18 | - |
| CMYK | 0 | 0.14 | 0.93 | 0 |
| HSL | 50.89º | 1% | 0.54% | - |
| HSV(B) | 50.89º | 0.93% | 1% | - |
| XYZ | 66.68 | 71.97 | 10.95 | - |
| YUV | 206.85 | 21.43 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 18 | 0 | 0.14 | 0.93 | 0 | 50.89 | 1 | 0.54 |
| Hex | FF | DB | 12 | 0 | E | 5D | 0 | 33 | 64 | 36 |
| Octal | 377 | 333 | 22 | 0 | 16 | 135 | 0 | 63 | 144 | 66 |
| Binary | 11111111 | 11011011 | 10010 | 0 | 1110 | 1011101 | 0 | 110011 | 1100100 | 110110 |
Color Harmonies of #FFDB12
Complementary color
Monochromatic Colors of #FFDB12
Black with #FFDB12
Text Example
Text Example
White with #FFDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB12; }
p { color: rgb(255,219,18); }
H1.HeaderClassName
{
color: #FFDB12;
}
.AnyTagClassName
{
color: #FFDB12;
}
</style>
background-color css
<style>
a { background-color: #FFDB12; }
a { background-color: rgb(255,219,18); }
div.DivClassName
{
background-color: #FFDB12;
}
.BgClassName
{
background-color: #FFDB12;
}
</style>
border-color css
<style>
span { border-color: #FFDB12; }
span { border-color: rgb(255,219,18); }
td.TdClassName
{
border-color: #FFDB12;
}
.TagClassName
{
border-color: #FFDB12;
}
</style>