Shades of Lemon #FEE823
Tints of Lemon #FEE823
RGB
CMYK
RGB Variations
Color information
#FEE823 (or 0xFEE823) is known color: Lemon. HEX triplet: FE, E8 and 23. RGB value is (254,232,35). Sum of RGB (Red+Green+Blue) = 254+232+35=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 35 (14.06% from 255 or 6.72% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE823 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE823 is #0117DC. Grayscale: #D8D8D8. Windows color (decimal): -71645 or 2353406. OLE color: 2353406.
HSL color Cylindrical-coordinate representation of color #FEE823: hue angle of 53.97º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEE823 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 35 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.00 |
| HSL | 53.97º | 0.99% | 0.57% | - |
| HSV(B) | 53.97º | 0.86% | 1% | - |
| XYZ | 70.03 | 78.91 | 13.13 | - |
| YUV | 216.12 | 25.79 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 35 | 0 | 0.09 | 0.86 | 0.00 | 53.97 | 0.99 | 0.57 |
| Hex | FE | E8 | 23 | 0 | 9 | 56 | 0 | 36 | 63 | 39 |
| Octal | 376 | 350 | 43 | 0 | 11 | 126 | 0 | 66 | 143 | 71 |
| Binary | 11111110 | 11101000 | 100011 | 0 | 1001 | 1010110 | 0 | 110110 | 1100011 | 111001 |
Color Harmonies of #FEE823
Complementary color
Monochromatic Colors of #FEE823
Black with #FEE823
Text Example
Text Example
White with #FEE823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE823; }
p { color: rgb(254,232,35); }
H1.HeaderClassName
{
color: #FEE823;
}
.AnyTagClassName
{
color: #FEE823;
}
</style>
background-color css
<style>
a { background-color: #FEE823; }
a { background-color: rgb(254,232,35); }
div.DivClassName
{
background-color: #FEE823;
}
.BgClassName
{
background-color: #FEE823;
}
</style>
border-color css
<style>
span { border-color: #FEE823; }
span { border-color: rgb(254,232,35); }
td.TdClassName
{
border-color: #FEE823;
}
.TagClassName
{
border-color: #FEE823;
}
</style>