Shades of Lemon #FDE518
Tints of Lemon #FDE518
RGB
CMYK
RGB Variations
Color information
#FDE518 (or 0xFDE518) is known color: Lemon. HEX triplet: FD, E5 and 18. RGB value is (253,229,24). Sum of RGB (Red+Green+Blue) = 253+229+24=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 24 (9.77% from 255 or 4.74% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE518 is #021AE7. Grayscale: #D5D5D5. Windows color (decimal): -137960 or 1631741. OLE color: 1631741.
HSL color Cylindrical-coordinate representation of color #FDE518: hue angle of 53.71º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDE518 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 24 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.01 |
| HSL | 53.71º | 0.98% | 0.54% | - |
| HSV(B) | 53.71º | 0.91% | 0.99% | - |
| XYZ | 68.69 | 76.99 | 12.1 | - |
| YUV | 212.81 | 21.45 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 24 | 0 | 0.09 | 0.91 | 0.01 | 53.71 | 0.98 | 0.54 |
| Hex | FD | E5 | 18 | 0 | 9 | 5B | 1 | 36 | 62 | 36 |
| Octal | 375 | 345 | 30 | 0 | 11 | 133 | 1 | 66 | 142 | 66 |
| Binary | 11111101 | 11100101 | 11000 | 0 | 1001 | 1011011 | 1 | 110110 | 1100010 | 110110 |
Color Harmonies of #FDE518
Complementary color
Monochromatic Colors of #FDE518
Black with #FDE518
Text Example
Text Example
White with #FDE518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE518; }
p { color: rgb(253,229,24); }
H1.HeaderClassName
{
color: #FDE518;
}
.AnyTagClassName
{
color: #FDE518;
}
</style>
background-color css
<style>
a { background-color: #FDE518; }
a { background-color: rgb(253,229,24); }
div.DivClassName
{
background-color: #FDE518;
}
.BgClassName
{
background-color: #FDE518;
}
</style>
border-color css
<style>
span { border-color: #FDE518; }
span { border-color: rgb(253,229,24); }
td.TdClassName
{
border-color: #FDE518;
}
.TagClassName
{
border-color: #FDE518;
}
</style>