Shades of Lemon #FEF215
Tints of Lemon #FEF215
RGB
CMYK
RGB Variations
Color information
#FEF215 (or 0xFEF215) is known color: Lemon. HEX triplet: FE, F2 and 15. RGB value is (254,242,21). Sum of RGB (Red+Green+Blue) = 254+242+21=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 21 (8.59% from 255 or 4.06% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF215 is #010DEA. Grayscale: #DDDDDD. Windows color (decimal): -69099 or 1438462. OLE color: 1438462.
HSL color Cylindrical-coordinate representation of color #FEF215: hue angle of 56.91º 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 #FEF215 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 21 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.00 |
| HSL | 56.91º | 0.99% | 0.54% | - |
| HSV(B) | 56.91º | 0.92% | 1% | - |
| XYZ | 72.76 | 84.63 | 13.21 | - |
| YUV | 220.39 | 15.48 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 21 | 0 | 0.05 | 0.92 | 0.00 | 56.91 | 0.99 | 0.54 |
| Hex | FE | F2 | 15 | 0 | 5 | 5C | 0 | 39 | 63 | 36 |
| Octal | 376 | 362 | 25 | 0 | 5 | 134 | 0 | 71 | 143 | 66 |
| Binary | 11111110 | 11110010 | 10101 | 0 | 101 | 1011100 | 0 | 111001 | 1100011 | 110110 |
Color Harmonies of #FEF215
Complementary color
Monochromatic Colors of #FEF215
Black with #FEF215
Text Example
Text Example
White with #FEF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF215; }
p { color: rgb(254,242,21); }
H1.HeaderClassName
{
color: #FEF215;
}
.AnyTagClassName
{
color: #FEF215;
}
</style>
background-color css
<style>
a { background-color: #FEF215; }
a { background-color: rgb(254,242,21); }
div.DivClassName
{
background-color: #FEF215;
}
.BgClassName
{
background-color: #FEF215;
}
</style>
border-color css
<style>
span { border-color: #FEF215; }
span { border-color: rgb(254,242,21); }
td.TdClassName
{
border-color: #FEF215;
}
.TagClassName
{
border-color: #FEF215;
}
</style>