Shades of Lemon #FFDB1B
Tints of Lemon #FFDB1B
RGB
CMYK
RGB Variations
Color information
#FFDB1B (or 0xFFDB1B) is known color: Lemon. HEX triplet: FF, DB and 1B. RGB value is (255,219,27). Sum of RGB (Red+Green+Blue) = 255+219+27=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 27 (10.94% from 255 or 5.39% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB1B is #0024E4. Grayscale: #D0D0D0. Windows color (decimal): -9445 or 1825791. OLE color: 1825791.
HSL color Cylindrical-coordinate representation of color #FFDB1B: hue angle of 50.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFDB1B is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 27 | - |
| CMYK | 0 | 0.14 | 0.89 | 0 |
| HSL | 50.53º | 1% | 0.55% | - |
| HSV(B) | 50.53º | 0.89% | 1% | - |
| XYZ | 66.77 | 72 | 11.42 | - |
| YUV | 207.88 | 25.93 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 27 | 0 | 0.14 | 0.89 | 0 | 50.53 | 1 | 0.55 |
| Hex | FF | DB | 1B | 0 | E | 59 | 0 | 33 | 64 | 37 |
| Octal | 377 | 333 | 33 | 0 | 16 | 131 | 0 | 63 | 144 | 67 |
| Binary | 11111111 | 11011011 | 11011 | 0 | 1110 | 1011001 | 0 | 110011 | 1100100 | 110111 |
Color Harmonies of #FFDB1B
Complementary color
Monochromatic Colors of #FFDB1B
Black with #FFDB1B
Text Example
Text Example
White with #FFDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB1B; }
p { color: rgb(255,219,27); }
H1.HeaderClassName
{
color: #FFDB1B;
}
.AnyTagClassName
{
color: #FFDB1B;
}
</style>
background-color css
<style>
a { background-color: #FFDB1B; }
a { background-color: rgb(255,219,27); }
div.DivClassName
{
background-color: #FFDB1B;
}
.BgClassName
{
background-color: #FFDB1B;
}
</style>
border-color css
<style>
span { border-color: #FFDB1B; }
span { border-color: rgb(255,219,27); }
td.TdClassName
{
border-color: #FFDB1B;
}
.TagClassName
{
border-color: #FFDB1B;
}
</style>