Shades of Lemon #FEE923
Tints of Lemon #FEE923
RGB
CMYK
RGB Variations
Color information
#FEE923 (or 0xFEE923) is known color: Lemon. HEX triplet: FE, E9 and 23. RGB value is (254,233,35). Sum of RGB (Red+Green+Blue) = 254+233+35=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 35 (14.06% from 255 or 6.70% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE923 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE923 is #0116DC. Grayscale: #D9D9D9. Windows color (decimal): -71389 or 2353662. OLE color: 2353662.
HSL color Cylindrical-coordinate representation of color #FEE923: hue angle of 54.25º 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 #FEE923 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 35 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.00 |
| HSL | 54.25º | 0.99% | 0.57% | - |
| HSV(B) | 54.25º | 0.86% | 1% | - |
| XYZ | 70.32 | 79.47 | 13.22 | - |
| YUV | 216.71 | 25.46 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 35 | 0 | 0.08 | 0.86 | 0.00 | 54.25 | 0.99 | 0.57 |
| Hex | FE | E9 | 23 | 0 | 8 | 56 | 0 | 36 | 63 | 39 |
| Octal | 376 | 351 | 43 | 0 | 10 | 126 | 0 | 66 | 143 | 71 |
| Binary | 11111110 | 11101001 | 100011 | 0 | 1000 | 1010110 | 0 | 110110 | 1100011 | 111001 |
Color Harmonies of #FEE923
Complementary color
Monochromatic Colors of #FEE923
Black with #FEE923
Text Example
Text Example
White with #FEE923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE923; }
p { color: rgb(254,233,35); }
H1.HeaderClassName
{
color: #FEE923;
}
.AnyTagClassName
{
color: #FEE923;
}
</style>
background-color css
<style>
a { background-color: #FEE923; }
a { background-color: rgb(254,233,35); }
div.DivClassName
{
background-color: #FEE923;
}
.BgClassName
{
background-color: #FEE923;
}
</style>
border-color css
<style>
span { border-color: #FEE923; }
span { border-color: rgb(254,233,35); }
td.TdClassName
{
border-color: #FEE923;
}
.TagClassName
{
border-color: #FEE923;
}
</style>