Shades of Lemon #FDE409
Tints of Lemon #FDE409
RGB
CMYK
RGB Variations
Color information
#FDE409 (or 0xFDE409) is known color: Lemon. HEX triplet: FD, E4 and 09. RGB value is (253,228,9). Sum of RGB (Red+Green+Blue) = 253+228+9=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 9 (3.91% from 255 or 1.84% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE409 is #021BF6. Grayscale: #D3D3D3. Windows color (decimal): -138231 or 648445. OLE color: 648445.
HSL color Cylindrical-coordinate representation of color #FDE409: hue angle of 53.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDE409 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 9 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.01 |
| HSL | 53.85º | 0.98% | 0.51% | - |
| HSV(B) | 53.85º | 0.96% | 0.99% | - |
| XYZ | 68.3 | 76.39 | 11.4 | - |
| YUV | 210.51 | 14.28 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 9 | 0 | 0.10 | 0.96 | 0.01 | 53.85 | 0.98 | 0.51 |
| Hex | FD | E4 | 9 | 0 | A | 60 | 1 | 36 | 62 | 33 |
| Octal | 375 | 344 | 11 | 0 | 12 | 140 | 1 | 66 | 142 | 63 |
| Binary | 11111101 | 11100100 | 1001 | 0 | 1010 | 1100000 | 1 | 110110 | 1100010 | 110011 |
Color Harmonies of #FDE409
Complementary color
Monochromatic Colors of #FDE409
Black with #FDE409
Text Example
Text Example
White with #FDE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE409; }
p { color: rgb(253,228,9); }
H1.HeaderClassName
{
color: #FDE409;
}
.AnyTagClassName
{
color: #FDE409;
}
</style>
background-color css
<style>
a { background-color: #FDE409; }
a { background-color: rgb(253,228,9); }
div.DivClassName
{
background-color: #FDE409;
}
.BgClassName
{
background-color: #FDE409;
}
</style>
border-color css
<style>
span { border-color: #FDE409; }
span { border-color: rgb(253,228,9); }
td.TdClassName
{
border-color: #FDE409;
}
.TagClassName
{
border-color: #FDE409;
}
</style>