Shades of Lemon #FEE813
Tints of Lemon #FEE813
RGB
CMYK
RGB Variations
Color information
#FEE813 (or 0xFEE813) is known color: Lemon. HEX triplet: FE, E8 and 13. RGB value is (254,232,19). Sum of RGB (Red+Green+Blue) = 254+232+19=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 19 (7.81% from 255 or 3.76% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE813 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE813 is #0117EC. Grayscale: #D7D7D7. Windows color (decimal): -71661 or 1304830. OLE color: 1304830.
HSL color Cylindrical-coordinate representation of color #FEE813: hue angle of 54.38º 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 #FEE813 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 19 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.00 |
| HSL | 54.38º | 0.99% | 0.54% | - |
| HSV(B) | 54.38º | 0.93% | 1% | - |
| XYZ | 69.85 | 78.83 | 12.15 | - |
| YUV | 214.3 | 17.79 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 19 | 0 | 0.09 | 0.93 | 0.00 | 54.38 | 0.99 | 0.54 |
| Hex | FE | E8 | 13 | 0 | 9 | 5D | 0 | 36 | 63 | 36 |
| Octal | 376 | 350 | 23 | 0 | 11 | 135 | 0 | 66 | 143 | 66 |
| Binary | 11111110 | 11101000 | 10011 | 0 | 1001 | 1011101 | 0 | 110110 | 1100011 | 110110 |
Color Harmonies of #FEE813
Complementary color
Monochromatic Colors of #FEE813
Black with #FEE813
Text Example
Text Example
White with #FEE813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE813; }
p { color: rgb(254,232,19); }
H1.HeaderClassName
{
color: #FEE813;
}
.AnyTagClassName
{
color: #FEE813;
}
</style>
background-color css
<style>
a { background-color: #FEE813; }
a { background-color: rgb(254,232,19); }
div.DivClassName
{
background-color: #FEE813;
}
.BgClassName
{
background-color: #FEE813;
}
</style>
border-color css
<style>
span { border-color: #FEE813; }
span { border-color: rgb(254,232,19); }
td.TdClassName
{
border-color: #FEE813;
}
.TagClassName
{
border-color: #FEE813;
}
</style>