Shades of Lemon #FEE920
Tints of Lemon #FEE920
RGB
CMYK
RGB Variations
Color information
#FEE920 (or 0xFEE920) is known color: Lemon. HEX triplet: FE, E9 and 20. RGB value is (254,233,32). Sum of RGB (Red+Green+Blue) = 254+233+32=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 32 (12.89% from 255 or 6.17% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE920 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE920 is #0116DF. Grayscale: #D9D9D9. Windows color (decimal): -71392 or 2157054. OLE color: 2157054.
HSL color Cylindrical-coordinate representation of color #FEE920: hue angle of 54.32º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEE920 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 32 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.00 |
| HSL | 54.32º | 0.99% | 0.56% | - |
| HSV(B) | 54.32º | 0.87% | 1% | - |
| XYZ | 70.27 | 79.45 | 13 | - |
| YUV | 216.37 | 23.96 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 32 | 0 | 0.08 | 0.87 | 0.00 | 54.32 | 0.99 | 0.56 |
| Hex | FE | E9 | 20 | 0 | 8 | 57 | 0 | 36 | 63 | 38 |
| Octal | 376 | 351 | 40 | 0 | 10 | 127 | 0 | 66 | 143 | 70 |
| Binary | 11111110 | 11101001 | 100000 | 0 | 1000 | 1010111 | 0 | 110110 | 1100011 | 111000 |
Color Harmonies of #FEE920
Complementary color
Monochromatic Colors of #FEE920
Black with #FEE920
Text Example
Text Example
White with #FEE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE920; }
p { color: rgb(254,233,32); }
H1.HeaderClassName
{
color: #FEE920;
}
.AnyTagClassName
{
color: #FEE920;
}
</style>
background-color css
<style>
a { background-color: #FEE920; }
a { background-color: rgb(254,233,32); }
div.DivClassName
{
background-color: #FEE920;
}
.BgClassName
{
background-color: #FEE920;
}
</style>
border-color css
<style>
span { border-color: #FEE920; }
span { border-color: rgb(254,233,32); }
td.TdClassName
{
border-color: #FEE920;
}
.TagClassName
{
border-color: #FEE920;
}
</style>