Shades of Lemon #FDE30E
Tints of Lemon #FDE30E
RGB
CMYK
RGB Variations
Color information
#FDE30E (or 0xFDE30E) is known color: Lemon. HEX triplet: FD, E3 and 0E. RGB value is (253,227,14). Sum of RGB (Red+Green+Blue) = 253+227+14=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 14 (5.86% from 255 or 2.83% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE30E is #021CF1. Grayscale: #D3D3D3. Windows color (decimal): -138482 or 975869. OLE color: 975869.
HSL color Cylindrical-coordinate representation of color #FDE30E: hue angle of 53.47º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDE30E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.01 |
| HSL | 53.47º | 0.98% | 0.52% | - |
| HSV(B) | 53.47º | 0.94% | 0.99% | - |
| XYZ | 68.06 | 75.85 | 11.47 | - |
| YUV | 210.49 | 17.11 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 14 | 0 | 0.10 | 0.94 | 0.01 | 53.47 | 0.98 | 0.52 |
| Hex | FD | E3 | E | 0 | A | 5E | 1 | 35 | 62 | 34 |
| Octal | 375 | 343 | 16 | 0 | 12 | 136 | 1 | 65 | 142 | 64 |
| Binary | 11111101 | 11100011 | 1110 | 0 | 1010 | 1011110 | 1 | 110101 | 1100010 | 110100 |
Color Harmonies of #FDE30E
Complementary color
Monochromatic Colors of #FDE30E
Black with #FDE30E
Text Example
Text Example
White with #FDE30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE30E; }
p { color: rgb(253,227,14); }
H1.HeaderClassName
{
color: #FDE30E;
}
.AnyTagClassName
{
color: #FDE30E;
}
</style>
background-color css
<style>
a { background-color: #FDE30E; }
a { background-color: rgb(253,227,14); }
div.DivClassName
{
background-color: #FDE30E;
}
.BgClassName
{
background-color: #FDE30E;
}
</style>
border-color css
<style>
span { border-color: #FDE30E; }
span { border-color: rgb(253,227,14); }
td.TdClassName
{
border-color: #FDE30E;
}
.TagClassName
{
border-color: #FDE30E;
}
</style>