Shades of Lemon #FEE422
Tints of Lemon #FEE422
RGB
CMYK
RGB Variations
Color information
#FEE422 (or 0xFEE422) is known color: Lemon. HEX triplet: FE, E4 and 22. RGB value is (254,228,34). Sum of RGB (Red+Green+Blue) = 254+228+34=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 34 (13.67% from 255 or 6.59% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE422 is #011BDD. Grayscale: #D6D6D6. Windows color (decimal): -72670 or 2286846. OLE color: 2286846.
HSL color Cylindrical-coordinate representation of color #FEE422: hue angle of 52.91º 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 #FEE422 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 34 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.00 |
| HSL | 52.91º | 0.99% | 0.56% | - |
| HSV(B) | 52.91º | 0.87% | 1% | - |
| XYZ | 68.91 | 76.67 | 12.68 | - |
| YUV | 213.66 | 26.61 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 34 | 0 | 0.10 | 0.87 | 0.00 | 52.91 | 0.99 | 0.56 |
| Hex | FE | E4 | 22 | 0 | A | 57 | 0 | 35 | 63 | 38 |
| Octal | 376 | 344 | 42 | 0 | 12 | 127 | 0 | 65 | 143 | 70 |
| Binary | 11111110 | 11100100 | 100010 | 0 | 1010 | 1010111 | 0 | 110101 | 1100011 | 111000 |
Color Harmonies of #FEE422
Complementary color
Monochromatic Colors of #FEE422
Black with #FEE422
Text Example
Text Example
White with #FEE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE422; }
p { color: rgb(254,228,34); }
H1.HeaderClassName
{
color: #FEE422;
}
.AnyTagClassName
{
color: #FEE422;
}
</style>
background-color css
<style>
a { background-color: #FEE422; }
a { background-color: rgb(254,228,34); }
div.DivClassName
{
background-color: #FEE422;
}
.BgClassName
{
background-color: #FEE422;
}
</style>
border-color css
<style>
span { border-color: #FEE422; }
span { border-color: rgb(254,228,34); }
td.TdClassName
{
border-color: #FEE422;
}
.TagClassName
{
border-color: #FEE422;
}
</style>