Shades of Lemon #FDDF11
Tints of Lemon #FDDF11
RGB
CMYK
RGB Variations
Color information
#FDDF11 (or 0xFDDF11) is known color: Lemon. HEX triplet: FD, DF and 11. RGB value is (253,223,17). Sum of RGB (Red+Green+Blue) = 253+223+17=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 17 (7.03% from 255 or 3.45% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF11 is #0220EE. Grayscale: #D1D1D1. Windows color (decimal): -139503 or 1171453. OLE color: 1171453.
HSL color Cylindrical-coordinate representation of color #FDDF11: hue angle of 52.37º 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 #FDDF11 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 17 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.01 |
| HSL | 52.37º | 0.98% | 0.53% | - |
| HSV(B) | 52.37º | 0.93% | 0.99% | - |
| XYZ | 67 | 73.7 | 11.22 | - |
| YUV | 208.49 | 19.94 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 17 | 0 | 0.12 | 0.93 | 0.01 | 52.37 | 0.98 | 0.53 |
| Hex | FD | DF | 11 | 0 | C | 5D | 1 | 34 | 62 | 35 |
| Octal | 375 | 337 | 21 | 0 | 14 | 135 | 1 | 64 | 142 | 65 |
| Binary | 11111101 | 11011111 | 10001 | 0 | 1100 | 1011101 | 1 | 110100 | 1100010 | 110101 |
Color Harmonies of #FDDF11
Complementary color
Monochromatic Colors of #FDDF11
Black with #FDDF11
Text Example
Text Example
White with #FDDF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF11; }
p { color: rgb(253,223,17); }
H1.HeaderClassName
{
color: #FDDF11;
}
.AnyTagClassName
{
color: #FDDF11;
}
</style>
background-color css
<style>
a { background-color: #FDDF11; }
a { background-color: rgb(253,223,17); }
div.DivClassName
{
background-color: #FDDF11;
}
.BgClassName
{
background-color: #FDDF11;
}
</style>
border-color css
<style>
span { border-color: #FDDF11; }
span { border-color: rgb(253,223,17); }
td.TdClassName
{
border-color: #FDDF11;
}
.TagClassName
{
border-color: #FDDF11;
}
</style>