Shades of Lemon #FEE110
Tints of Lemon #FEE110
RGB
CMYK
RGB Variations
Color information
#FEE110 (or 0xFEE110) is known color: Lemon. HEX triplet: FE, E1 and 10. RGB value is (254,225,16). Sum of RGB (Red+Green+Blue) = 254+225+16=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 16 (6.64% from 255 or 3.23% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE110 is #011EEF. Grayscale: #D2D2D2. Windows color (decimal): -73456 or 1106430. OLE color: 1106430.
HSL color Cylindrical-coordinate representation of color #FEE110: hue angle of 52.69º 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 #FEE110 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 16 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.00 |
| HSL | 52.69º | 0.99% | 0.53% | - |
| HSV(B) | 52.69º | 0.94% | 1% | - |
| XYZ | 67.89 | 74.96 | 11.38 | - |
| YUV | 209.85 | 18.61 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 16 | 0 | 0.11 | 0.94 | 0.00 | 52.69 | 0.99 | 0.53 |
| Hex | FE | E1 | 10 | 0 | B | 5E | 0 | 35 | 63 | 35 |
| Octal | 376 | 341 | 20 | 0 | 13 | 136 | 0 | 65 | 143 | 65 |
| Binary | 11111110 | 11100001 | 10000 | 0 | 1011 | 1011110 | 0 | 110101 | 1100011 | 110101 |
Color Harmonies of #FEE110
Complementary color
Monochromatic Colors of #FEE110
Black with #FEE110
Text Example
Text Example
White with #FEE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE110; }
p { color: rgb(254,225,16); }
H1.HeaderClassName
{
color: #FEE110;
}
.AnyTagClassName
{
color: #FEE110;
}
</style>
background-color css
<style>
a { background-color: #FEE110; }
a { background-color: rgb(254,225,16); }
div.DivClassName
{
background-color: #FEE110;
}
.BgClassName
{
background-color: #FEE110;
}
</style>
border-color css
<style>
span { border-color: #FEE110; }
span { border-color: rgb(254,225,16); }
td.TdClassName
{
border-color: #FEE110;
}
.TagClassName
{
border-color: #FEE110;
}
</style>