Shades of Lemon #FEE510
Tints of Lemon #FEE510
RGB
CMYK
RGB Variations
Color information
#FEE510 (or 0xFEE510) is known color: Lemon. HEX triplet: FE, E5 and 10. RGB value is (254,229,16). Sum of RGB (Red+Green+Blue) = 254+229+16=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 16 (6.64% from 255 or 3.21% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE510 is #011AEF. Grayscale: #D5D5D5. Windows color (decimal): -72432 or 1107454. OLE color: 1107454.
HSL color Cylindrical-coordinate representation of color #FEE510: hue angle of 53.7º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEE510 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 16 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.00 |
| HSL | 53.7º | 0.99% | 0.53% | - |
| HSV(B) | 53.7º | 0.94% | 1% | - |
| XYZ | 68.99 | 77.15 | 11.75 | - |
| YUV | 212.19 | 17.28 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 16 | 0 | 0.10 | 0.94 | 0.00 | 53.7 | 0.99 | 0.53 |
| Hex | FE | E5 | 10 | 0 | A | 5E | 0 | 36 | 63 | 35 |
| Octal | 376 | 345 | 20 | 0 | 12 | 136 | 0 | 66 | 143 | 65 |
| Binary | 11111110 | 11100101 | 10000 | 0 | 1010 | 1011110 | 0 | 110110 | 1100011 | 110101 |
Color Harmonies of #FEE510
Complementary color
Monochromatic Colors of #FEE510
Black with #FEE510
Text Example
Text Example
White with #FEE510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE510; }
p { color: rgb(254,229,16); }
H1.HeaderClassName
{
color: #FEE510;
}
.AnyTagClassName
{
color: #FEE510;
}
</style>
background-color css
<style>
a { background-color: #FEE510; }
a { background-color: rgb(254,229,16); }
div.DivClassName
{
background-color: #FEE510;
}
.BgClassName
{
background-color: #FEE510;
}
</style>
border-color css
<style>
span { border-color: #FEE510; }
span { border-color: rgb(254,229,16); }
td.TdClassName
{
border-color: #FEE510;
}
.TagClassName
{
border-color: #FEE510;
}
</style>