Shades of Lemon #FEDD0E
Tints of Lemon #FEDD0E
RGB
CMYK
RGB Variations
Color information
#FEDD0E (or 0xFEDD0E) is known color: Lemon. HEX triplet: FE, DD and 0E. RGB value is (254,221,14). Sum of RGB (Red+Green+Blue) = 254+221+14=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 14 (5.86% from 255 or 2.86% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD0E is #0122F1. Grayscale: #D0D0D0. Windows color (decimal): -74482 or 974334. OLE color: 974334.
HSL color Cylindrical-coordinate representation of color #FEDD0E: hue angle of 51.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEDD0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.00 |
| HSL | 51.75º | 0.99% | 0.53% | - |
| HSV(B) | 51.75º | 0.94% | 1% | - |
| XYZ | 66.81 | 72.82 | 10.95 | - |
| YUV | 207.27 | 18.93 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 14 | 0 | 0.13 | 0.94 | 0.00 | 51.75 | 0.99 | 0.53 |
| Hex | FE | DD | E | 0 | D | 5E | 0 | 34 | 63 | 35 |
| Octal | 376 | 335 | 16 | 0 | 15 | 136 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11011101 | 1110 | 0 | 1101 | 1011110 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEDD0E
Complementary color
Monochromatic Colors of #FEDD0E
Black with #FEDD0E
Text Example
Text Example
White with #FEDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD0E; }
p { color: rgb(254,221,14); }
H1.HeaderClassName
{
color: #FEDD0E;
}
.AnyTagClassName
{
color: #FEDD0E;
}
</style>
background-color css
<style>
a { background-color: #FEDD0E; }
a { background-color: rgb(254,221,14); }
div.DivClassName
{
background-color: #FEDD0E;
}
.BgClassName
{
background-color: #FEDD0E;
}
</style>
border-color css
<style>
span { border-color: #FEDD0E; }
span { border-color: rgb(254,221,14); }
td.TdClassName
{
border-color: #FEDD0E;
}
.TagClassName
{
border-color: #FEDD0E;
}
</style>