Shades of Lemon #FDE011
Tints of Lemon #FDE011
RGB
CMYK
RGB Variations
Color information
#FDE011 (or 0xFDE011) is known color: Lemon. HEX triplet: FD, E0 and 11. RGB value is (253,224,17). Sum of RGB (Red+Green+Blue) = 253+224+17=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 17 (7.03% from 255 or 3.44% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE011 is #021FEE. Grayscale: #D1D1D1. Windows color (decimal): -139247 or 1171709. OLE color: 1171709.
HSL color Cylindrical-coordinate representation of color #FDE011: hue angle of 52.63º 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 #FDE011 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 17 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.01 |
| HSL | 52.63º | 0.98% | 0.53% | - |
| HSV(B) | 52.63º | 0.93% | 0.99% | - |
| XYZ | 67.26 | 74.23 | 11.31 | - |
| YUV | 209.07 | 19.61 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 17 | 0 | 0.11 | 0.93 | 0.01 | 52.63 | 0.98 | 0.53 |
| Hex | FD | E0 | 11 | 0 | B | 5D | 1 | 35 | 62 | 35 |
| Octal | 375 | 340 | 21 | 0 | 13 | 135 | 1 | 65 | 142 | 65 |
| Binary | 11111101 | 11100000 | 10001 | 0 | 1011 | 1011101 | 1 | 110101 | 1100010 | 110101 |
Color Harmonies of #FDE011
Complementary color
Monochromatic Colors of #FDE011
Black with #FDE011
Text Example
Text Example
White with #FDE011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE011; }
p { color: rgb(253,224,17); }
H1.HeaderClassName
{
color: #FDE011;
}
.AnyTagClassName
{
color: #FDE011;
}
</style>
background-color css
<style>
a { background-color: #FDE011; }
a { background-color: rgb(253,224,17); }
div.DivClassName
{
background-color: #FDE011;
}
.BgClassName
{
background-color: #FDE011;
}
</style>
border-color css
<style>
span { border-color: #FDE011; }
span { border-color: rgb(253,224,17); }
td.TdClassName
{
border-color: #FDE011;
}
.TagClassName
{
border-color: #FDE011;
}
</style>