Shades of Lemon #FEE822
Tints of Lemon #FEE822
RGB
CMYK
RGB Variations
Color information
#FEE822 (or 0xFEE822) is known color: Lemon. HEX triplet: FE, E8 and 22. RGB value is (254,232,34). Sum of RGB (Red+Green+Blue) = 254+232+34=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 34 (13.67% from 255 or 6.54% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE822 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE822 is #0117DD. Grayscale: #D8D8D8. Windows color (decimal): -71646 or 2287870. OLE color: 2287870.
HSL color Cylindrical-coordinate representation of color #FEE822: hue angle of 54º 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 #FEE822 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 34 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.00 |
| HSL | 54º | 0.99% | 0.56% | - |
| HSV(B) | 54º | 0.87% | 1% | - |
| XYZ | 70.02 | 78.9 | 13.05 | - |
| YUV | 216.01 | 25.29 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 34 | 0 | 0.09 | 0.87 | 0.00 | 54 | 0.99 | 0.56 |
| Hex | FE | E8 | 22 | 0 | 9 | 57 | 0 | 36 | 63 | 38 |
| Octal | 376 | 350 | 42 | 0 | 11 | 127 | 0 | 66 | 143 | 70 |
| Binary | 11111110 | 11101000 | 100010 | 0 | 1001 | 1010111 | 0 | 110110 | 1100011 | 111000 |
Color Harmonies of #FEE822
Complementary color
Monochromatic Colors of #FEE822
Black with #FEE822
Text Example
Text Example
White with #FEE822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE822; }
p { color: rgb(254,232,34); }
H1.HeaderClassName
{
color: #FEE822;
}
.AnyTagClassName
{
color: #FEE822;
}
</style>
background-color css
<style>
a { background-color: #FEE822; }
a { background-color: rgb(254,232,34); }
div.DivClassName
{
background-color: #FEE822;
}
.BgClassName
{
background-color: #FEE822;
}
</style>
border-color css
<style>
span { border-color: #FEE822; }
span { border-color: rgb(254,232,34); }
td.TdClassName
{
border-color: #FEE822;
}
.TagClassName
{
border-color: #FEE822;
}
</style>