Shades of Lemon #FFDB1A
Tints of Lemon #FFDB1A
RGB
CMYK
RGB Variations
Color information
#FFDB1A (or 0xFFDB1A) is known color: Lemon. HEX triplet: FF, DB and 1A. RGB value is (255,219,26). Sum of RGB (Red+Green+Blue) = 255+219+26=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 26 (10.55% from 255 or 5.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB1A is #0024E5. Grayscale: #D0D0D0. Windows color (decimal): -9446 or 1760255. OLE color: 1760255.
HSL color Cylindrical-coordinate representation of color #FFDB1A: hue angle of 50.57º 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 #FFDB1A is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 26 | - |
| CMYK | 0 | 0.14 | 0.90 | 0 |
| HSL | 50.57º | 1% | 0.55% | - |
| HSV(B) | 50.57º | 0.9% | 1% | - |
| XYZ | 66.76 | 72 | 11.36 | - |
| YUV | 207.76 | 25.43 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 26 | 0 | 0.14 | 0.90 | 0 | 50.57 | 1 | 0.55 |
| Hex | FF | DB | 1A | 0 | E | 5A | 0 | 33 | 64 | 37 |
| Octal | 377 | 333 | 32 | 0 | 16 | 132 | 0 | 63 | 144 | 67 |
| Binary | 11111111 | 11011011 | 11010 | 0 | 1110 | 1011010 | 0 | 110011 | 1100100 | 110111 |
Color Harmonies of #FFDB1A
Complementary color
Monochromatic Colors of #FFDB1A
Black with #FFDB1A
Text Example
Text Example
White with #FFDB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB1A; }
p { color: rgb(255,219,26); }
H1.HeaderClassName
{
color: #FFDB1A;
}
.AnyTagClassName
{
color: #FFDB1A;
}
</style>
background-color css
<style>
a { background-color: #FFDB1A; }
a { background-color: rgb(255,219,26); }
div.DivClassName
{
background-color: #FFDB1A;
}
.BgClassName
{
background-color: #FFDB1A;
}
</style>
border-color css
<style>
span { border-color: #FFDB1A; }
span { border-color: rgb(255,219,26); }
td.TdClassName
{
border-color: #FFDB1A;
}
.TagClassName
{
border-color: #FFDB1A;
}
</style>