Shades of Lemon #FEF510
Tints of Lemon #FEF510
RGB
CMYK
RGB Variations
Color information
#FEF510 (or 0xFEF510) is known color: Lemon. HEX triplet: FE, F5 and 10. RGB value is (254,245,16). Sum of RGB (Red+Green+Blue) = 254+245+16=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 16 (6.64% from 255 or 3.11% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF510 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF510 is #010AEF. Grayscale: #DEDEDE. Windows color (decimal): -68336 or 1111550. OLE color: 1111550.
HSL color Cylindrical-coordinate representation of color #FEF510: hue angle of 57.73º 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 #FEF510 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 16 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.00 |
| HSL | 57.73º | 0.99% | 0.53% | - |
| HSV(B) | 57.73º | 0.94% | 1% | - |
| XYZ | 73.62 | 86.41 | 13.29 | - |
| YUV | 221.59 | 11.98 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 16 | 0 | 0.04 | 0.94 | 0.00 | 57.73 | 0.99 | 0.53 |
| Hex | FE | F5 | 10 | 0 | 4 | 5E | 0 | 3A | 63 | 35 |
| Octal | 376 | 365 | 20 | 0 | 4 | 136 | 0 | 72 | 143 | 65 |
| Binary | 11111110 | 11110101 | 10000 | 0 | 100 | 1011110 | 0 | 111010 | 1100011 | 110101 |
Color Harmonies of #FEF510
Complementary color
Monochromatic Colors of #FEF510
Black with #FEF510
Text Example
Text Example
White with #FEF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF510; }
p { color: rgb(254,245,16); }
H1.HeaderClassName
{
color: #FEF510;
}
.AnyTagClassName
{
color: #FEF510;
}
</style>
background-color css
<style>
a { background-color: #FEF510; }
a { background-color: rgb(254,245,16); }
div.DivClassName
{
background-color: #FEF510;
}
.BgClassName
{
background-color: #FEF510;
}
</style>
border-color css
<style>
span { border-color: #FEF510; }
span { border-color: rgb(254,245,16); }
td.TdClassName
{
border-color: #FEF510;
}
.TagClassName
{
border-color: #FEF510;
}
</style>