Shades of Lemon #FEE513
Tints of Lemon #FEE513
RGB
CMYK
RGB Variations
Color information
#FEE513 (or 0xFEE513) is known color: Lemon. HEX triplet: FE, E5 and 13. RGB value is (254,229,19). Sum of RGB (Red+Green+Blue) = 254+229+19=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 19 (7.81% from 255 or 3.78% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE513 is #011AEC. Grayscale: #D5D5D5. Windows color (decimal): -72429 or 1304062. OLE color: 1304062.
HSL color Cylindrical-coordinate representation of color #FEE513: hue angle of 53.62º 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 #FEE513 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 19 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.00 |
| HSL | 53.62º | 0.99% | 0.54% | - |
| HSV(B) | 53.62º | 0.93% | 1% | - |
| XYZ | 69.01 | 77.16 | 11.87 | - |
| YUV | 212.54 | 18.78 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 19 | 0 | 0.10 | 0.93 | 0.00 | 53.62 | 0.99 | 0.54 |
| Hex | FE | E5 | 13 | 0 | A | 5D | 0 | 36 | 63 | 36 |
| Octal | 376 | 345 | 23 | 0 | 12 | 135 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11100101 | 10011 | 0 | 1010 | 1011101 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE513
Complementary color
Monochromatic Colors of #FEE513
Black with #FEE513
Text Example
Text Example
White with #FEE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE513; }
p { color: rgb(254,229,19); }
H1.HeaderClassName
{
color: #FEE513;
}
.AnyTagClassName
{
color: #FEE513;
}
</style>
background-color css
<style>
a { background-color: #FEE513; }
a { background-color: rgb(254,229,19); }
div.DivClassName
{
background-color: #FEE513;
}
.BgClassName
{
background-color: #FEE513;
}
</style>
border-color css
<style>
span { border-color: #FEE513; }
span { border-color: rgb(254,229,19); }
td.TdClassName
{
border-color: #FEE513;
}
.TagClassName
{
border-color: #FEE513;
}
</style>