Shades of Lemon #FEF810
Tints of Lemon #FEF810
RGB
CMYK
RGB Variations
Color information
#FEF810 (or 0xFEF810) is known color: Lemon. HEX triplet: FE, F8 and 10. RGB value is (254,248,16). Sum of RGB (Red+Green+Blue) = 254+248+16=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 16 (6.64% from 255 or 3.09% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF810 is #0107EF. Grayscale: #E0E0E0. Windows color (decimal): -67568 or 1112318. OLE color: 1112318.
HSL color Cylindrical-coordinate representation of color #FEF810: hue angle of 58.49º 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 #FEF810 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 16 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.00 |
| HSL | 58.49º | 0.99% | 0.53% | - |
| HSV(B) | 58.49º | 0.94% | 1% | - |
| XYZ | 74.53 | 88.24 | 13.59 | - |
| YUV | 223.35 | 10.99 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 16 | 0 | 0.02 | 0.94 | 0.00 | 58.49 | 0.99 | 0.53 |
| Hex | FE | F8 | 10 | 0 | 2 | 5E | 0 | 3A | 63 | 35 |
| Octal | 376 | 370 | 20 | 0 | 2 | 136 | 0 | 72 | 143 | 65 |
| Binary | 11111110 | 11111000 | 10000 | 0 | 10 | 1011110 | 0 | 111010 | 1100011 | 110101 |
Color Harmonies of #FEF810
Complementary color
Monochromatic Colors of #FEF810
Black with #FEF810
Text Example
Text Example
White with #FEF810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF810; }
p { color: rgb(254,248,16); }
H1.HeaderClassName
{
color: #FEF810;
}
.AnyTagClassName
{
color: #FEF810;
}
</style>
background-color css
<style>
a { background-color: #FEF810; }
a { background-color: rgb(254,248,16); }
div.DivClassName
{
background-color: #FEF810;
}
.BgClassName
{
background-color: #FEF810;
}
</style>
border-color css
<style>
span { border-color: #FEF810; }
span { border-color: rgb(254,248,16); }
td.TdClassName
{
border-color: #FEF810;
}
.TagClassName
{
border-color: #FEF810;
}
</style>