Shades of Lemon #FEF714
Tints of Lemon #FEF714
RGB
CMYK
RGB Variations
Color information
#FEF714 (or 0xFEF714) is known color: Lemon. HEX triplet: FE, F7 and 14. RGB value is (254,247,20). Sum of RGB (Red+Green+Blue) = 254+247+20=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 20 (8.20% from 255 or 3.84% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF714 is #0108EB. Grayscale: #E0E0E0. Windows color (decimal): -67820 or 1374206. OLE color: 1374206.
HSL color Cylindrical-coordinate representation of color #FEF714: hue angle of 58.21º 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 #FEF714 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 20 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.00 |
| HSL | 58.21º | 0.99% | 0.54% | - |
| HSV(B) | 58.21º | 0.92% | 1% | - |
| XYZ | 74.26 | 87.64 | 13.66 | - |
| YUV | 223.22 | 13.32 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 20 | 0 | 0.03 | 0.92 | 0.00 | 58.21 | 0.99 | 0.54 |
| Hex | FE | F7 | 14 | 0 | 3 | 5C | 0 | 3A | 63 | 36 |
| Octal | 376 | 367 | 24 | 0 | 3 | 134 | 0 | 72 | 143 | 66 |
| Binary | 11111110 | 11110111 | 10100 | 0 | 11 | 1011100 | 0 | 111010 | 1100011 | 110110 |
Color Harmonies of #FEF714
Complementary color
Monochromatic Colors of #FEF714
Black with #FEF714
Text Example
Text Example
White with #FEF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF714; }
p { color: rgb(254,247,20); }
H1.HeaderClassName
{
color: #FEF714;
}
.AnyTagClassName
{
color: #FEF714;
}
</style>
background-color css
<style>
a { background-color: #FEF714; }
a { background-color: rgb(254,247,20); }
div.DivClassName
{
background-color: #FEF714;
}
.BgClassName
{
background-color: #FEF714;
}
</style>
border-color css
<style>
span { border-color: #FEF714; }
span { border-color: rgb(254,247,20); }
td.TdClassName
{
border-color: #FEF714;
}
.TagClassName
{
border-color: #FEF714;
}
</style>