Shades of Lemon #FDE90E
Tints of Lemon #FDE90E
RGB
CMYK
RGB Variations
Color information
#FDE90E (or 0xFDE90E) is known color: Lemon. HEX triplet: FD, E9 and 0E. RGB value is (253,233,14). Sum of RGB (Red+Green+Blue) = 253+233+14=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 14 (5.86% from 255 or 2.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE90E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE90E is #0216F1. Grayscale: #D6D6D6. Windows color (decimal): -136946 or 977405. OLE color: 977405.
HSL color Cylindrical-coordinate representation of color #FDE90E: hue angle of 54.98º 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 #FDE90E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 14 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.01 |
| HSL | 54.98º | 0.98% | 0.52% | - |
| HSV(B) | 54.98º | 0.94% | 0.99% | - |
| XYZ | 69.73 | 79.19 | 12.03 | - |
| YUV | 214.01 | 15.13 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 14 | 0 | 0.08 | 0.94 | 0.01 | 54.98 | 0.98 | 0.52 |
| Hex | FD | E9 | E | 0 | 8 | 5E | 1 | 37 | 62 | 34 |
| Octal | 375 | 351 | 16 | 0 | 10 | 136 | 1 | 67 | 142 | 64 |
| Binary | 11111101 | 11101001 | 1110 | 0 | 1000 | 1011110 | 1 | 110111 | 1100010 | 110100 |
Color Harmonies of #FDE90E
Complementary color
Monochromatic Colors of #FDE90E
Black with #FDE90E
Text Example
Text Example
White with #FDE90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE90E; }
p { color: rgb(253,233,14); }
H1.HeaderClassName
{
color: #FDE90E;
}
.AnyTagClassName
{
color: #FDE90E;
}
</style>
background-color css
<style>
a { background-color: #FDE90E; }
a { background-color: rgb(253,233,14); }
div.DivClassName
{
background-color: #FDE90E;
}
.BgClassName
{
background-color: #FDE90E;
}
</style>
border-color css
<style>
span { border-color: #FDE90E; }
span { border-color: rgb(253,233,14); }
td.TdClassName
{
border-color: #FDE90E;
}
.TagClassName
{
border-color: #FDE90E;
}
</style>