Shades of Lemon #FDE413
Tints of Lemon #FDE413
RGB
CMYK
RGB Variations
Color information
#FDE413 (or 0xFDE413) is known color: Lemon. HEX triplet: FD, E4 and 13. RGB value is (253,228,19). Sum of RGB (Red+Green+Blue) = 253+228+19=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 19 (7.81% from 255 or 3.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE413 is #021BEC. Grayscale: #D4D4D4. Windows color (decimal): -138221 or 1303805. OLE color: 1303805.
HSL color Cylindrical-coordinate representation of color #FDE413: hue angle of 53.59º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDE413 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 19 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.01 |
| HSL | 53.59º | 0.98% | 0.53% | - |
| HSV(B) | 53.59º | 0.92% | 0.99% | - |
| XYZ | 68.37 | 76.42 | 11.76 | - |
| YUV | 211.65 | 19.28 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 19 | 0 | 0.10 | 0.92 | 0.01 | 53.59 | 0.98 | 0.53 |
| Hex | FD | E4 | 13 | 0 | A | 5C | 1 | 36 | 62 | 35 |
| Octal | 375 | 344 | 23 | 0 | 12 | 134 | 1 | 66 | 142 | 65 |
| Binary | 11111101 | 11100100 | 10011 | 0 | 1010 | 1011100 | 1 | 110110 | 1100010 | 110101 |
Color Harmonies of #FDE413
Complementary color
Monochromatic Colors of #FDE413
Black with #FDE413
Text Example
Text Example
White with #FDE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE413; }
p { color: rgb(253,228,19); }
H1.HeaderClassName
{
color: #FDE413;
}
.AnyTagClassName
{
color: #FDE413;
}
</style>
background-color css
<style>
a { background-color: #FDE413; }
a { background-color: rgb(253,228,19); }
div.DivClassName
{
background-color: #FDE413;
}
.BgClassName
{
background-color: #FDE413;
}
</style>
border-color css
<style>
span { border-color: #FDE413; }
span { border-color: rgb(253,228,19); }
td.TdClassName
{
border-color: #FDE413;
}
.TagClassName
{
border-color: #FDE413;
}
</style>