Shades of Lemon #FDDA11
Tints of Lemon #FDDA11
RGB
CMYK
RGB Variations
Color information
#FDDA11 (or 0xFDDA11) is known color: Lemon. HEX triplet: FD, DA and 11. RGB value is (253,218,17). Sum of RGB (Red+Green+Blue) = 253+218+17=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 17 (7.03% from 255 or 3.48% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA11 is #0225EE. Grayscale: #CECECE. Windows color (decimal): -140783 or 1170173. OLE color: 1170173.
HSL color Cylindrical-coordinate representation of color #FDDA11: hue angle of 51.1º 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 #FDDA11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.01 |
| HSL | 51.1º | 0.98% | 0.53% | - |
| HSV(B) | 51.1º | 0.93% | 0.99% | - |
| XYZ | 65.68 | 71.07 | 10.79 | - |
| YUV | 205.55 | 21.6 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 17 | 0 | 0.14 | 0.93 | 0.01 | 51.1 | 0.98 | 0.53 |
| Hex | FD | DA | 11 | 0 | E | 5D | 1 | 33 | 62 | 35 |
| Octal | 375 | 332 | 21 | 0 | 16 | 135 | 1 | 63 | 142 | 65 |
| Binary | 11111101 | 11011010 | 10001 | 0 | 1110 | 1011101 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FDDA11
Complementary color
Monochromatic Colors of #FDDA11
Black with #FDDA11
Text Example
Text Example
White with #FDDA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA11; }
p { color: rgb(253,218,17); }
H1.HeaderClassName
{
color: #FDDA11;
}
.AnyTagClassName
{
color: #FDDA11;
}
</style>
background-color css
<style>
a { background-color: #FDDA11; }
a { background-color: rgb(253,218,17); }
div.DivClassName
{
background-color: #FDDA11;
}
.BgClassName
{
background-color: #FDDA11;
}
</style>
border-color css
<style>
span { border-color: #FDDA11; }
span { border-color: rgb(253,218,17); }
td.TdClassName
{
border-color: #FDDA11;
}
.TagClassName
{
border-color: #FDDA11;
}
</style>