Shades of Lemon #FDDB1B
Tints of Lemon #FDDB1B
RGB
CMYK
RGB Variations
Color information
#FDDB1B (or 0xFDDB1B) is known color: Lemon. HEX triplet: FD, DB and 1B. RGB value is (253,219,27). Sum of RGB (Red+Green+Blue) = 253+219+27=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 27 (10.94% from 255 or 5.41% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB1B is #0224E4. Grayscale: #D0D0D0. Windows color (decimal): -140517 or 1825789. OLE color: 1825789.
HSL color Cylindrical-coordinate representation of color #FDDB1B: hue angle of 50.97º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDDB1B is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 27 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.01 |
| HSL | 50.97º | 0.98% | 0.55% | - |
| HSV(B) | 50.97º | 0.89% | 0.99% | - |
| XYZ | 66.04 | 71.62 | 11.38 | - |
| YUV | 207.28 | 26.26 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 27 | 0 | 0.13 | 0.89 | 0.01 | 50.97 | 0.98 | 0.55 |
| Hex | FD | DB | 1B | 0 | D | 59 | 1 | 33 | 62 | 37 |
| Octal | 375 | 333 | 33 | 0 | 15 | 131 | 1 | 63 | 142 | 67 |
| Binary | 11111101 | 11011011 | 11011 | 0 | 1101 | 1011001 | 1 | 110011 | 1100010 | 110111 |
Color Harmonies of #FDDB1B
Complementary color
Monochromatic Colors of #FDDB1B
Black with #FDDB1B
Text Example
Text Example
White with #FDDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB1B; }
p { color: rgb(253,219,27); }
H1.HeaderClassName
{
color: #FDDB1B;
}
.AnyTagClassName
{
color: #FDDB1B;
}
</style>
background-color css
<style>
a { background-color: #FDDB1B; }
a { background-color: rgb(253,219,27); }
div.DivClassName
{
background-color: #FDDB1B;
}
.BgClassName
{
background-color: #FDDB1B;
}
</style>
border-color css
<style>
span { border-color: #FDDB1B; }
span { border-color: rgb(253,219,27); }
td.TdClassName
{
border-color: #FDDB1B;
}
.TagClassName
{
border-color: #FDDB1B;
}
</style>