Shades of Lemon #FEF60E
Tints of Lemon #FEF60E
RGB
CMYK
RGB Variations
Color information
#FEF60E (or 0xFEF60E) is known color: Lemon. HEX triplet: FE, F6 and 0E. RGB value is (254,246,14). Sum of RGB (Red+Green+Blue) = 254+246+14=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 14 (5.86% from 255 or 2.72% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF60E is #0109F1. Grayscale: #DEDEDE. Windows color (decimal): -68082 or 980734. OLE color: 980734.
HSL color Cylindrical-coordinate representation of color #FEF60E: hue angle of 58º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEF60E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.00 |
| HSL | 58º | 0.99% | 0.53% | - |
| HSV(B) | 58º | 0.94% | 1% | - |
| XYZ | 73.91 | 87.01 | 13.32 | - |
| YUV | 221.94 | 10.65 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 14 | 0 | 0.03 | 0.94 | 0.00 | 58 | 0.99 | 0.53 |
| Hex | FE | F6 | E | 0 | 3 | 5E | 0 | 3A | 63 | 35 |
| Octal | 376 | 366 | 16 | 0 | 3 | 136 | 0 | 72 | 143 | 65 |
| Binary | 11111110 | 11110110 | 1110 | 0 | 11 | 1011110 | 0 | 111010 | 1100011 | 110101 |
Color Harmonies of #FEF60E
Complementary color
Monochromatic Colors of #FEF60E
Black with #FEF60E
Text Example
Text Example
White with #FEF60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF60E; }
p { color: rgb(254,246,14); }
H1.HeaderClassName
{
color: #FEF60E;
}
.AnyTagClassName
{
color: #FEF60E;
}
</style>
background-color css
<style>
a { background-color: #FEF60E; }
a { background-color: rgb(254,246,14); }
div.DivClassName
{
background-color: #FEF60E;
}
.BgClassName
{
background-color: #FEF60E;
}
</style>
border-color css
<style>
span { border-color: #FEF60E; }
span { border-color: rgb(254,246,14); }
td.TdClassName
{
border-color: #FEF60E;
}
.TagClassName
{
border-color: #FEF60E;
}
</style>