Shades of Lemon #FEF70E
Tints of Lemon #FEF70E
RGB
CMYK
RGB Variations
Color information
#FEF70E (or 0xFEF70E) is known color: Lemon. HEX triplet: FE, F7 and 0E. RGB value is (254,247,14). Sum of RGB (Red+Green+Blue) = 254+247+14=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 14 (5.86% from 255 or 2.72% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF70E is #0108F1. Grayscale: #DFDFDF. Windows color (decimal): -67826 or 980990. OLE color: 980990.
HSL color Cylindrical-coordinate representation of color #FEF70E: hue angle of 58.25º 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 #FEF70E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.00 |
| HSL | 58.25º | 0.99% | 0.53% | - |
| HSV(B) | 58.25º | 0.94% | 1% | - |
| XYZ | 74.21 | 87.62 | 13.42 | - |
| YUV | 222.53 | 10.32 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 14 | 0 | 0.03 | 0.94 | 0.00 | 58.25 | 0.99 | 0.53 |
| Hex | FE | F7 | E | 0 | 3 | 5E | 0 | 3A | 63 | 35 |
| Octal | 376 | 367 | 16 | 0 | 3 | 136 | 0 | 72 | 143 | 65 |
| Binary | 11111110 | 11110111 | 1110 | 0 | 11 | 1011110 | 0 | 111010 | 1100011 | 110101 |
Color Harmonies of #FEF70E
Complementary color
Monochromatic Colors of #FEF70E
Black with #FEF70E
Text Example
Text Example
White with #FEF70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF70E; }
p { color: rgb(254,247,14); }
H1.HeaderClassName
{
color: #FEF70E;
}
.AnyTagClassName
{
color: #FEF70E;
}
</style>
background-color css
<style>
a { background-color: #FEF70E; }
a { background-color: rgb(254,247,14); }
div.DivClassName
{
background-color: #FEF70E;
}
.BgClassName
{
background-color: #FEF70E;
}
</style>
border-color css
<style>
span { border-color: #FEF70E; }
span { border-color: rgb(254,247,14); }
td.TdClassName
{
border-color: #FEF70E;
}
.TagClassName
{
border-color: #FEF70E;
}
</style>