Shades of Lemon #FEE90A
Tints of Lemon #FEE90A
RGB
CMYK
RGB Variations
Color information
#FEE90A (or 0xFEE90A) is known color: Lemon. HEX triplet: FE, E9 and 0A. RGB value is (254,233,10). Sum of RGB (Red+Green+Blue) = 254+233+10=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 10 (4.30% from 255 or 2.01% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE90A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE90A is #0116F5. Grayscale: #D6D6D6. Windows color (decimal): -71414 or 715262. OLE color: 715262.
HSL color Cylindrical-coordinate representation of color #FEE90A: hue angle of 54.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEE90A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.00 |
| HSL | 54.84º | 0.99% | 0.52% | - |
| HSV(B) | 54.84º | 0.96% | 1% | - |
| XYZ | 70.07 | 79.37 | 11.91 | - |
| YUV | 213.86 | 12.96 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 10 | 0 | 0.08 | 0.96 | 0.00 | 54.84 | 0.99 | 0.52 |
| Hex | FE | E9 | A | 0 | 8 | 60 | 0 | 37 | 63 | 34 |
| Octal | 376 | 351 | 12 | 0 | 10 | 140 | 0 | 67 | 143 | 64 |
| Binary | 11111110 | 11101001 | 1010 | 0 | 1000 | 1100000 | 0 | 110111 | 1100011 | 110100 |
Color Harmonies of #FEE90A
Complementary color
Monochromatic Colors of #FEE90A
Black with #FEE90A
Text Example
Text Example
White with #FEE90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE90A; }
p { color: rgb(254,233,10); }
H1.HeaderClassName
{
color: #FEE90A;
}
.AnyTagClassName
{
color: #FEE90A;
}
</style>
background-color css
<style>
a { background-color: #FEE90A; }
a { background-color: rgb(254,233,10); }
div.DivClassName
{
background-color: #FEE90A;
}
.BgClassName
{
background-color: #FEE90A;
}
</style>
border-color css
<style>
span { border-color: #FEE90A; }
span { border-color: rgb(254,233,10); }
td.TdClassName
{
border-color: #FEE90A;
}
.TagClassName
{
border-color: #FEE90A;
}
</style>