Shades of Lemon #FEE10F
Tints of Lemon #FEE10F
RGB
CMYK
RGB Variations
Color information
#FEE10F (or 0xFEE10F) is known color: Lemon. HEX triplet: FE, E1 and 0F. RGB value is (254,225,15). Sum of RGB (Red+Green+Blue) = 254+225+15=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 15 (6.25% from 255 or 3.04% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE10F is #011EF0. Grayscale: #D2D2D2. Windows color (decimal): -73457 or 1040894. OLE color: 1040894.
HSL color Cylindrical-coordinate representation of color #FEE10F: hue angle of 52.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEE10F is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 15 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.00 |
| HSL | 52.72º | 0.99% | 0.53% | - |
| HSV(B) | 52.72º | 0.94% | 1% | - |
| XYZ | 67.88 | 74.96 | 11.34 | - |
| YUV | 209.73 | 18.11 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 15 | 0 | 0.11 | 0.94 | 0.00 | 52.72 | 0.99 | 0.53 |
| Hex | FE | E1 | F | 0 | B | 5E | 0 | 35 | 63 | 35 |
| Octal | 376 | 341 | 17 | 0 | 13 | 136 | 0 | 65 | 143 | 65 |
| Binary | 11111110 | 11100001 | 1111 | 0 | 1011 | 1011110 | 0 | 110101 | 1100011 | 110101 |
Color Harmonies of #FEE10F
Complementary color
Monochromatic Colors of #FEE10F
Black with #FEE10F
Text Example
Text Example
White with #FEE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE10F; }
p { color: rgb(254,225,15); }
H1.HeaderClassName
{
color: #FEE10F;
}
.AnyTagClassName
{
color: #FEE10F;
}
</style>
background-color css
<style>
a { background-color: #FEE10F; }
a { background-color: rgb(254,225,15); }
div.DivClassName
{
background-color: #FEE10F;
}
.BgClassName
{
background-color: #FEE10F;
}
</style>
border-color css
<style>
span { border-color: #FEE10F; }
span { border-color: rgb(254,225,15); }
td.TdClassName
{
border-color: #FEE10F;
}
.TagClassName
{
border-color: #FEE10F;
}
</style>