Shades of Lemon #FEDC11
Tints of Lemon #FEDC11
RGB
CMYK
RGB Variations
Color information
#FEDC11 (or 0xFEDC11) is known color: Lemon. HEX triplet: FE, DC and 11. RGB value is (254,220,17). Sum of RGB (Red+Green+Blue) = 254+220+17=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 17 (7.03% from 255 or 3.46% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC11 is #0123EE. Grayscale: #CFCFCF. Windows color (decimal): -74735 or 1170686. OLE color: 1170686.
HSL color Cylindrical-coordinate representation of color #FEDC11: hue angle of 51.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEDC11 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 17 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.00 |
| HSL | 51.39º | 0.99% | 0.53% | - |
| HSV(B) | 51.39º | 0.93% | 1% | - |
| XYZ | 66.57 | 72.3 | 10.98 | - |
| YUV | 207.02 | 20.76 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 17 | 0 | 0.13 | 0.93 | 0.00 | 51.39 | 0.99 | 0.53 |
| Hex | FE | DC | 11 | 0 | D | 5D | 0 | 33 | 63 | 35 |
| Octal | 376 | 334 | 21 | 0 | 15 | 135 | 0 | 63 | 143 | 65 |
| Binary | 11111110 | 11011100 | 10001 | 0 | 1101 | 1011101 | 0 | 110011 | 1100011 | 110101 |
Color Harmonies of #FEDC11
Complementary color
Monochromatic Colors of #FEDC11
Black with #FEDC11
Text Example
Text Example
White with #FEDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC11; }
p { color: rgb(254,220,17); }
H1.HeaderClassName
{
color: #FEDC11;
}
.AnyTagClassName
{
color: #FEDC11;
}
</style>
background-color css
<style>
a { background-color: #FEDC11; }
a { background-color: rgb(254,220,17); }
div.DivClassName
{
background-color: #FEDC11;
}
.BgClassName
{
background-color: #FEDC11;
}
</style>
border-color css
<style>
span { border-color: #FEDC11; }
span { border-color: rgb(254,220,17); }
td.TdClassName
{
border-color: #FEDC11;
}
.TagClassName
{
border-color: #FEDC11;
}
</style>