Shades of Lemon #FEE511
Tints of Lemon #FEE511
RGB
CMYK
RGB Variations
Color information
#FEE511 (or 0xFEE511) is known color: Lemon. HEX triplet: FE, E5 and 11. RGB value is (254,229,17). Sum of RGB (Red+Green+Blue) = 254+229+17=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 17 (7.03% from 255 or 3.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE511 is #011AEE. Grayscale: #D5D5D5. Windows color (decimal): -72431 or 1172990. OLE color: 1172990.
HSL color Cylindrical-coordinate representation of color #FEE511: hue angle of 53.67º 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 #FEE511 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 17 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.00 |
| HSL | 53.67º | 0.99% | 0.53% | - |
| HSV(B) | 53.67º | 0.93% | 1% | - |
| XYZ | 68.99 | 77.15 | 11.79 | - |
| YUV | 212.31 | 17.78 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 17 | 0 | 0.10 | 0.93 | 0.00 | 53.67 | 0.99 | 0.53 |
| Hex | FE | E5 | 11 | 0 | A | 5D | 0 | 36 | 63 | 35 |
| Octal | 376 | 345 | 21 | 0 | 12 | 135 | 0 | 66 | 143 | 65 |
| Binary | 11111110 | 11100101 | 10001 | 0 | 1010 | 1011101 | 0 | 110110 | 1100011 | 110101 |
Color Harmonies of #FEE511
Complementary color
Monochromatic Colors of #FEE511
Black with #FEE511
Text Example
Text Example
White with #FEE511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE511; }
p { color: rgb(254,229,17); }
H1.HeaderClassName
{
color: #FEE511;
}
.AnyTagClassName
{
color: #FEE511;
}
</style>
background-color css
<style>
a { background-color: #FEE511; }
a { background-color: rgb(254,229,17); }
div.DivClassName
{
background-color: #FEE511;
}
.BgClassName
{
background-color: #FEE511;
}
</style>
border-color css
<style>
span { border-color: #FEE511; }
span { border-color: rgb(254,229,17); }
td.TdClassName
{
border-color: #FEE511;
}
.TagClassName
{
border-color: #FEE511;
}
</style>