Shades of Lemon #FDE514
Tints of Lemon #FDE514
RGB
CMYK
RGB Variations
Color information
#FDE514 (or 0xFDE514) is known color: Lemon. HEX triplet: FD, E5 and 14. RGB value is (253,229,20). Sum of RGB (Red+Green+Blue) = 253+229+20=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 20 (8.20% from 255 or 3.98% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE514 is #021AEB. Grayscale: #D5D5D5. Windows color (decimal): -137964 or 1369597. OLE color: 1369597.
HSL color Cylindrical-coordinate representation of color #FDE514: hue angle of 53.82º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDE514 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.01 |
| HSL | 53.82º | 0.98% | 0.54% | - |
| HSV(B) | 53.82º | 0.92% | 0.99% | - |
| XYZ | 68.65 | 76.97 | 11.9 | - |
| YUV | 212.35 | 19.45 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 20 | 0 | 0.09 | 0.92 | 0.01 | 53.82 | 0.98 | 0.54 |
| Hex | FD | E5 | 14 | 0 | 9 | 5C | 1 | 36 | 62 | 36 |
| Octal | 375 | 345 | 24 | 0 | 11 | 134 | 1 | 66 | 142 | 66 |
| Binary | 11111101 | 11100101 | 10100 | 0 | 1001 | 1011100 | 1 | 110110 | 1100010 | 110110 |
Color Harmonies of #FDE514
Complementary color
Monochromatic Colors of #FDE514
Black with #FDE514
Text Example
Text Example
White with #FDE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE514; }
p { color: rgb(253,229,20); }
H1.HeaderClassName
{
color: #FDE514;
}
.AnyTagClassName
{
color: #FDE514;
}
</style>
background-color css
<style>
a { background-color: #FDE514; }
a { background-color: rgb(253,229,20); }
div.DivClassName
{
background-color: #FDE514;
}
.BgClassName
{
background-color: #FDE514;
}
</style>
border-color css
<style>
span { border-color: #FDE514; }
span { border-color: rgb(253,229,20); }
td.TdClassName
{
border-color: #FDE514;
}
.TagClassName
{
border-color: #FDE514;
}
</style>