Shades of Lemon #FEEA16
Tints of Lemon #FEEA16
RGB
CMYK
RGB Variations
Color information
#FEEA16 (or 0xFEEA16) is known color: Lemon. HEX triplet: FE, EA and 16. RGB value is (254,234,22). Sum of RGB (Red+Green+Blue) = 254+234+22=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 22 (8.98% from 255 or 4.31% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA16 is #0115E9. Grayscale: #D8D8D8. Windows color (decimal): -71146 or 1501950. OLE color: 1501950.
HSL color Cylindrical-coordinate representation of color #FEEA16: hue angle of 54.83º 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 #FEEA16 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 22 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.00 |
| HSL | 54.83º | 0.99% | 0.54% | - |
| HSV(B) | 54.83º | 0.91% | 1% | - |
| XYZ | 70.44 | 79.97 | 12.48 | - |
| YUV | 215.81 | 18.63 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 22 | 0 | 0.08 | 0.91 | 0.00 | 54.83 | 0.99 | 0.54 |
| Hex | FE | EA | 16 | 0 | 8 | 5B | 0 | 37 | 63 | 36 |
| Octal | 376 | 352 | 26 | 0 | 10 | 133 | 0 | 67 | 143 | 66 |
| Binary | 11111110 | 11101010 | 10110 | 0 | 1000 | 1011011 | 0 | 110111 | 1100011 | 110110 |
Color Harmonies of #FEEA16
Complementary color
Monochromatic Colors of #FEEA16
Black with #FEEA16
Text Example
Text Example
White with #FEEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA16; }
p { color: rgb(254,234,22); }
H1.HeaderClassName
{
color: #FEEA16;
}
.AnyTagClassName
{
color: #FEEA16;
}
</style>
background-color css
<style>
a { background-color: #FEEA16; }
a { background-color: rgb(254,234,22); }
div.DivClassName
{
background-color: #FEEA16;
}
.BgClassName
{
background-color: #FEEA16;
}
</style>
border-color css
<style>
span { border-color: #FEEA16; }
span { border-color: rgb(254,234,22); }
td.TdClassName
{
border-color: #FEEA16;
}
.TagClassName
{
border-color: #FEEA16;
}
</style>