Shades of Lemon #FEDF11
Tints of Lemon #FEDF11
RGB
CMYK
RGB Variations
Color information
#FEDF11 (or 0xFEDF11) is known color: Lemon. HEX triplet: FE, DF and 11. RGB value is (254,223,17). Sum of RGB (Red+Green+Blue) = 254+223+17=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 17 (7.03% from 255 or 3.44% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF11 is #0120EE. Grayscale: #D1D1D1. Windows color (decimal): -73967 or 1171454. OLE color: 1171454.
HSL color Cylindrical-coordinate representation of color #FEDF11: hue angle of 52.15º 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 #FEDF11 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 17 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.00 |
| HSL | 52.15º | 0.99% | 0.53% | - |
| HSV(B) | 52.15º | 0.93% | 1% | - |
| XYZ | 67.36 | 73.89 | 11.24 | - |
| YUV | 208.79 | 19.77 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 17 | 0 | 0.12 | 0.93 | 0.00 | 52.15 | 0.99 | 0.53 |
| Hex | FE | DF | 11 | 0 | C | 5D | 0 | 34 | 63 | 35 |
| Octal | 376 | 337 | 21 | 0 | 14 | 135 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11011111 | 10001 | 0 | 1100 | 1011101 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEDF11
Complementary color
Monochromatic Colors of #FEDF11
Black with #FEDF11
Text Example
Text Example
White with #FEDF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF11; }
p { color: rgb(254,223,17); }
H1.HeaderClassName
{
color: #FEDF11;
}
.AnyTagClassName
{
color: #FEDF11;
}
</style>
background-color css
<style>
a { background-color: #FEDF11; }
a { background-color: rgb(254,223,17); }
div.DivClassName
{
background-color: #FEDF11;
}
.BgClassName
{
background-color: #FEDF11;
}
</style>
border-color css
<style>
span { border-color: #FEDF11; }
span { border-color: rgb(254,223,17); }
td.TdClassName
{
border-color: #FEDF11;
}
.TagClassName
{
border-color: #FEDF11;
}
</style>