Shades of Lemon #FEE410
Tints of Lemon #FEE410
RGB
CMYK
RGB Variations
Color information
#FEE410 (or 0xFEE410) is known color: Lemon. HEX triplet: FE, E4 and 10. RGB value is (254,228,16). Sum of RGB (Red+Green+Blue) = 254+228+16=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 16 (6.64% from 255 or 3.21% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE410 is #011BEF. Grayscale: #D4D4D4. Windows color (decimal): -72688 or 1107198. OLE color: 1107198.
HSL color Cylindrical-coordinate representation of color #FEE410: hue angle of 53.45º 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 #FEE410 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 16 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.00 |
| HSL | 53.45º | 0.99% | 0.53% | - |
| HSV(B) | 53.45º | 0.94% | 1% | - |
| XYZ | 68.71 | 76.6 | 11.65 | - |
| YUV | 211.61 | 17.61 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 16 | 0 | 0.10 | 0.94 | 0.00 | 53.45 | 0.99 | 0.53 |
| Hex | FE | E4 | 10 | 0 | A | 5E | 0 | 35 | 63 | 35 |
| Octal | 376 | 344 | 20 | 0 | 12 | 136 | 0 | 65 | 143 | 65 |
| Binary | 11111110 | 11100100 | 10000 | 0 | 1010 | 1011110 | 0 | 110101 | 1100011 | 110101 |
Color Harmonies of #FEE410
Complementary color
Monochromatic Colors of #FEE410
Black with #FEE410
Text Example
Text Example
White with #FEE410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE410; }
p { color: rgb(254,228,16); }
H1.HeaderClassName
{
color: #FEE410;
}
.AnyTagClassName
{
color: #FEE410;
}
</style>
background-color css
<style>
a { background-color: #FEE410; }
a { background-color: rgb(254,228,16); }
div.DivClassName
{
background-color: #FEE410;
}
.BgClassName
{
background-color: #FEE410;
}
</style>
border-color css
<style>
span { border-color: #FEE410; }
span { border-color: rgb(254,228,16); }
td.TdClassName
{
border-color: #FEE410;
}
.TagClassName
{
border-color: #FEE410;
}
</style>