Shades of Lemon #FDE30A
Tints of Lemon #FDE30A
RGB
CMYK
RGB Variations
Color information
#FDE30A (or 0xFDE30A) is known color: Lemon. HEX triplet: FD, E3 and 0A. RGB value is (253,227,10). Sum of RGB (Red+Green+Blue) = 253+227+10=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 10 (4.30% from 255 or 2.04% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE30A is #021CF5. Grayscale: #D2D2D2. Windows color (decimal): -138486 or 713725. OLE color: 713725.
HSL color Cylindrical-coordinate representation of color #FDE30A: hue angle of 53.58º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDE30A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.01 |
| HSL | 53.58º | 0.98% | 0.52% | - |
| HSV(B) | 53.58º | 0.96% | 0.99% | - |
| XYZ | 68.03 | 75.84 | 11.34 | - |
| YUV | 210.04 | 15.11 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 10 | 0 | 0.10 | 0.96 | 0.01 | 53.58 | 0.98 | 0.52 |
| Hex | FD | E3 | A | 0 | A | 60 | 1 | 36 | 62 | 34 |
| Octal | 375 | 343 | 12 | 0 | 12 | 140 | 1 | 66 | 142 | 64 |
| Binary | 11111101 | 11100011 | 1010 | 0 | 1010 | 1100000 | 1 | 110110 | 1100010 | 110100 |
Color Harmonies of #FDE30A
Complementary color
Monochromatic Colors of #FDE30A
Black with #FDE30A
Text Example
Text Example
White with #FDE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE30A; }
p { color: rgb(253,227,10); }
H1.HeaderClassName
{
color: #FDE30A;
}
.AnyTagClassName
{
color: #FDE30A;
}
</style>
background-color css
<style>
a { background-color: #FDE30A; }
a { background-color: rgb(253,227,10); }
div.DivClassName
{
background-color: #FDE30A;
}
.BgClassName
{
background-color: #FDE30A;
}
</style>
border-color css
<style>
span { border-color: #FDE30A; }
span { border-color: rgb(253,227,10); }
td.TdClassName
{
border-color: #FDE30A;
}
.TagClassName
{
border-color: #FDE30A;
}
</style>