Shades of Lemon #FEE515
Tints of Lemon #FEE515
RGB
CMYK
RGB Variations
Color information
#FEE515 (or 0xFEE515) is known color: Lemon. HEX triplet: FE, E5 and 15. RGB value is (254,229,21). Sum of RGB (Red+Green+Blue) = 254+229+21=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 21 (8.59% from 255 or 4.17% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE515 is #011AEA. Grayscale: #D5D5D5. Windows color (decimal): -72427 or 1435134. OLE color: 1435134.
HSL color Cylindrical-coordinate representation of color #FEE515: hue angle of 53.56º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEE515 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 21 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.00 |
| HSL | 53.56º | 0.99% | 0.54% | - |
| HSV(B) | 53.56º | 0.92% | 1% | - |
| XYZ | 69.03 | 77.16 | 11.97 | - |
| YUV | 212.76 | 19.78 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 21 | 0 | 0.10 | 0.92 | 0.00 | 53.56 | 0.99 | 0.54 |
| Hex | FE | E5 | 15 | 0 | A | 5C | 0 | 36 | 63 | 36 |
| Octal | 376 | 345 | 25 | 0 | 12 | 134 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11100101 | 10101 | 0 | 1010 | 1011100 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE515
Complementary color
Monochromatic Colors of #FEE515
Black with #FEE515
Text Example
Text Example
White with #FEE515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE515; }
p { color: rgb(254,229,21); }
H1.HeaderClassName
{
color: #FEE515;
}
.AnyTagClassName
{
color: #FEE515;
}
</style>
background-color css
<style>
a { background-color: #FEE515; }
a { background-color: rgb(254,229,21); }
div.DivClassName
{
background-color: #FEE515;
}
.BgClassName
{
background-color: #FEE515;
}
</style>
border-color css
<style>
span { border-color: #FEE515; }
span { border-color: rgb(254,229,21); }
td.TdClassName
{
border-color: #FEE515;
}
.TagClassName
{
border-color: #FEE515;
}
</style>