Shades of Lemon #FEF410
Tints of Lemon #FEF410
RGB
CMYK
RGB Variations
Color information
#FEF410 (or 0xFEF410) is known color: Lemon. HEX triplet: FE, F4 and 10. RGB value is (254,244,16). Sum of RGB (Red+Green+Blue) = 254+244+16=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 16 (6.64% from 255 or 3.11% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF410 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF410 is #010BEF. Grayscale: #DDDDDD. Windows color (decimal): -68592 or 1111294. OLE color: 1111294.
HSL color Cylindrical-coordinate representation of color #FEF410: hue angle of 57.48º 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 #FEF410 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 16 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.00 |
| HSL | 57.48º | 0.99% | 0.53% | - |
| HSV(B) | 57.48º | 0.94% | 1% | - |
| XYZ | 73.32 | 85.81 | 13.19 | - |
| YUV | 221 | 12.31 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 16 | 0 | 0.04 | 0.94 | 0.00 | 57.48 | 0.99 | 0.53 |
| Hex | FE | F4 | 10 | 0 | 4 | 5E | 0 | 39 | 63 | 35 |
| Octal | 376 | 364 | 20 | 0 | 4 | 136 | 0 | 71 | 143 | 65 |
| Binary | 11111110 | 11110100 | 10000 | 0 | 100 | 1011110 | 0 | 111001 | 1100011 | 110101 |
Color Harmonies of #FEF410
Complementary color
Monochromatic Colors of #FEF410
Black with #FEF410
Text Example
Text Example
White with #FEF410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF410; }
p { color: rgb(254,244,16); }
H1.HeaderClassName
{
color: #FEF410;
}
.AnyTagClassName
{
color: #FEF410;
}
</style>
background-color css
<style>
a { background-color: #FEF410; }
a { background-color: rgb(254,244,16); }
div.DivClassName
{
background-color: #FEF410;
}
.BgClassName
{
background-color: #FEF410;
}
</style>
border-color css
<style>
span { border-color: #FEF410; }
span { border-color: rgb(254,244,16); }
td.TdClassName
{
border-color: #FEF410;
}
.TagClassName
{
border-color: #FEF410;
}
</style>