Shades of Lemon #FEE013
Tints of Lemon #FEE013
RGB
CMYK
RGB Variations
Color information
#FEE013 (or 0xFEE013) is known color: Lemon. HEX triplet: FE, E0 and 13. RGB value is (254,224,19). Sum of RGB (Red+Green+Blue) = 254+224+19=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 19 (7.81% from 255 or 3.82% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE013 is #011FEC. Grayscale: #D2D2D2. Windows color (decimal): -73709 or 1302782. OLE color: 1302782.
HSL color Cylindrical-coordinate representation of color #FEE013: hue angle of 52.34º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEE013 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 19 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.00 |
| HSL | 52.34º | 0.99% | 0.54% | - |
| HSV(B) | 52.34º | 0.93% | 1% | - |
| XYZ | 67.65 | 74.43 | 11.42 | - |
| YUV | 209.6 | 20.44 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 19 | 0 | 0.12 | 0.93 | 0.00 | 52.34 | 0.99 | 0.54 |
| Hex | FE | E0 | 13 | 0 | C | 5D | 0 | 34 | 63 | 36 |
| Octal | 376 | 340 | 23 | 0 | 14 | 135 | 0 | 64 | 143 | 66 |
| Binary | 11111110 | 11100000 | 10011 | 0 | 1100 | 1011101 | 0 | 110100 | 1100011 | 110110 |
Color Harmonies of #FEE013
Complementary color
Monochromatic Colors of #FEE013
Black with #FEE013
Text Example
Text Example
White with #FEE013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE013; }
p { color: rgb(254,224,19); }
H1.HeaderClassName
{
color: #FEE013;
}
.AnyTagClassName
{
color: #FEE013;
}
</style>
background-color css
<style>
a { background-color: #FEE013; }
a { background-color: rgb(254,224,19); }
div.DivClassName
{
background-color: #FEE013;
}
.BgClassName
{
background-color: #FEE013;
}
</style>
border-color css
<style>
span { border-color: #FEE013; }
span { border-color: rgb(254,224,19); }
td.TdClassName
{
border-color: #FEE013;
}
.TagClassName
{
border-color: #FEE013;
}
</style>