Shades of Lemon #FEE40B
Tints of Lemon #FEE40B
RGB
CMYK
RGB Variations
Color information
#FEE40B (or 0xFEE40B) is known color: Lemon. HEX triplet: FE, E4 and 0B. RGB value is (254,228,11). Sum of RGB (Red+Green+Blue) = 254+228+11=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 11 (4.69% from 255 or 2.23% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE40B is #011BF4. Grayscale: #D3D3D3. Windows color (decimal): -72693 or 779518. OLE color: 779518.
HSL color Cylindrical-coordinate representation of color #FEE40B: hue angle of 53.58º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEE40B is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 11 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.00 |
| HSL | 53.58º | 0.99% | 0.52% | - |
| HSV(B) | 53.58º | 0.96% | 1% | - |
| XYZ | 68.68 | 76.58 | 11.48 | - |
| YUV | 211.04 | 15.11 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 11 | 0 | 0.10 | 0.96 | 0.00 | 53.58 | 0.99 | 0.52 |
| Hex | FE | E4 | B | 0 | A | 60 | 0 | 36 | 63 | 34 |
| Octal | 376 | 344 | 13 | 0 | 12 | 140 | 0 | 66 | 143 | 64 |
| Binary | 11111110 | 11100100 | 1011 | 0 | 1010 | 1100000 | 0 | 110110 | 1100011 | 110100 |
Color Harmonies of #FEE40B
Complementary color
Monochromatic Colors of #FEE40B
Black with #FEE40B
Text Example
Text Example
White with #FEE40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE40B; }
p { color: rgb(254,228,11); }
H1.HeaderClassName
{
color: #FEE40B;
}
.AnyTagClassName
{
color: #FEE40B;
}
</style>
background-color css
<style>
a { background-color: #FEE40B; }
a { background-color: rgb(254,228,11); }
div.DivClassName
{
background-color: #FEE40B;
}
.BgClassName
{
background-color: #FEE40B;
}
</style>
border-color css
<style>
span { border-color: #FEE40B; }
span { border-color: rgb(254,228,11); }
td.TdClassName
{
border-color: #FEE40B;
}
.TagClassName
{
border-color: #FEE40B;
}
</style>