Shades of Lemon #FDE110
Tints of Lemon #FDE110
RGB
CMYK
RGB Variations
Color information
#FDE110 (or 0xFDE110) is known color: Lemon. HEX triplet: FD, E1 and 10. RGB value is (253,225,16). Sum of RGB (Red+Green+Blue) = 253+225+16=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 16 (6.64% from 255 or 3.24% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE110 is #021EEF. Grayscale: #D2D2D2. Windows color (decimal): -138992 or 1106429. OLE color: 1106429.
HSL color Cylindrical-coordinate representation of color #FDE110: hue angle of 52.91º 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 #FDE110 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 16 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.01 |
| HSL | 52.91º | 0.98% | 0.53% | - |
| HSV(B) | 52.91º | 0.94% | 0.99% | - |
| XYZ | 67.53 | 74.77 | 11.36 | - |
| YUV | 209.55 | 18.78 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 16 | 0 | 0.11 | 0.94 | 0.01 | 52.91 | 0.98 | 0.53 |
| Hex | FD | E1 | 10 | 0 | B | 5E | 1 | 35 | 62 | 35 |
| Octal | 375 | 341 | 20 | 0 | 13 | 136 | 1 | 65 | 142 | 65 |
| Binary | 11111101 | 11100001 | 10000 | 0 | 1011 | 1011110 | 1 | 110101 | 1100010 | 110101 |
Color Harmonies of #FDE110
Complementary color
Monochromatic Colors of #FDE110
Black with #FDE110
Text Example
Text Example
White with #FDE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE110; }
p { color: rgb(253,225,16); }
H1.HeaderClassName
{
color: #FDE110;
}
.AnyTagClassName
{
color: #FDE110;
}
</style>
background-color css
<style>
a { background-color: #FDE110; }
a { background-color: rgb(253,225,16); }
div.DivClassName
{
background-color: #FDE110;
}
.BgClassName
{
background-color: #FDE110;
}
</style>
border-color css
<style>
span { border-color: #FDE110; }
span { border-color: rgb(253,225,16); }
td.TdClassName
{
border-color: #FDE110;
}
.TagClassName
{
border-color: #FDE110;
}
</style>