Shades of Lemon #FEE50D
Tints of Lemon #FEE50D
RGB
CMYK
RGB Variations
Color information
#FEE50D (or 0xFEE50D) is known color: Lemon. HEX triplet: FE, E5 and 0D. RGB value is (254,229,13). Sum of RGB (Red+Green+Blue) = 254+229+13=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 13 (5.47% from 255 or 2.62% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE50D is #011AF2. Grayscale: #D4D4D4. Windows color (decimal): -72435 or 910846. OLE color: 910846.
HSL color Cylindrical-coordinate representation of color #FEE50D: hue angle of 53.78º 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 #FEE50D is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 13 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.00 |
| HSL | 53.78º | 0.99% | 0.52% | - |
| HSV(B) | 53.78º | 0.95% | 1% | - |
| XYZ | 68.97 | 77.14 | 11.64 | - |
| YUV | 211.85 | 15.78 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 13 | 0 | 0.10 | 0.95 | 0.00 | 53.78 | 0.99 | 0.52 |
| Hex | FE | E5 | D | 0 | A | 5F | 0 | 36 | 63 | 34 |
| Octal | 376 | 345 | 15 | 0 | 12 | 137 | 0 | 66 | 143 | 64 |
| Binary | 11111110 | 11100101 | 1101 | 0 | 1010 | 1011111 | 0 | 110110 | 1100011 | 110100 |
Color Harmonies of #FEE50D
Complementary color
Monochromatic Colors of #FEE50D
Black with #FEE50D
Text Example
Text Example
White with #FEE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE50D; }
p { color: rgb(254,229,13); }
H1.HeaderClassName
{
color: #FEE50D;
}
.AnyTagClassName
{
color: #FEE50D;
}
</style>
background-color css
<style>
a { background-color: #FEE50D; }
a { background-color: rgb(254,229,13); }
div.DivClassName
{
background-color: #FEE50D;
}
.BgClassName
{
background-color: #FEE50D;
}
</style>
border-color css
<style>
span { border-color: #FEE50D; }
span { border-color: rgb(254,229,13); }
td.TdClassName
{
border-color: #FEE50D;
}
.TagClassName
{
border-color: #FEE50D;
}
</style>