Shades of Lemon #FDE41D
Tints of Lemon #FDE41D
RGB
CMYK
RGB Variations
Color information
#FDE41D (or 0xFDE41D) is known color: Lemon. HEX triplet: FD, E4 and 1D. RGB value is (253,228,29). Sum of RGB (Red+Green+Blue) = 253+228+29=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 29 (11.72% from 255 or 5.69% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE41D is #021BE2. Grayscale: #D5D5D5. Windows color (decimal): -138211 or 1959165. OLE color: 1959165.
HSL color Cylindrical-coordinate representation of color #FDE41D: hue angle of 53.3º 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 #FDE41D is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 29 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.01 |
| HSL | 53.3º | 0.98% | 0.55% | - |
| HSV(B) | 53.3º | 0.89% | 0.99% | - |
| XYZ | 68.47 | 76.46 | 12.31 | - |
| YUV | 212.79 | 24.28 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 29 | 0 | 0.10 | 0.89 | 0.01 | 53.3 | 0.98 | 0.55 |
| Hex | FD | E4 | 1D | 0 | A | 59 | 1 | 35 | 62 | 37 |
| Octal | 375 | 344 | 35 | 0 | 12 | 131 | 1 | 65 | 142 | 67 |
| Binary | 11111101 | 11100100 | 11101 | 0 | 1010 | 1011001 | 1 | 110101 | 1100010 | 110111 |
Color Harmonies of #FDE41D
Complementary color
Monochromatic Colors of #FDE41D
Black with #FDE41D
Text Example
Text Example
White with #FDE41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE41D; }
p { color: rgb(253,228,29); }
H1.HeaderClassName
{
color: #FDE41D;
}
.AnyTagClassName
{
color: #FDE41D;
}
</style>
background-color css
<style>
a { background-color: #FDE41D; }
a { background-color: rgb(253,228,29); }
div.DivClassName
{
background-color: #FDE41D;
}
.BgClassName
{
background-color: #FDE41D;
}
</style>
border-color css
<style>
span { border-color: #FDE41D; }
span { border-color: rgb(253,228,29); }
td.TdClassName
{
border-color: #FDE41D;
}
.TagClassName
{
border-color: #FDE41D;
}
</style>