Shades of Lemon #FEF40D
Tints of Lemon #FEF40D
RGB
CMYK
RGB Variations
Color information
#FEF40D (or 0xFEF40D) is known color: Lemon. HEX triplet: FE, F4 and 0D. RGB value is (254,244,13). Sum of RGB (Red+Green+Blue) = 254+244+13=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 13 (5.47% from 255 or 2.54% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF40D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF40D is #010BF2. Grayscale: #DDDDDD. Windows color (decimal): -68595 or 914686. OLE color: 914686.
HSL color Cylindrical-coordinate representation of color #FEF40D: hue angle of 57.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEF40D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 13 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.00 |
| HSL | 57.51º | 0.99% | 0.52% | - |
| HSV(B) | 57.51º | 0.95% | 1% | - |
| XYZ | 73.3 | 85.8 | 13.08 | - |
| YUV | 220.66 | 10.81 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 13 | 0 | 0.04 | 0.95 | 0.00 | 57.51 | 0.99 | 0.52 |
| Hex | FE | F4 | D | 0 | 4 | 5F | 0 | 3A | 63 | 34 |
| Octal | 376 | 364 | 15 | 0 | 4 | 137 | 0 | 72 | 143 | 64 |
| Binary | 11111110 | 11110100 | 1101 | 0 | 100 | 1011111 | 0 | 111010 | 1100011 | 110100 |
Color Harmonies of #FEF40D
Complementary color
Monochromatic Colors of #FEF40D
Black with #FEF40D
Text Example
Text Example
White with #FEF40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF40D; }
p { color: rgb(254,244,13); }
H1.HeaderClassName
{
color: #FEF40D;
}
.AnyTagClassName
{
color: #FEF40D;
}
</style>
background-color css
<style>
a { background-color: #FEF40D; }
a { background-color: rgb(254,244,13); }
div.DivClassName
{
background-color: #FEF40D;
}
.BgClassName
{
background-color: #FEF40D;
}
</style>
border-color css
<style>
span { border-color: #FEF40D; }
span { border-color: rgb(254,244,13); }
td.TdClassName
{
border-color: #FEF40D;
}
.TagClassName
{
border-color: #FEF40D;
}
</style>