Shades of Lemon #FDE710
Tints of Lemon #FDE710
RGB
CMYK
RGB Variations
Color information
#FDE710 (or 0xFDE710) is known color: Lemon. HEX triplet: FD, E7 and 10. RGB value is (253,231,16). Sum of RGB (Red+Green+Blue) = 253+231+16=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 16 (6.64% from 255 or 3.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE710 is #0218EF. Grayscale: #D5D5D5. Windows color (decimal): -137456 or 1107965. OLE color: 1107965.
HSL color Cylindrical-coordinate representation of color #FDE710: hue angle of 54.43º 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 #FDE710 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 16 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.01 |
| HSL | 54.43º | 0.98% | 0.53% | - |
| HSV(B) | 54.43º | 0.94% | 0.99% | - |
| XYZ | 69.18 | 78.07 | 11.91 | - |
| YUV | 213.07 | 16.79 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 16 | 0 | 0.09 | 0.94 | 0.01 | 54.43 | 0.98 | 0.53 |
| Hex | FD | E7 | 10 | 0 | 9 | 5E | 1 | 36 | 62 | 35 |
| Octal | 375 | 347 | 20 | 0 | 11 | 136 | 1 | 66 | 142 | 65 |
| Binary | 11111101 | 11100111 | 10000 | 0 | 1001 | 1011110 | 1 | 110110 | 1100010 | 110101 |
Color Harmonies of #FDE710
Complementary color
Monochromatic Colors of #FDE710
Black with #FDE710
Text Example
Text Example
White with #FDE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE710; }
p { color: rgb(253,231,16); }
H1.HeaderClassName
{
color: #FDE710;
}
.AnyTagClassName
{
color: #FDE710;
}
</style>
background-color css
<style>
a { background-color: #FDE710; }
a { background-color: rgb(253,231,16); }
div.DivClassName
{
background-color: #FDE710;
}
.BgClassName
{
background-color: #FDE710;
}
</style>
border-color css
<style>
span { border-color: #FDE710; }
span { border-color: rgb(253,231,16); }
td.TdClassName
{
border-color: #FDE710;
}
.TagClassName
{
border-color: #FDE710;
}
</style>