Shades of Lemon #FEF411
Tints of Lemon #FEF411
RGB
CMYK
RGB Variations
Color information
#FEF411 (or 0xFEF411) is known color: Lemon. HEX triplet: FE, F4 and 11. RGB value is (254,244,17). Sum of RGB (Red+Green+Blue) = 254+244+17=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 17 (7.03% from 255 or 3.30% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF411 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF411 is #010BEE. Grayscale: #DEDEDE. Windows color (decimal): -68591 or 1176830. OLE color: 1176830.
HSL color Cylindrical-coordinate representation of color #FEF411: hue angle of 57.47º 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 #FEF411 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 17 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.00 |
| HSL | 57.47º | 0.99% | 0.53% | - |
| HSV(B) | 57.47º | 0.93% | 1% | - |
| XYZ | 73.32 | 85.81 | 13.23 | - |
| YUV | 221.11 | 12.81 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 17 | 0 | 0.04 | 0.93 | 0.00 | 57.47 | 0.99 | 0.53 |
| Hex | FE | F4 | 11 | 0 | 4 | 5D | 0 | 39 | 63 | 35 |
| Octal | 376 | 364 | 21 | 0 | 4 | 135 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110100 | 10001 | 0 | 100 | 1011101 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF411
Complementary color
Monochromatic Colors of #FEF411
Black with #FEF411
Text Example
Text Example
White with #FEF411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF411; }
p { color: rgb(254,244,17); }
H1.HeaderClassName
{
color: #FEF411;
}
.AnyTagClassName
{
color: #FEF411;
}
</style>
background-color css
<style>
a { background-color: #FEF411; }
a { background-color: rgb(254,244,17); }
div.DivClassName
{
background-color: #FEF411;
}
.BgClassName
{
background-color: #FEF411;
}
</style>
border-color css
<style>
span { border-color: #FEF411; }
span { border-color: rgb(254,244,17); }
td.TdClassName
{
border-color: #FEF411;
}
.TagClassName
{
border-color: #FEF411;
}
</style>