Shades of Lemon #FEF511
Tints of Lemon #FEF511
RGB
CMYK
RGB Variations
Color information
#FEF511 (or 0xFEF511) is known color: Lemon. HEX triplet: FE, F5 and 11. RGB value is (254,245,17). Sum of RGB (Red+Green+Blue) = 254+245+17=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 17 (7.03% from 255 or 3.29% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF511 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF511 is #010AEE. Grayscale: #DEDEDE. Windows color (decimal): -68335 or 1177086. OLE color: 1177086.
HSL color Cylindrical-coordinate representation of color #FEF511: hue angle of 57.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEF511 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 17 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.00 |
| HSL | 57.72º | 0.99% | 0.53% | - |
| HSV(B) | 57.72º | 0.93% | 1% | - |
| XYZ | 73.63 | 86.42 | 13.33 | - |
| YUV | 221.7 | 12.48 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 17 | 0 | 0.04 | 0.93 | 0.00 | 57.72 | 0.99 | 0.53 |
| Hex | FE | F5 | 11 | 0 | 4 | 5D | 0 | 3A | 63 | 35 |
| Octal | 376 | 365 | 21 | 0 | 4 | 135 | 0 | 72 | 143 | 65 |
| Binary | 11111110 | 11110101 | 10001 | 0 | 100 | 1011101 | 0 | 111010 | 1100011 | 110101 |
Color Harmonies of #FEF511
Complementary color
Monochromatic Colors of #FEF511
Black with #FEF511
Text Example
Text Example
White with #FEF511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF511; }
p { color: rgb(254,245,17); }
H1.HeaderClassName
{
color: #FEF511;
}
.AnyTagClassName
{
color: #FEF511;
}
</style>
background-color css
<style>
a { background-color: #FEF511; }
a { background-color: rgb(254,245,17); }
div.DivClassName
{
background-color: #FEF511;
}
.BgClassName
{
background-color: #FEF511;
}
</style>
border-color css
<style>
span { border-color: #FEF511; }
span { border-color: rgb(254,245,17); }
td.TdClassName
{
border-color: #FEF511;
}
.TagClassName
{
border-color: #FEF511;
}
</style>