Shades of Lemon #FEED11
Tints of Lemon #FEED11
RGB
CMYK
RGB Variations
Color information
#FEED11 (or 0xFEED11) is known color: Lemon. HEX triplet: FE, ED and 11. RGB value is (254,237,17). Sum of RGB (Red+Green+Blue) = 254+237+17=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 17 (7.03% from 255 or 3.35% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEED11 is #0112EE. Grayscale: #D9D9D9. Windows color (decimal): -70383 or 1175038. OLE color: 1175038.
HSL color Cylindrical-coordinate representation of color #FEED11: hue angle of 55.7º 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 #FEED11 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 17 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.00 |
| HSL | 55.7º | 0.99% | 0.53% | - |
| HSV(B) | 55.7º | 0.93% | 1% | - |
| XYZ | 71.26 | 81.68 | 12.54 | - |
| YUV | 217 | 15.13 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 17 | 0 | 0.07 | 0.93 | 0.00 | 55.7 | 0.99 | 0.53 |
| Hex | FE | ED | 11 | 0 | 7 | 5D | 0 | 38 | 63 | 35 |
| Octal | 376 | 355 | 21 | 0 | 7 | 135 | 0 | 70 | 143 | 65 |
| Binary | 11111110 | 11101101 | 10001 | 0 | 111 | 1011101 | 0 | 111000 | 1100011 | 110101 |
Color Harmonies of #FEED11
Complementary color
Monochromatic Colors of #FEED11
Black with #FEED11
Text Example
Text Example
White with #FEED11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED11; }
p { color: rgb(254,237,17); }
H1.HeaderClassName
{
color: #FEED11;
}
.AnyTagClassName
{
color: #FEED11;
}
</style>
background-color css
<style>
a { background-color: #FEED11; }
a { background-color: rgb(254,237,17); }
div.DivClassName
{
background-color: #FEED11;
}
.BgClassName
{
background-color: #FEED11;
}
</style>
border-color css
<style>
span { border-color: #FEED11; }
span { border-color: rgb(254,237,17); }
td.TdClassName
{
border-color: #FEED11;
}
.TagClassName
{
border-color: #FEED11;
}
</style>