Shades of Lemon #FFDB1C
Tints of Lemon #FFDB1C
RGB
CMYK
RGB Variations
Color information
#FFDB1C (or 0xFFDB1C) is known color: Lemon. HEX triplet: FF, DB and 1C. RGB value is (255,219,28). Sum of RGB (Red+Green+Blue) = 255+219+28=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 28 (11.33% from 255 or 5.58% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB1C is #0024E3. Grayscale: #D0D0D0. Windows color (decimal): -9444 or 1891327. OLE color: 1891327.
HSL color Cylindrical-coordinate representation of color #FFDB1C: hue angle of 50.48º 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 #FFDB1C is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 28 | - |
| CMYK | 0 | 0.14 | 0.89 | 0 |
| HSL | 50.48º | 1% | 0.55% | - |
| HSV(B) | 50.48º | 0.89% | 1% | - |
| XYZ | 66.78 | 72.01 | 11.48 | - |
| YUV | 207.99 | 26.43 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 28 | 0 | 0.14 | 0.89 | 0 | 50.48 | 1 | 0.55 |
| Hex | FF | DB | 1C | 0 | E | 59 | 0 | 32 | 64 | 37 |
| Octal | 377 | 333 | 34 | 0 | 16 | 131 | 0 | 62 | 144 | 67 |
| Binary | 11111111 | 11011011 | 11100 | 0 | 1110 | 1011001 | 0 | 110010 | 1100100 | 110111 |
Color Harmonies of #FFDB1C
Complementary color
Monochromatic Colors of #FFDB1C
Black with #FFDB1C
Text Example
Text Example
White with #FFDB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB1C; }
p { color: rgb(255,219,28); }
H1.HeaderClassName
{
color: #FFDB1C;
}
.AnyTagClassName
{
color: #FFDB1C;
}
</style>
background-color css
<style>
a { background-color: #FFDB1C; }
a { background-color: rgb(255,219,28); }
div.DivClassName
{
background-color: #FFDB1C;
}
.BgClassName
{
background-color: #FFDB1C;
}
</style>
border-color css
<style>
span { border-color: #FFDB1C; }
span { border-color: rgb(255,219,28); }
td.TdClassName
{
border-color: #FFDB1C;
}
.TagClassName
{
border-color: #FFDB1C;
}
</style>