Shades of Lemon #FEDC0E
Tints of Lemon #FEDC0E
RGB
CMYK
RGB Variations
Color information
#FEDC0E (or 0xFEDC0E) is known color: Lemon. HEX triplet: FE, DC and 0E. RGB value is (254,220,14). Sum of RGB (Red+Green+Blue) = 254+220+14=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC0E is #0123F1. Grayscale: #CFCFCF. Windows color (decimal): -74738 or 974078. OLE color: 974078.
HSL color Cylindrical-coordinate representation of color #FEDC0E: hue angle of 51.5º 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 #FEDC0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.00 |
| HSL | 51.5º | 0.99% | 0.53% | - |
| HSV(B) | 51.5º | 0.94% | 1% | - |
| XYZ | 66.55 | 72.29 | 10.86 | - |
| YUV | 206.68 | 19.26 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 14 | 0 | 0.13 | 0.94 | 0.00 | 51.5 | 0.99 | 0.53 |
| Hex | FE | DC | E | 0 | D | 5E | 0 | 34 | 63 | 35 |
| Octal | 376 | 334 | 16 | 0 | 15 | 136 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11011100 | 1110 | 0 | 1101 | 1011110 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEDC0E
Complementary color
Monochromatic Colors of #FEDC0E
Black with #FEDC0E
Text Example
Text Example
White with #FEDC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC0E; }
p { color: rgb(254,220,14); }
H1.HeaderClassName
{
color: #FEDC0E;
}
.AnyTagClassName
{
color: #FEDC0E;
}
</style>
background-color css
<style>
a { background-color: #FEDC0E; }
a { background-color: rgb(254,220,14); }
div.DivClassName
{
background-color: #FEDC0E;
}
.BgClassName
{
background-color: #FEDC0E;
}
</style>
border-color css
<style>
span { border-color: #FEDC0E; }
span { border-color: rgb(254,220,14); }
td.TdClassName
{
border-color: #FEDC0E;
}
.TagClassName
{
border-color: #FEDC0E;
}
</style>