Shades of Lemon #FEF014
Tints of Lemon #FEF014
RGB
CMYK
RGB Variations
Color information
#FEF014 (or 0xFEF014) is known color: Lemon. HEX triplet: FE, F0 and 14. RGB value is (254,240,20). Sum of RGB (Red+Green+Blue) = 254+240+20=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 20 (8.20% from 255 or 3.89% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF014 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF014 is #010FEB. Grayscale: #DCDCDC. Windows color (decimal): -69612 or 1372414. OLE color: 1372414.
HSL color Cylindrical-coordinate representation of color #FEF014: hue angle of 56.41º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEF014 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 20 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.00 |
| HSL | 56.41º | 0.99% | 0.54% | - |
| HSV(B) | 56.41º | 0.92% | 1% | - |
| XYZ | 72.16 | 83.44 | 12.96 | - |
| YUV | 219.11 | 15.64 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 20 | 0 | 0.06 | 0.92 | 0.00 | 56.41 | 0.99 | 0.54 |
| Hex | FE | F0 | 14 | 0 | 6 | 5C | 0 | 38 | 63 | 36 |
| Octal | 376 | 360 | 24 | 0 | 6 | 134 | 0 | 70 | 143 | 66 |
| Binary | 11111110 | 11110000 | 10100 | 0 | 110 | 1011100 | 0 | 111000 | 1100011 | 110110 |
Color Harmonies of #FEF014
Complementary color
Monochromatic Colors of #FEF014
Black with #FEF014
Text Example
Text Example
White with #FEF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF014; }
p { color: rgb(254,240,20); }
H1.HeaderClassName
{
color: #FEF014;
}
.AnyTagClassName
{
color: #FEF014;
}
</style>
background-color css
<style>
a { background-color: #FEF014; }
a { background-color: rgb(254,240,20); }
div.DivClassName
{
background-color: #FEF014;
}
.BgClassName
{
background-color: #FEF014;
}
</style>
border-color css
<style>
span { border-color: #FEF014; }
span { border-color: rgb(254,240,20); }
td.TdClassName
{
border-color: #FEF014;
}
.TagClassName
{
border-color: #FEF014;
}
</style>