Shades of Lemon #FEEE16
Tints of Lemon #FEEE16
RGB
CMYK
RGB Variations
Color information
#FEEE16 (or 0xFEEE16) is known color: Lemon. HEX triplet: FE, EE and 16. RGB value is (254,238,22). Sum of RGB (Red+Green+Blue) = 254+238+22=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 22 (8.98% from 255 or 4.28% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEE16 is #0111E9. Grayscale: #DBDBDB. Windows color (decimal): -70122 or 1502974. OLE color: 1502974.
HSL color Cylindrical-coordinate representation of color #FEEE16: hue angle of 55.86º 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 #FEEE16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.00 |
| HSL | 55.86º | 0.99% | 0.54% | - |
| HSV(B) | 55.86º | 0.91% | 1% | - |
| XYZ | 71.59 | 82.28 | 12.87 | - |
| YUV | 218.16 | 17.3 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 22 | 0 | 0.06 | 0.91 | 0.00 | 55.86 | 0.99 | 0.54 |
| Hex | FE | EE | 16 | 0 | 6 | 5B | 0 | 38 | 63 | 36 |
| Octal | 376 | 356 | 26 | 0 | 6 | 133 | 0 | 70 | 143 | 66 |
| Binary | 11111110 | 11101110 | 10110 | 0 | 110 | 1011011 | 0 | 111000 | 1100011 | 110110 |
Color Harmonies of #FEEE16
Complementary color
Monochromatic Colors of #FEEE16
Black with #FEEE16
Text Example
Text Example
White with #FEEE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE16; }
p { color: rgb(254,238,22); }
H1.HeaderClassName
{
color: #FEEE16;
}
.AnyTagClassName
{
color: #FEEE16;
}
</style>
background-color css
<style>
a { background-color: #FEEE16; }
a { background-color: rgb(254,238,22); }
div.DivClassName
{
background-color: #FEEE16;
}
.BgClassName
{
background-color: #FEEE16;
}
</style>
border-color css
<style>
span { border-color: #FEEE16; }
span { border-color: rgb(254,238,22); }
td.TdClassName
{
border-color: #FEEE16;
}
.TagClassName
{
border-color: #FEEE16;
}
</style>