Shades of Lemon #FEE80D
Tints of Lemon #FEE80D
RGB
CMYK
RGB Variations
Color information
#FEE80D (or 0xFEE80D) is known color: Lemon. HEX triplet: FE, E8 and 0D. RGB value is (254,232,13). Sum of RGB (Red+Green+Blue) = 254+232+13=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 13 (5.47% from 255 or 2.61% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE80D is #0117F2. Grayscale: #D6D6D6. Windows color (decimal): -71667 or 911614. OLE color: 911614.
HSL color Cylindrical-coordinate representation of color #FEE80D: hue angle of 54.52º 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 #FEE80D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.00 |
| HSL | 54.52º | 0.99% | 0.52% | - |
| HSV(B) | 54.52º | 0.95% | 1% | - |
| XYZ | 69.8 | 78.81 | 11.91 | - |
| YUV | 213.61 | 14.79 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 13 | 0 | 0.09 | 0.95 | 0.00 | 54.52 | 0.99 | 0.52 |
| Hex | FE | E8 | D | 0 | 9 | 5F | 0 | 37 | 63 | 34 |
| Octal | 376 | 350 | 15 | 0 | 11 | 137 | 0 | 67 | 143 | 64 |
| Binary | 11111110 | 11101000 | 1101 | 0 | 1001 | 1011111 | 0 | 110111 | 1100011 | 110100 |
Color Harmonies of #FEE80D
Complementary color
Monochromatic Colors of #FEE80D
Black with #FEE80D
Text Example
Text Example
White with #FEE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE80D; }
p { color: rgb(254,232,13); }
H1.HeaderClassName
{
color: #FEE80D;
}
.AnyTagClassName
{
color: #FEE80D;
}
</style>
background-color css
<style>
a { background-color: #FEE80D; }
a { background-color: rgb(254,232,13); }
div.DivClassName
{
background-color: #FEE80D;
}
.BgClassName
{
background-color: #FEE80D;
}
</style>
border-color css
<style>
span { border-color: #FEE80D; }
span { border-color: rgb(254,232,13); }
td.TdClassName
{
border-color: #FEE80D;
}
.TagClassName
{
border-color: #FEE80D;
}
</style>