Shades of Lemon #FEED20
Tints of Lemon #FEED20
RGB
CMYK
RGB Variations
Color information
#FEED20 (or 0xFEED20) is known color: Lemon. HEX triplet: FE, ED and 20. RGB value is (254,237,32). Sum of RGB (Red+Green+Blue) = 254+237+32=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 32 (12.89% from 255 or 6.12% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED20 is #0112DF. Grayscale: #DBDBDB. Windows color (decimal): -70368 or 2158078. OLE color: 2158078.
HSL color Cylindrical-coordinate representation of color #FEED20: hue angle of 55.41º 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 #FEED20 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 32 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.00 |
| HSL | 55.41º | 0.99% | 0.56% | - |
| HSV(B) | 55.41º | 0.87% | 1% | - |
| XYZ | 71.42 | 81.74 | 13.38 | - |
| YUV | 218.71 | 22.63 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 32 | 0 | 0.07 | 0.87 | 0.00 | 55.41 | 0.99 | 0.56 |
| Hex | FE | ED | 20 | 0 | 7 | 57 | 0 | 37 | 63 | 38 |
| Octal | 376 | 355 | 40 | 0 | 7 | 127 | 0 | 67 | 143 | 70 |
| Binary | 11111110 | 11101101 | 100000 | 0 | 111 | 1010111 | 0 | 110111 | 1100011 | 111000 |
Color Harmonies of #FEED20
Complementary color
Monochromatic Colors of #FEED20
Black with #FEED20
Text Example
Text Example
White with #FEED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED20; }
p { color: rgb(254,237,32); }
H1.HeaderClassName
{
color: #FEED20;
}
.AnyTagClassName
{
color: #FEED20;
}
</style>
background-color css
<style>
a { background-color: #FEED20; }
a { background-color: rgb(254,237,32); }
div.DivClassName
{
background-color: #FEED20;
}
.BgClassName
{
background-color: #FEED20;
}
</style>
border-color css
<style>
span { border-color: #FEED20; }
span { border-color: rgb(254,237,32); }
td.TdClassName
{
border-color: #FEED20;
}
.TagClassName
{
border-color: #FEED20;
}
</style>