Shades of Lemon #FEE415
Tints of Lemon #FEE415
RGB
CMYK
RGB Variations
Color information
#FEE415 (or 0xFEE415) is known color: Lemon. HEX triplet: FE, E4 and 15. RGB value is (254,228,21). Sum of RGB (Red+Green+Blue) = 254+228+21=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 21 (8.59% from 255 or 4.17% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE415 is #011BEA. Grayscale: #D5D5D5. Windows color (decimal): -72683 or 1434878. OLE color: 1434878.
HSL color Cylindrical-coordinate representation of color #FEE415: hue angle of 53.3º 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 #FEE415 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 21 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.00 |
| HSL | 53.3º | 0.99% | 0.54% | - |
| HSV(B) | 53.3º | 0.92% | 1% | - |
| XYZ | 68.75 | 76.61 | 11.87 | - |
| YUV | 212.18 | 20.11 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 21 | 0 | 0.10 | 0.92 | 0.00 | 53.3 | 0.99 | 0.54 |
| Hex | FE | E4 | 15 | 0 | A | 5C | 0 | 35 | 63 | 36 |
| Octal | 376 | 344 | 25 | 0 | 12 | 134 | 0 | 65 | 143 | 66 |
| Binary | 11111110 | 11100100 | 10101 | 0 | 1010 | 1011100 | 0 | 110101 | 1100011 | 110110 |
Color Harmonies of #FEE415
Complementary color
Monochromatic Colors of #FEE415
Black with #FEE415
Text Example
Text Example
White with #FEE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE415; }
p { color: rgb(254,228,21); }
H1.HeaderClassName
{
color: #FEE415;
}
.AnyTagClassName
{
color: #FEE415;
}
</style>
background-color css
<style>
a { background-color: #FEE415; }
a { background-color: rgb(254,228,21); }
div.DivClassName
{
background-color: #FEE415;
}
.BgClassName
{
background-color: #FEE415;
}
</style>
border-color css
<style>
span { border-color: #FEE415; }
span { border-color: rgb(254,228,21); }
td.TdClassName
{
border-color: #FEE415;
}
.TagClassName
{
border-color: #FEE415;
}
</style>