Shades of Lemon #FEDA11
Tints of Lemon #FEDA11
RGB
CMYK
RGB Variations
Color information
#FEDA11 (or 0xFEDA11) is known color: Lemon. HEX triplet: FE, DA and 11. RGB value is (254,218,17). Sum of RGB (Red+Green+Blue) = 254+218+17=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 17 (7.03% from 255 or 3.48% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA11 is #0125EE. Grayscale: #CECECE. Windows color (decimal): -75247 or 1170174. OLE color: 1170174.
HSL color Cylindrical-coordinate representation of color #FEDA11: hue angle of 50.89º 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 #FEDA11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.00 |
| HSL | 50.89º | 0.99% | 0.53% | - |
| HSV(B) | 50.89º | 0.93% | 1% | - |
| XYZ | 66.05 | 71.25 | 10.8 | - |
| YUV | 205.85 | 21.43 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 17 | 0 | 0.14 | 0.93 | 0.00 | 50.89 | 0.99 | 0.53 |
| Hex | FE | DA | 11 | 0 | E | 5D | 0 | 33 | 63 | 35 |
| Octal | 376 | 332 | 21 | 0 | 16 | 135 | 0 | 63 | 143 | 65 |
| Binary | 11111110 | 11011010 | 10001 | 0 | 1110 | 1011101 | 0 | 110011 | 1100011 | 110101 |
Color Harmonies of #FEDA11
Complementary color
Monochromatic Colors of #FEDA11
Black with #FEDA11
Text Example
Text Example
White with #FEDA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA11; }
p { color: rgb(254,218,17); }
H1.HeaderClassName
{
color: #FEDA11;
}
.AnyTagClassName
{
color: #FEDA11;
}
</style>
background-color css
<style>
a { background-color: #FEDA11; }
a { background-color: rgb(254,218,17); }
div.DivClassName
{
background-color: #FEDA11;
}
.BgClassName
{
background-color: #FEDA11;
}
</style>
border-color css
<style>
span { border-color: #FEDA11; }
span { border-color: rgb(254,218,17); }
td.TdClassName
{
border-color: #FEDA11;
}
.TagClassName
{
border-color: #FEDA11;
}
</style>