Shades of Lemon #FEF216
Tints of Lemon #FEF216
RGB
CMYK
RGB Variations
Color information
#FEF216 (or 0xFEF216) is known color: Lemon. HEX triplet: FE, F2 and 16. RGB value is (254,242,22). Sum of RGB (Red+Green+Blue) = 254+242+22=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 22 (8.98% from 255 or 4.25% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF216 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF216 is #010DE9. Grayscale: #DDDDDD. Windows color (decimal): -69098 or 1503998. OLE color: 1503998.
HSL color Cylindrical-coordinate representation of color #FEF216: hue angle of 56.9º 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 #FEF216 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 22 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.00 |
| HSL | 56.9º | 0.99% | 0.54% | - |
| HSV(B) | 56.9º | 0.91% | 1% | - |
| XYZ | 72.77 | 84.63 | 13.26 | - |
| YUV | 220.51 | 15.98 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 22 | 0 | 0.05 | 0.91 | 0.00 | 56.9 | 0.99 | 0.54 |
| Hex | FE | F2 | 16 | 0 | 5 | 5B | 0 | 39 | 63 | 36 |
| Octal | 376 | 362 | 26 | 0 | 5 | 133 | 0 | 71 | 143 | 66 |
| Binary | 11111110 | 11110010 | 10110 | 0 | 101 | 1011011 | 0 | 111001 | 1100011 | 110110 |
Color Harmonies of #FEF216
Complementary color
Monochromatic Colors of #FEF216
Black with #FEF216
Text Example
Text Example
White with #FEF216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF216; }
p { color: rgb(254,242,22); }
H1.HeaderClassName
{
color: #FEF216;
}
.AnyTagClassName
{
color: #FEF216;
}
</style>
background-color css
<style>
a { background-color: #FEF216; }
a { background-color: rgb(254,242,22); }
div.DivClassName
{
background-color: #FEF216;
}
.BgClassName
{
background-color: #FEF216;
}
</style>
border-color css
<style>
span { border-color: #FEF216; }
span { border-color: rgb(254,242,22); }
td.TdClassName
{
border-color: #FEF216;
}
.TagClassName
{
border-color: #FEF216;
}
</style>