Shades of Lemon #FEF113
Tints of Lemon #FEF113
RGB
CMYK
RGB Variations
Color information
#FEF113 (or 0xFEF113) is known color: Lemon. HEX triplet: FE, F1 and 13. RGB value is (254,241,19). Sum of RGB (Red+Green+Blue) = 254+241+19=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 19 (7.81% from 255 or 3.70% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF113 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF113 is #010EEC. Grayscale: #DCDCDC. Windows color (decimal): -69357 or 1307134. OLE color: 1307134.
HSL color Cylindrical-coordinate representation of color #FEF113: hue angle of 56.68º 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 #FEF113 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 19 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.00 |
| HSL | 56.68º | 0.99% | 0.54% | - |
| HSV(B) | 56.68º | 0.93% | 1% | - |
| XYZ | 72.45 | 84.03 | 13.02 | - |
| YUV | 219.58 | 14.81 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 19 | 0 | 0.05 | 0.93 | 0.00 | 56.68 | 0.99 | 0.54 |
| Hex | FE | F1 | 13 | 0 | 5 | 5D | 0 | 39 | 63 | 36 |
| Octal | 376 | 361 | 23 | 0 | 5 | 135 | 0 | 71 | 143 | 66 |
| Binary | 11111110 | 11110001 | 10011 | 0 | 101 | 1011101 | 0 | 111001 | 1100011 | 110110 |
Color Harmonies of #FEF113
Complementary color
Monochromatic Colors of #FEF113
Black with #FEF113
Text Example
Text Example
White with #FEF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF113; }
p { color: rgb(254,241,19); }
H1.HeaderClassName
{
color: #FEF113;
}
.AnyTagClassName
{
color: #FEF113;
}
</style>
background-color css
<style>
a { background-color: #FEF113; }
a { background-color: rgb(254,241,19); }
div.DivClassName
{
background-color: #FEF113;
}
.BgClassName
{
background-color: #FEF113;
}
</style>
border-color css
<style>
span { border-color: #FEF113; }
span { border-color: rgb(254,241,19); }
td.TdClassName
{
border-color: #FEF113;
}
.TagClassName
{
border-color: #FEF113;
}
</style>