Shades of Lemon #FEE522
Tints of Lemon #FEE522
RGB
CMYK
RGB Variations
Color information
#FEE522 (or 0xFEE522) is known color: Lemon. HEX triplet: FE, E5 and 22. RGB value is (254,229,34). Sum of RGB (Red+Green+Blue) = 254+229+34=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 34 (13.67% from 255 or 6.58% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE522 is #011ADD. Grayscale: #D7D7D7. Windows color (decimal): -72414 or 2287102. OLE color: 2287102.
HSL color Cylindrical-coordinate representation of color #FEE522: hue angle of 53.18º 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 #FEE522 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 34 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.00 |
| HSL | 53.18º | 0.99% | 0.56% | - |
| HSV(B) | 53.18º | 0.87% | 1% | - |
| XYZ | 69.18 | 77.22 | 12.77 | - |
| YUV | 214.25 | 26.28 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 34 | 0 | 0.10 | 0.87 | 0.00 | 53.18 | 0.99 | 0.56 |
| Hex | FE | E5 | 22 | 0 | A | 57 | 0 | 35 | 63 | 38 |
| Octal | 376 | 345 | 42 | 0 | 12 | 127 | 0 | 65 | 143 | 70 |
| Binary | 11111110 | 11100101 | 100010 | 0 | 1010 | 1010111 | 0 | 110101 | 1100011 | 111000 |
Color Harmonies of #FEE522
Complementary color
Monochromatic Colors of #FEE522
Black with #FEE522
Text Example
Text Example
White with #FEE522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE522; }
p { color: rgb(254,229,34); }
H1.HeaderClassName
{
color: #FEE522;
}
.AnyTagClassName
{
color: #FEE522;
}
</style>
background-color css
<style>
a { background-color: #FEE522; }
a { background-color: rgb(254,229,34); }
div.DivClassName
{
background-color: #FEE522;
}
.BgClassName
{
background-color: #FEE522;
}
</style>
border-color css
<style>
span { border-color: #FEE522; }
span { border-color: rgb(254,229,34); }
td.TdClassName
{
border-color: #FEE522;
}
.TagClassName
{
border-color: #FEE522;
}
</style>