Shades of Lemon #FEE516
Tints of Lemon #FEE516
RGB
CMYK
RGB Variations
Color information
#FEE516 (or 0xFEE516) is known color: Lemon. HEX triplet: FE, E5 and 16. RGB value is (254,229,22). Sum of RGB (Red+Green+Blue) = 254+229+22=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 22 (8.98% from 255 or 4.36% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE516 is #011AE9. Grayscale: #D5D5D5. Windows color (decimal): -72426 or 1500670. OLE color: 1500670.
HSL color Cylindrical-coordinate representation of color #FEE516: hue angle of 53.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEE516 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 22 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.00 |
| HSL | 53.53º | 0.99% | 0.54% | - |
| HSV(B) | 53.53º | 0.91% | 1% | - |
| XYZ | 69.04 | 77.17 | 12.02 | - |
| YUV | 212.88 | 20.28 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 22 | 0 | 0.10 | 0.91 | 0.00 | 53.53 | 0.99 | 0.54 |
| Hex | FE | E5 | 16 | 0 | A | 5B | 0 | 36 | 63 | 36 |
| Octal | 376 | 345 | 26 | 0 | 12 | 133 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11100101 | 10110 | 0 | 1010 | 1011011 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE516
Complementary color
Monochromatic Colors of #FEE516
Black with #FEE516
Text Example
Text Example
White with #FEE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE516; }
p { color: rgb(254,229,22); }
H1.HeaderClassName
{
color: #FEE516;
}
.AnyTagClassName
{
color: #FEE516;
}
</style>
background-color css
<style>
a { background-color: #FEE516; }
a { background-color: rgb(254,229,22); }
div.DivClassName
{
background-color: #FEE516;
}
.BgClassName
{
background-color: #FEE516;
}
</style>
border-color css
<style>
span { border-color: #FEE516; }
span { border-color: rgb(254,229,22); }
td.TdClassName
{
border-color: #FEE516;
}
.TagClassName
{
border-color: #FEE516;
}
</style>