Shades of Lemon #FEF116
Tints of Lemon #FEF116
RGB
CMYK
RGB Variations
Color information
#FEF116 (or 0xFEF116) is known color: Lemon. HEX triplet: FE, F1 and 16. RGB value is (254,241,22). Sum of RGB (Red+Green+Blue) = 254+241+22=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 22 (8.98% from 255 or 4.26% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF116 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF116 is #010EE9. Grayscale: #DCDCDC. Windows color (decimal): -69354 or 1503742. OLE color: 1503742.
HSL color Cylindrical-coordinate representation of color #FEF116: hue angle of 56.64º 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 #FEF116 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 22 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.00 |
| HSL | 56.64º | 0.99% | 0.54% | - |
| HSV(B) | 56.64º | 0.91% | 1% | - |
| XYZ | 72.47 | 84.04 | 13.16 | - |
| YUV | 219.92 | 16.31 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 22 | 0 | 0.05 | 0.91 | 0.00 | 56.64 | 0.99 | 0.54 |
| Hex | FE | F1 | 16 | 0 | 5 | 5B | 0 | 39 | 63 | 36 |
| Octal | 376 | 361 | 26 | 0 | 5 | 133 | 0 | 71 | 143 | 66 |
| Binary | 11111110 | 11110001 | 10110 | 0 | 101 | 1011011 | 0 | 111001 | 1100011 | 110110 |
Color Harmonies of #FEF116
Complementary color
Monochromatic Colors of #FEF116
Black with #FEF116
Text Example
Text Example
White with #FEF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF116; }
p { color: rgb(254,241,22); }
H1.HeaderClassName
{
color: #FEF116;
}
.AnyTagClassName
{
color: #FEF116;
}
</style>
background-color css
<style>
a { background-color: #FEF116; }
a { background-color: rgb(254,241,22); }
div.DivClassName
{
background-color: #FEF116;
}
.BgClassName
{
background-color: #FEF116;
}
</style>
border-color css
<style>
span { border-color: #FEF116; }
span { border-color: rgb(254,241,22); }
td.TdClassName
{
border-color: #FEF116;
}
.TagClassName
{
border-color: #FEF116;
}
</style>