Shades of Lemon #FEEF16
Tints of Lemon #FEEF16
RGB
CMYK
RGB Variations
Color information
#FEEF16 (or 0xFEEF16) is known color: Lemon. HEX triplet: FE, EF and 16. RGB value is (254,239,22). Sum of RGB (Red+Green+Blue) = 254+239+22=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 22 (8.98% from 255 or 4.27% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEF16 is #0110E9. Grayscale: #DBDBDB. Windows color (decimal): -69866 or 1503230. OLE color: 1503230.
HSL color Cylindrical-coordinate representation of color #FEEF16: hue angle of 56.12º 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 #FEEF16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.00 |
| HSL | 56.12º | 0.99% | 0.54% | - |
| HSV(B) | 56.12º | 0.91% | 1% | - |
| XYZ | 71.88 | 82.86 | 12.96 | - |
| YUV | 218.75 | 16.97 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 22 | 0 | 0.06 | 0.91 | 0.00 | 56.12 | 0.99 | 0.54 |
| Hex | FE | EF | 16 | 0 | 6 | 5B | 0 | 38 | 63 | 36 |
| Octal | 376 | 357 | 26 | 0 | 6 | 133 | 0 | 70 | 143 | 66 |
| Binary | 11111110 | 11101111 | 10110 | 0 | 110 | 1011011 | 0 | 111000 | 1100011 | 110110 |
Color Harmonies of #FEEF16
Complementary color
Monochromatic Colors of #FEEF16
Black with #FEEF16
Text Example
Text Example
White with #FEEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF16; }
p { color: rgb(254,239,22); }
H1.HeaderClassName
{
color: #FEEF16;
}
.AnyTagClassName
{
color: #FEEF16;
}
</style>
background-color css
<style>
a { background-color: #FEEF16; }
a { background-color: rgb(254,239,22); }
div.DivClassName
{
background-color: #FEEF16;
}
.BgClassName
{
background-color: #FEEF16;
}
</style>
border-color css
<style>
span { border-color: #FEEF16; }
span { border-color: rgb(254,239,22); }
td.TdClassName
{
border-color: #FEEF16;
}
.TagClassName
{
border-color: #FEEF16;
}
</style>