Shades of Lemon #FEE014
Tints of Lemon #FEE014
RGB
CMYK
RGB Variations
Color information
#FEE014 (or 0xFEE014) is known color: Lemon. HEX triplet: FE, E0 and 14. RGB value is (254,224,20). Sum of RGB (Red+Green+Blue) = 254+224+20=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 20 (8.20% from 255 or 4.02% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE014 is #011FEB. Grayscale: #D2D2D2. Windows color (decimal): -73708 or 1368318. OLE color: 1368318.
HSL color Cylindrical-coordinate representation of color #FEE014: hue angle of 52.31º 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 #FEE014 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.00 |
| HSL | 52.31º | 0.99% | 0.54% | - |
| HSV(B) | 52.31º | 0.92% | 1% | - |
| XYZ | 67.65 | 74.43 | 11.46 | - |
| YUV | 209.71 | 20.94 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 20 | 0 | 0.12 | 0.92 | 0.00 | 52.31 | 0.99 | 0.54 |
| Hex | FE | E0 | 14 | 0 | C | 5C | 0 | 34 | 63 | 36 |
| Octal | 376 | 340 | 24 | 0 | 14 | 134 | 0 | 64 | 143 | 66 |
| Binary | 11111110 | 11100000 | 10100 | 0 | 1100 | 1011100 | 0 | 110100 | 1100011 | 110110 |
Color Harmonies of #FEE014
Complementary color
Monochromatic Colors of #FEE014
Black with #FEE014
Text Example
Text Example
White with #FEE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE014; }
p { color: rgb(254,224,20); }
H1.HeaderClassName
{
color: #FEE014;
}
.AnyTagClassName
{
color: #FEE014;
}
</style>
background-color css
<style>
a { background-color: #FEE014; }
a { background-color: rgb(254,224,20); }
div.DivClassName
{
background-color: #FEE014;
}
.BgClassName
{
background-color: #FEE014;
}
</style>
border-color css
<style>
span { border-color: #FEE014; }
span { border-color: rgb(254,224,20); }
td.TdClassName
{
border-color: #FEE014;
}
.TagClassName
{
border-color: #FEE014;
}
</style>