Shades of Lemon #FDE815
Tints of Lemon #FDE815
RGB
CMYK
RGB Variations
Color information
#FDE815 (or 0xFDE815) is known color: Lemon. HEX triplet: FD, E8 and 15. RGB value is (253,232,21). Sum of RGB (Red+Green+Blue) = 253+232+21=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 21 (8.59% from 255 or 4.15% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE815 is #0217EA. Grayscale: #D7D7D7. Windows color (decimal): -137195 or 1435901. OLE color: 1435901.
HSL color Cylindrical-coordinate representation of color #FDE815: hue angle of 54.57º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDE815 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 21 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.01 |
| HSL | 54.57º | 0.98% | 0.54% | - |
| HSV(B) | 54.57º | 0.92% | 0.99% | - |
| XYZ | 69.5 | 78.65 | 12.23 | - |
| YUV | 214.23 | 18.96 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 21 | 0 | 0.08 | 0.92 | 0.01 | 54.57 | 0.98 | 0.54 |
| Hex | FD | E8 | 15 | 0 | 8 | 5C | 1 | 37 | 62 | 36 |
| Octal | 375 | 350 | 25 | 0 | 10 | 134 | 1 | 67 | 142 | 66 |
| Binary | 11111101 | 11101000 | 10101 | 0 | 1000 | 1011100 | 1 | 110111 | 1100010 | 110110 |
Color Harmonies of #FDE815
Complementary color
Monochromatic Colors of #FDE815
Black with #FDE815
Text Example
Text Example
White with #FDE815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE815; }
p { color: rgb(253,232,21); }
H1.HeaderClassName
{
color: #FDE815;
}
.AnyTagClassName
{
color: #FDE815;
}
</style>
background-color css
<style>
a { background-color: #FDE815; }
a { background-color: rgb(253,232,21); }
div.DivClassName
{
background-color: #FDE815;
}
.BgClassName
{
background-color: #FDE815;
}
</style>
border-color css
<style>
span { border-color: #FDE815; }
span { border-color: rgb(253,232,21); }
td.TdClassName
{
border-color: #FDE815;
}
.TagClassName
{
border-color: #FDE815;
}
</style>