Shades of Lemon #FEEB20
Tints of Lemon #FEEB20
RGB
CMYK
RGB Variations
Color information
#FEEB20 (or 0xFEEB20) is known color: Lemon. HEX triplet: FE, EB and 20. RGB value is (254,235,32). Sum of RGB (Red+Green+Blue) = 254+235+32=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 32 (12.89% from 255 or 6.14% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB20 is #0114DF. Grayscale: #DADADA. Windows color (decimal): -70880 or 2157566. OLE color: 2157566.
HSL color Cylindrical-coordinate representation of color #FEEB20: hue angle of 54.86º 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 #FEEB20 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 32 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.00 |
| HSL | 54.86º | 0.99% | 0.56% | - |
| HSV(B) | 54.86º | 0.87% | 1% | - |
| XYZ | 70.84 | 80.59 | 13.19 | - |
| YUV | 217.54 | 23.29 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 32 | 0 | 0.07 | 0.87 | 0.00 | 54.86 | 0.99 | 0.56 |
| Hex | FE | EB | 20 | 0 | 7 | 57 | 0 | 37 | 63 | 38 |
| Octal | 376 | 353 | 40 | 0 | 7 | 127 | 0 | 67 | 143 | 70 |
| Binary | 11111110 | 11101011 | 100000 | 0 | 111 | 1010111 | 0 | 110111 | 1100011 | 111000 |
Color Harmonies of #FEEB20
Complementary color
Monochromatic Colors of #FEEB20
Black with #FEEB20
Text Example
Text Example
White with #FEEB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB20; }
p { color: rgb(254,235,32); }
H1.HeaderClassName
{
color: #FEEB20;
}
.AnyTagClassName
{
color: #FEEB20;
}
</style>
background-color css
<style>
a { background-color: #FEEB20; }
a { background-color: rgb(254,235,32); }
div.DivClassName
{
background-color: #FEEB20;
}
.BgClassName
{
background-color: #FEEB20;
}
</style>
border-color css
<style>
span { border-color: #FEEB20; }
span { border-color: rgb(254,235,32); }
td.TdClassName
{
border-color: #FEEB20;
}
.TagClassName
{
border-color: #FEEB20;
}
</style>