Shades of Lemon #FDE509
Tints of Lemon #FDE509
RGB
CMYK
RGB Variations
Color information
#FDE509 (or 0xFDE509) is known color: Lemon. HEX triplet: FD, E5 and 09. RGB value is (253,229,9). Sum of RGB (Red+Green+Blue) = 253+229+9=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 9 (3.91% from 255 or 1.83% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE509 is #021AF6. Grayscale: #D4D4D4. Windows color (decimal): -137975 or 648701. OLE color: 648701.
HSL color Cylindrical-coordinate representation of color #FDE509: hue angle of 54.1º 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 #FDE509 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.01 |
| HSL | 54.1º | 0.98% | 0.51% | - |
| HSV(B) | 54.1º | 0.96% | 0.99% | - |
| XYZ | 68.58 | 76.94 | 11.5 | - |
| YUV | 211.1 | 13.95 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 9 | 0 | 0.09 | 0.96 | 0.01 | 54.1 | 0.98 | 0.51 |
| Hex | FD | E5 | 9 | 0 | 9 | 60 | 1 | 36 | 62 | 33 |
| Octal | 375 | 345 | 11 | 0 | 11 | 140 | 1 | 66 | 142 | 63 |
| Binary | 11111101 | 11100101 | 1001 | 0 | 1001 | 1100000 | 1 | 110110 | 1100010 | 110011 |
Color Harmonies of #FDE509
Complementary color
Monochromatic Colors of #FDE509
Black with #FDE509
Text Example
Text Example
White with #FDE509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE509; }
p { color: rgb(253,229,9); }
H1.HeaderClassName
{
color: #FDE509;
}
.AnyTagClassName
{
color: #FDE509;
}
</style>
background-color css
<style>
a { background-color: #FDE509; }
a { background-color: rgb(253,229,9); }
div.DivClassName
{
background-color: #FDE509;
}
.BgClassName
{
background-color: #FDE509;
}
</style>
border-color css
<style>
span { border-color: #FDE509; }
span { border-color: rgb(253,229,9); }
td.TdClassName
{
border-color: #FDE509;
}
.TagClassName
{
border-color: #FDE509;
}
</style>