Shades of Lemon #FDDB11
Tints of Lemon #FDDB11
RGB
CMYK
RGB Variations
Color information
#FDDB11 (or 0xFDDB11) is known color: Lemon. HEX triplet: FD, DB and 11. RGB value is (253,219,17). Sum of RGB (Red+Green+Blue) = 253+219+17=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 17 (7.03% from 255 or 3.48% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB11 is #0224EE. Grayscale: #CECECE. Windows color (decimal): -140527 or 1170429. OLE color: 1170429.
HSL color Cylindrical-coordinate representation of color #FDDB11: hue angle of 51.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDDB11 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 17 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.01 |
| HSL | 51.36º | 0.98% | 0.53% | - |
| HSV(B) | 51.36º | 0.93% | 0.99% | - |
| XYZ | 65.94 | 71.59 | 10.87 | - |
| YUV | 206.14 | 21.26 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 17 | 0 | 0.13 | 0.93 | 0.01 | 51.36 | 0.98 | 0.53 |
| Hex | FD | DB | 11 | 0 | D | 5D | 1 | 33 | 62 | 35 |
| Octal | 375 | 333 | 21 | 0 | 15 | 135 | 1 | 63 | 142 | 65 |
| Binary | 11111101 | 11011011 | 10001 | 0 | 1101 | 1011101 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FDDB11
Complementary color
Monochromatic Colors of #FDDB11
Black with #FDDB11
Text Example
Text Example
White with #FDDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB11; }
p { color: rgb(253,219,17); }
H1.HeaderClassName
{
color: #FDDB11;
}
.AnyTagClassName
{
color: #FDDB11;
}
</style>
background-color css
<style>
a { background-color: #FDDB11; }
a { background-color: rgb(253,219,17); }
div.DivClassName
{
background-color: #FDDB11;
}
.BgClassName
{
background-color: #FDDB11;
}
</style>
border-color css
<style>
span { border-color: #FDDB11; }
span { border-color: rgb(253,219,17); }
td.TdClassName
{
border-color: #FDDB11;
}
.TagClassName
{
border-color: #FDDB11;
}
</style>