Shades of Lemon #FEE115
Tints of Lemon #FEE115
RGB
CMYK
RGB Variations
Color information
#FEE115 (or 0xFEE115) is known color: Lemon. HEX triplet: FE, E1 and 15. RGB value is (254,225,21). Sum of RGB (Red+Green+Blue) = 254+225+21=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 21 (8.59% from 255 or 4.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE115 is #011EEA. Grayscale: #D3D3D3. Windows color (decimal): -73451 or 1434110. OLE color: 1434110.
HSL color Cylindrical-coordinate representation of color #FEE115: hue angle of 52.53º 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 #FEE115 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 21 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.00 |
| HSL | 52.53º | 0.99% | 0.54% | - |
| HSV(B) | 52.53º | 0.92% | 1% | - |
| XYZ | 67.93 | 74.98 | 11.6 | - |
| YUV | 210.42 | 21.11 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 21 | 0 | 0.11 | 0.92 | 0.00 | 52.53 | 0.99 | 0.54 |
| Hex | FE | E1 | 15 | 0 | B | 5C | 0 | 35 | 63 | 36 |
| Octal | 376 | 341 | 25 | 0 | 13 | 134 | 0 | 65 | 143 | 66 |
| Binary | 11111110 | 11100001 | 10101 | 0 | 1011 | 1011100 | 0 | 110101 | 1100011 | 110110 |
Color Harmonies of #FEE115
Complementary color
Monochromatic Colors of #FEE115
Black with #FEE115
Text Example
Text Example
White with #FEE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE115; }
p { color: rgb(254,225,21); }
H1.HeaderClassName
{
color: #FEE115;
}
.AnyTagClassName
{
color: #FEE115;
}
</style>
background-color css
<style>
a { background-color: #FEE115; }
a { background-color: rgb(254,225,21); }
div.DivClassName
{
background-color: #FEE115;
}
.BgClassName
{
background-color: #FEE115;
}
</style>
border-color css
<style>
span { border-color: #FEE115; }
span { border-color: rgb(254,225,21); }
td.TdClassName
{
border-color: #FEE115;
}
.TagClassName
{
border-color: #FEE115;
}
</style>