Shades of Lemon #FEDE16
Tints of Lemon #FEDE16
RGB
CMYK
RGB Variations
Color information
#FEDE16 (or 0xFEDE16) is known color: Lemon. HEX triplet: FE, DE and 16. RGB value is (254,222,22). Sum of RGB (Red+Green+Blue) = 254+222+22=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 22 (8.98% from 255 or 4.42% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE16 is #0121E9. Grayscale: #D1D1D1. Windows color (decimal): -74218 or 1498878. OLE color: 1498878.
HSL color Cylindrical-coordinate representation of color #FEDE16: hue angle of 51.72º 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 #FEDE16 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.00 |
| HSL | 51.72º | 0.99% | 0.54% | - |
| HSV(B) | 51.72º | 0.91% | 1% | - |
| XYZ | 67.14 | 73.37 | 11.38 | - |
| YUV | 208.77 | 22.6 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 22 | 0 | 0.13 | 0.91 | 0.00 | 51.72 | 0.99 | 0.54 |
| Hex | FE | DE | 16 | 0 | D | 5B | 0 | 34 | 63 | 36 |
| Octal | 376 | 336 | 26 | 0 | 15 | 133 | 0 | 64 | 143 | 66 |
| Binary | 11111110 | 11011110 | 10110 | 0 | 1101 | 1011011 | 0 | 110100 | 1100011 | 110110 |
Color Harmonies of #FEDE16
Complementary color
Monochromatic Colors of #FEDE16
Black with #FEDE16
Text Example
Text Example
White with #FEDE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE16; }
p { color: rgb(254,222,22); }
H1.HeaderClassName
{
color: #FEDE16;
}
.AnyTagClassName
{
color: #FEDE16;
}
</style>
background-color css
<style>
a { background-color: #FEDE16; }
a { background-color: rgb(254,222,22); }
div.DivClassName
{
background-color: #FEDE16;
}
.BgClassName
{
background-color: #FEDE16;
}
</style>
border-color css
<style>
span { border-color: #FEDE16; }
span { border-color: rgb(254,222,22); }
td.TdClassName
{
border-color: #FEDE16;
}
.TagClassName
{
border-color: #FEDE16;
}
</style>