Shades of Lemon #FDE40E
Tints of Lemon #FDE40E
RGB
CMYK
RGB Variations
Color information
#FDE40E (or 0xFDE40E) is known color: Lemon. HEX triplet: FD, E4 and 0E. RGB value is (253,228,14). Sum of RGB (Red+Green+Blue) = 253+228+14=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 14 (5.86% from 255 or 2.83% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE40E is #021BF1. Grayscale: #D3D3D3. Windows color (decimal): -138226 or 976125. OLE color: 976125.
HSL color Cylindrical-coordinate representation of color #FDE40E: hue angle of 53.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDE40E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.01 |
| HSL | 53.72º | 0.98% | 0.52% | - |
| HSV(B) | 53.72º | 0.94% | 0.99% | - |
| XYZ | 68.33 | 76.4 | 11.56 | - |
| YUV | 211.08 | 16.78 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 14 | 0 | 0.10 | 0.94 | 0.01 | 53.72 | 0.98 | 0.52 |
| Hex | FD | E4 | E | 0 | A | 5E | 1 | 36 | 62 | 34 |
| Octal | 375 | 344 | 16 | 0 | 12 | 136 | 1 | 66 | 142 | 64 |
| Binary | 11111101 | 11100100 | 1110 | 0 | 1010 | 1011110 | 1 | 110110 | 1100010 | 110100 |
Color Harmonies of #FDE40E
Complementary color
Monochromatic Colors of #FDE40E
Black with #FDE40E
Text Example
Text Example
White with #FDE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE40E; }
p { color: rgb(253,228,14); }
H1.HeaderClassName
{
color: #FDE40E;
}
.AnyTagClassName
{
color: #FDE40E;
}
</style>
background-color css
<style>
a { background-color: #FDE40E; }
a { background-color: rgb(253,228,14); }
div.DivClassName
{
background-color: #FDE40E;
}
.BgClassName
{
background-color: #FDE40E;
}
</style>
border-color css
<style>
span { border-color: #FDE40E; }
span { border-color: rgb(253,228,14); }
td.TdClassName
{
border-color: #FDE40E;
}
.TagClassName
{
border-color: #FDE40E;
}
</style>