Shades of Lemon #FEF416
Tints of Lemon #FEF416
RGB
CMYK
RGB Variations
Color information
#FEF416 (or 0xFEF416) is known color: Lemon. HEX triplet: FE, F4 and 16. RGB value is (254,244,22). Sum of RGB (Red+Green+Blue) = 254+244+22=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 22 (8.98% from 255 or 4.23% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF416 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF416 is #010BE9. Grayscale: #DEDEDE. Windows color (decimal): -68586 or 1504510. OLE color: 1504510.
HSL color Cylindrical-coordinate representation of color #FEF416: hue angle of 57.41º 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 #FEF416 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 22 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.00 |
| HSL | 57.41º | 0.99% | 0.54% | - |
| HSV(B) | 57.41º | 0.91% | 1% | - |
| XYZ | 73.37 | 85.83 | 13.46 | - |
| YUV | 221.68 | 15.31 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 22 | 0 | 0.04 | 0.91 | 0.00 | 57.41 | 0.99 | 0.54 |
| Hex | FE | F4 | 16 | 0 | 4 | 5B | 0 | 39 | 63 | 36 |
| Octal | 376 | 364 | 26 | 0 | 4 | 133 | 0 | 71 | 143 | 66 |
| Binary | 11111110 | 11110100 | 10110 | 0 | 100 | 1011011 | 0 | 111001 | 1100011 | 110110 |
Color Harmonies of #FEF416
Complementary color
Monochromatic Colors of #FEF416
Black with #FEF416
Text Example
Text Example
White with #FEF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF416; }
p { color: rgb(254,244,22); }
H1.HeaderClassName
{
color: #FEF416;
}
.AnyTagClassName
{
color: #FEF416;
}
</style>
background-color css
<style>
a { background-color: #FEF416; }
a { background-color: rgb(254,244,22); }
div.DivClassName
{
background-color: #FEF416;
}
.BgClassName
{
background-color: #FEF416;
}
</style>
border-color css
<style>
span { border-color: #FEF416; }
span { border-color: rgb(254,244,22); }
td.TdClassName
{
border-color: #FEF416;
}
.TagClassName
{
border-color: #FEF416;
}
</style>