Shades of Lemon #FDE510
Tints of Lemon #FDE510
RGB
CMYK
RGB Variations
Color information
#FDE510 (or 0xFDE510) is known color: Lemon. HEX triplet: FD, E5 and 10. RGB value is (253,229,16). Sum of RGB (Red+Green+Blue) = 253+229+16=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 16 (6.64% from 255 or 3.21% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE510 is #021AEF. Grayscale: #D4D4D4. Windows color (decimal): -137968 or 1107453. OLE color: 1107453.
HSL color Cylindrical-coordinate representation of color #FDE510: hue angle of 53.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDE510 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 16 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.01 |
| HSL | 53.92º | 0.98% | 0.53% | - |
| HSV(B) | 53.92º | 0.94% | 0.99% | - |
| XYZ | 68.62 | 76.96 | 11.73 | - |
| YUV | 211.89 | 17.45 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 16 | 0 | 0.09 | 0.94 | 0.01 | 53.92 | 0.98 | 0.53 |
| Hex | FD | E5 | 10 | 0 | 9 | 5E | 1 | 36 | 62 | 35 |
| Octal | 375 | 345 | 20 | 0 | 11 | 136 | 1 | 66 | 142 | 65 |
| Binary | 11111101 | 11100101 | 10000 | 0 | 1001 | 1011110 | 1 | 110110 | 1100010 | 110101 |
Color Harmonies of #FDE510
Complementary color
Monochromatic Colors of #FDE510
Black with #FDE510
Text Example
Text Example
White with #FDE510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE510; }
p { color: rgb(253,229,16); }
H1.HeaderClassName
{
color: #FDE510;
}
.AnyTagClassName
{
color: #FDE510;
}
</style>
background-color css
<style>
a { background-color: #FDE510; }
a { background-color: rgb(253,229,16); }
div.DivClassName
{
background-color: #FDE510;
}
.BgClassName
{
background-color: #FDE510;
}
</style>
border-color css
<style>
span { border-color: #FDE510; }
span { border-color: rgb(253,229,16); }
td.TdClassName
{
border-color: #FDE510;
}
.TagClassName
{
border-color: #FDE510;
}
</style>