Shades of Lemon #FEDE11
Tints of Lemon #FEDE11
RGB
CMYK
RGB Variations
Color information
#FEDE11 (or 0xFEDE11) is known color: Lemon. HEX triplet: FE, DE and 11. RGB value is (254,222,17). Sum of RGB (Red+Green+Blue) = 254+222+17=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 17 (7.03% from 255 or 3.45% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE11 is #0121EE. Grayscale: #D1D1D1. Windows color (decimal): -74223 or 1171198. OLE color: 1171198.
HSL color Cylindrical-coordinate representation of color #FEDE11: hue angle of 51.9º 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 #FEDE11 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 17 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.00 |
| HSL | 51.9º | 0.99% | 0.53% | - |
| HSV(B) | 51.9º | 0.93% | 1% | - |
| XYZ | 67.1 | 73.35 | 11.15 | - |
| YUV | 208.2 | 20.1 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 17 | 0 | 0.13 | 0.93 | 0.00 | 51.9 | 0.99 | 0.53 |
| Hex | FE | DE | 11 | 0 | D | 5D | 0 | 34 | 63 | 35 |
| Octal | 376 | 336 | 21 | 0 | 15 | 135 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11011110 | 10001 | 0 | 1101 | 1011101 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEDE11
Complementary color
Monochromatic Colors of #FEDE11
Black with #FEDE11
Text Example
Text Example
White with #FEDE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE11; }
p { color: rgb(254,222,17); }
H1.HeaderClassName
{
color: #FEDE11;
}
.AnyTagClassName
{
color: #FEDE11;
}
</style>
background-color css
<style>
a { background-color: #FEDE11; }
a { background-color: rgb(254,222,17); }
div.DivClassName
{
background-color: #FEDE11;
}
.BgClassName
{
background-color: #FEDE11;
}
</style>
border-color css
<style>
span { border-color: #FEDE11; }
span { border-color: rgb(254,222,17); }
td.TdClassName
{
border-color: #FEDE11;
}
.TagClassName
{
border-color: #FEDE11;
}
</style>