Shades of Lemon #FEEB16
Tints of Lemon #FEEB16
RGB
CMYK
RGB Variations
Color information
#FEEB16 (or 0xFEEB16) is known color: Lemon. HEX triplet: FE, EB and 16. RGB value is (254,235,22). Sum of RGB (Red+Green+Blue) = 254+235+22=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 22 (8.98% from 255 or 4.31% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEB16 is #0114E9. Grayscale: #D9D9D9. Windows color (decimal): -70890 or 1502206. OLE color: 1502206.
HSL color Cylindrical-coordinate representation of color #FEEB16: hue angle of 55.09º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEEB16 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 22 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.00 |
| HSL | 55.09º | 0.99% | 0.54% | - |
| HSV(B) | 55.09º | 0.91% | 1% | - |
| XYZ | 70.73 | 80.55 | 12.58 | - |
| YUV | 216.4 | 18.29 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 22 | 0 | 0.07 | 0.91 | 0.00 | 55.09 | 0.99 | 0.54 |
| Hex | FE | EB | 16 | 0 | 7 | 5B | 0 | 37 | 63 | 36 |
| Octal | 376 | 353 | 26 | 0 | 7 | 133 | 0 | 67 | 143 | 66 |
| Binary | 11111110 | 11101011 | 10110 | 0 | 111 | 1011011 | 0 | 110111 | 1100011 | 110110 |
Color Harmonies of #FEEB16
Complementary color
Monochromatic Colors of #FEEB16
Black with #FEEB16
Text Example
Text Example
White with #FEEB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB16; }
p { color: rgb(254,235,22); }
H1.HeaderClassName
{
color: #FEEB16;
}
.AnyTagClassName
{
color: #FEEB16;
}
</style>
background-color css
<style>
a { background-color: #FEEB16; }
a { background-color: rgb(254,235,22); }
div.DivClassName
{
background-color: #FEEB16;
}
.BgClassName
{
background-color: #FEEB16;
}
</style>
border-color css
<style>
span { border-color: #FEEB16; }
span { border-color: rgb(254,235,22); }
td.TdClassName
{
border-color: #FEEB16;
}
.TagClassName
{
border-color: #FEEB16;
}
</style>