Shades of Lemon #FEF815
Tints of Lemon #FEF815
RGB
CMYK
RGB Variations
Color information
#FEF815 (or 0xFEF815) is known color: Lemon. HEX triplet: FE, F8 and 15. RGB value is (254,248,21). Sum of RGB (Red+Green+Blue) = 254+248+21=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 21 (8.59% from 255 or 4.02% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF815 is #0107EA. Grayscale: #E0E0E0. Windows color (decimal): -67563 or 1439998. OLE color: 1439998.
HSL color Cylindrical-coordinate representation of color #FEF815: hue angle of 58.45º 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 #FEF815 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 21 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.00 |
| HSL | 58.45º | 0.99% | 0.54% | - |
| HSV(B) | 58.45º | 0.92% | 1% | - |
| XYZ | 74.58 | 88.26 | 13.81 | - |
| YUV | 223.92 | 13.49 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 21 | 0 | 0.02 | 0.92 | 0.00 | 58.45 | 0.99 | 0.54 |
| Hex | FE | F8 | 15 | 0 | 2 | 5C | 0 | 3A | 63 | 36 |
| Octal | 376 | 370 | 25 | 0 | 2 | 134 | 0 | 72 | 143 | 66 |
| Binary | 11111110 | 11111000 | 10101 | 0 | 10 | 1011100 | 0 | 111010 | 1100011 | 110110 |
Color Harmonies of #FEF815
Complementary color
Monochromatic Colors of #FEF815
Black with #FEF815
Text Example
Text Example
White with #FEF815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF815; }
p { color: rgb(254,248,21); }
H1.HeaderClassName
{
color: #FEF815;
}
.AnyTagClassName
{
color: #FEF815;
}
</style>
background-color css
<style>
a { background-color: #FEF815; }
a { background-color: rgb(254,248,21); }
div.DivClassName
{
background-color: #FEF815;
}
.BgClassName
{
background-color: #FEF815;
}
</style>
border-color css
<style>
span { border-color: #FEF815; }
span { border-color: rgb(254,248,21); }
td.TdClassName
{
border-color: #FEF815;
}
.TagClassName
{
border-color: #FEF815;
}
</style>