Shades of Lemon #FEE413
Tints of Lemon #FEE413
RGB
CMYK
RGB Variations
Color information
#FEE413 (or 0xFEE413) is known color: Lemon. HEX triplet: FE, E4 and 13. RGB value is (254,228,19). Sum of RGB (Red+Green+Blue) = 254+228+19=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 19 (7.81% from 255 or 3.79% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE413 is #011BEC. Grayscale: #D4D4D4. Windows color (decimal): -72685 or 1303806. OLE color: 1303806.
HSL color Cylindrical-coordinate representation of color #FEE413: hue angle of 53.36º 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 #FEE413 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 19 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.00 |
| HSL | 53.36º | 0.99% | 0.54% | - |
| HSV(B) | 53.36º | 0.93% | 1% | - |
| XYZ | 68.73 | 76.6 | 11.78 | - |
| YUV | 211.95 | 19.11 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 19 | 0 | 0.10 | 0.93 | 0.00 | 53.36 | 0.99 | 0.54 |
| Hex | FE | E4 | 13 | 0 | A | 5D | 0 | 35 | 63 | 36 |
| Octal | 376 | 344 | 23 | 0 | 12 | 135 | 0 | 65 | 143 | 66 |
| Binary | 11111110 | 11100100 | 10011 | 0 | 1010 | 1011101 | 0 | 110101 | 1100011 | 110110 |
Color Harmonies of #FEE413
Complementary color
Monochromatic Colors of #FEE413
Black with #FEE413
Text Example
Text Example
White with #FEE413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE413; }
p { color: rgb(254,228,19); }
H1.HeaderClassName
{
color: #FEE413;
}
.AnyTagClassName
{
color: #FEE413;
}
</style>
background-color css
<style>
a { background-color: #FEE413; }
a { background-color: rgb(254,228,19); }
div.DivClassName
{
background-color: #FEE413;
}
.BgClassName
{
background-color: #FEE413;
}
</style>
border-color css
<style>
span { border-color: #FEE413; }
span { border-color: rgb(254,228,19); }
td.TdClassName
{
border-color: #FEE413;
}
.TagClassName
{
border-color: #FEE413;
}
</style>