Shades of Lemon #FEED22
Tints of Lemon #FEED22
RGB
CMYK
RGB Variations
Color information
#FEED22 (or 0xFEED22) is known color: Lemon. HEX triplet: FE, ED and 22. RGB value is (254,237,34). Sum of RGB (Red+Green+Blue) = 254+237+34=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 34 (13.67% from 255 or 6.48% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED22 is #0112DD. Grayscale: #DBDBDB. Windows color (decimal): -70366 or 2289150. OLE color: 2289150.
HSL color Cylindrical-coordinate representation of color #FEED22: hue angle of 55.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 #FEED22 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 34 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.00 |
| HSL | 55.36º | 0.99% | 0.56% | - |
| HSV(B) | 55.36º | 0.87% | 1% | - |
| XYZ | 71.45 | 81.75 | 13.53 | - |
| YUV | 218.94 | 23.63 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 34 | 0 | 0.07 | 0.87 | 0.00 | 55.36 | 0.99 | 0.56 |
| Hex | FE | ED | 22 | 0 | 7 | 57 | 0 | 37 | 63 | 38 |
| Octal | 376 | 355 | 42 | 0 | 7 | 127 | 0 | 67 | 143 | 70 |
| Binary | 11111110 | 11101101 | 100010 | 0 | 111 | 1010111 | 0 | 110111 | 1100011 | 111000 |
Color Harmonies of #FEED22
Complementary color
Monochromatic Colors of #FEED22
Black with #FEED22
Text Example
Text Example
White with #FEED22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED22; }
p { color: rgb(254,237,34); }
H1.HeaderClassName
{
color: #FEED22;
}
.AnyTagClassName
{
color: #FEED22;
}
</style>
background-color css
<style>
a { background-color: #FEED22; }
a { background-color: rgb(254,237,34); }
div.DivClassName
{
background-color: #FEED22;
}
.BgClassName
{
background-color: #FEED22;
}
</style>
border-color css
<style>
span { border-color: #FEED22; }
span { border-color: rgb(254,237,34); }
td.TdClassName
{
border-color: #FEED22;
}
.TagClassName
{
border-color: #FEED22;
}
</style>