Shades of Lemon #FEE222
Tints of Lemon #FEE222
RGB
CMYK
RGB Variations
Color information
#FEE222 (or 0xFEE222) is known color: Lemon. HEX triplet: FE, E2 and 22. RGB value is (254,226,34). Sum of RGB (Red+Green+Blue) = 254+226+34=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 34 (13.67% from 255 or 6.61% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE222 is #011DDD. Grayscale: #D5D5D5. Windows color (decimal): -73182 or 2286334. OLE color: 2286334.
HSL color Cylindrical-coordinate representation of color #FEE222: hue angle of 52.36º 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 #FEE222 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 34 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.00 |
| HSL | 52.36º | 0.99% | 0.56% | - |
| HSV(B) | 52.36º | 0.87% | 1% | - |
| XYZ | 68.36 | 75.58 | 12.5 | - |
| YUV | 212.48 | 27.28 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 34 | 0 | 0.11 | 0.87 | 0.00 | 52.36 | 0.99 | 0.56 |
| Hex | FE | E2 | 22 | 0 | B | 57 | 0 | 34 | 63 | 38 |
| Octal | 376 | 342 | 42 | 0 | 13 | 127 | 0 | 64 | 143 | 70 |
| Binary | 11111110 | 11100010 | 100010 | 0 | 1011 | 1010111 | 0 | 110100 | 1100011 | 111000 |
Color Harmonies of #FEE222
Complementary color
Monochromatic Colors of #FEE222
Black with #FEE222
Text Example
Text Example
White with #FEE222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE222; }
p { color: rgb(254,226,34); }
H1.HeaderClassName
{
color: #FEE222;
}
.AnyTagClassName
{
color: #FEE222;
}
</style>
background-color css
<style>
a { background-color: #FEE222; }
a { background-color: rgb(254,226,34); }
div.DivClassName
{
background-color: #FEE222;
}
.BgClassName
{
background-color: #FEE222;
}
</style>
border-color css
<style>
span { border-color: #FEE222; }
span { border-color: rgb(254,226,34); }
td.TdClassName
{
border-color: #FEE222;
}
.TagClassName
{
border-color: #FEE222;
}
</style>