Shades of Lemon #FEF214
Tints of Lemon #FEF214
RGB
CMYK
RGB Variations
Color information
#FEF214 (or 0xFEF214) is known color: Lemon. HEX triplet: FE, F2 and 14. RGB value is (254,242,20). Sum of RGB (Red+Green+Blue) = 254+242+20=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 20 (8.20% from 255 or 3.88% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF214 is #010DEB. Grayscale: #DDDDDD. Windows color (decimal): -69100 or 1372926. OLE color: 1372926.
HSL color Cylindrical-coordinate representation of color #FEF214: hue angle of 56.92º 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 #FEF214 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.00 |
| HSL | 56.92º | 0.99% | 0.54% | - |
| HSV(B) | 56.92º | 0.92% | 1% | - |
| XYZ | 72.75 | 84.63 | 13.16 | - |
| YUV | 220.28 | 14.98 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 20 | 0 | 0.05 | 0.92 | 0.00 | 56.92 | 0.99 | 0.54 |
| Hex | FE | F2 | 14 | 0 | 5 | 5C | 0 | 39 | 63 | 36 |
| Octal | 376 | 362 | 24 | 0 | 5 | 134 | 0 | 71 | 143 | 66 |
| Binary | 11111110 | 11110010 | 10100 | 0 | 101 | 1011100 | 0 | 111001 | 1100011 | 110110 |
Color Harmonies of #FEF214
Complementary color
Monochromatic Colors of #FEF214
Black with #FEF214
Text Example
Text Example
White with #FEF214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF214; }
p { color: rgb(254,242,20); }
H1.HeaderClassName
{
color: #FEF214;
}
.AnyTagClassName
{
color: #FEF214;
}
</style>
background-color css
<style>
a { background-color: #FEF214; }
a { background-color: rgb(254,242,20); }
div.DivClassName
{
background-color: #FEF214;
}
.BgClassName
{
background-color: #FEF214;
}
</style>
border-color css
<style>
span { border-color: #FEF214; }
span { border-color: rgb(254,242,20); }
td.TdClassName
{
border-color: #FEF214;
}
.TagClassName
{
border-color: #FEF214;
}
</style>