Shades of Lemon #FEE114
Tints of Lemon #FEE114
RGB
CMYK
RGB Variations
Color information
#FEE114 (or 0xFEE114) is known color: Lemon. HEX triplet: FE, E1 and 14. RGB value is (254,225,20). Sum of RGB (Red+Green+Blue) = 254+225+20=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 20 (8.20% from 255 or 4.01% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE114 is #011EEB. Grayscale: #D3D3D3. Windows color (decimal): -73452 or 1368574. OLE color: 1368574.
HSL color Cylindrical-coordinate representation of color #FEE114: hue angle of 52.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 #FEE114 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.00 |
| HSL | 52.56º | 0.99% | 0.54% | - |
| HSV(B) | 52.56º | 0.92% | 1% | - |
| XYZ | 67.92 | 74.97 | 11.55 | - |
| YUV | 210.3 | 20.61 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 20 | 0 | 0.11 | 0.92 | 0.00 | 52.56 | 0.99 | 0.54 |
| Hex | FE | E1 | 14 | 0 | B | 5C | 0 | 35 | 63 | 36 |
| Octal | 376 | 341 | 24 | 0 | 13 | 134 | 0 | 65 | 143 | 66 |
| Binary | 11111110 | 11100001 | 10100 | 0 | 1011 | 1011100 | 0 | 110101 | 1100011 | 110110 |
Color Harmonies of #FEE114
Complementary color
Monochromatic Colors of #FEE114
Black with #FEE114
Text Example
Text Example
White with #FEE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE114; }
p { color: rgb(254,225,20); }
H1.HeaderClassName
{
color: #FEE114;
}
.AnyTagClassName
{
color: #FEE114;
}
</style>
background-color css
<style>
a { background-color: #FEE114; }
a { background-color: rgb(254,225,20); }
div.DivClassName
{
background-color: #FEE114;
}
.BgClassName
{
background-color: #FEE114;
}
</style>
border-color css
<style>
span { border-color: #FEE114; }
span { border-color: rgb(254,225,20); }
td.TdClassName
{
border-color: #FEE114;
}
.TagClassName
{
border-color: #FEE114;
}
</style>