Shades of Lemon #FEF413
Tints of Lemon #FEF413
RGB
CMYK
RGB Variations
Color information
#FEF413 (or 0xFEF413) is known color: Lemon. HEX triplet: FE, F4 and 13. RGB value is (254,244,19). Sum of RGB (Red+Green+Blue) = 254+244+19=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 19 (7.81% from 255 or 3.68% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF413 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF413 is #010BEC. Grayscale: #DEDEDE. Windows color (decimal): -68589 or 1307902. OLE color: 1307902.
HSL color Cylindrical-coordinate representation of color #FEF413: hue angle of 57.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEF413 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 19 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.00 |
| HSL | 57.45º | 0.99% | 0.54% | - |
| HSV(B) | 57.45º | 0.93% | 1% | - |
| XYZ | 73.34 | 85.82 | 13.32 | - |
| YUV | 221.34 | 13.81 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 19 | 0 | 0.04 | 0.93 | 0.00 | 57.45 | 0.99 | 0.54 |
| Hex | FE | F4 | 13 | 0 | 4 | 5D | 0 | 39 | 63 | 36 |
| Octal | 376 | 364 | 23 | 0 | 4 | 135 | 0 | 71 | 143 | 66 |
| Binary | 11111110 | 11110100 | 10011 | 0 | 100 | 1011101 | 0 | 111001 | 1100011 | 110110 |
Color Harmonies of #FEF413
Complementary color
Monochromatic Colors of #FEF413
Black with #FEF413
Text Example
Text Example
White with #FEF413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF413; }
p { color: rgb(254,244,19); }
H1.HeaderClassName
{
color: #FEF413;
}
.AnyTagClassName
{
color: #FEF413;
}
</style>
background-color css
<style>
a { background-color: #FEF413; }
a { background-color: rgb(254,244,19); }
div.DivClassName
{
background-color: #FEF413;
}
.BgClassName
{
background-color: #FEF413;
}
</style>
border-color css
<style>
span { border-color: #FEF413; }
span { border-color: rgb(254,244,19); }
td.TdClassName
{
border-color: #FEF413;
}
.TagClassName
{
border-color: #FEF413;
}
</style>