Shades of Lemon #FEE31E
Tints of Lemon #FEE31E
RGB
CMYK
RGB Variations
Color information
#FEE31E (or 0xFEE31E) is known color: Lemon. HEX triplet: FE, E3 and 1E. RGB value is (254,227,30). Sum of RGB (Red+Green+Blue) = 254+227+30=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 30 (12.11% from 255 or 5.87% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE31E is #011CE1. Grayscale: #D5D5D5. Windows color (decimal): -72930 or 2024446. OLE color: 2024446.
HSL color Cylindrical-coordinate representation of color #FEE31E: hue angle of 52.77º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEE31E is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 30 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.00 |
| HSL | 52.77º | 0.99% | 0.56% | - |
| HSV(B) | 52.77º | 0.88% | 1% | - |
| XYZ | 68.58 | 76.1 | 12.3 | - |
| YUV | 212.62 | 24.95 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 30 | 0 | 0.11 | 0.88 | 0.00 | 52.77 | 0.99 | 0.56 |
| Hex | FE | E3 | 1E | 0 | B | 58 | 0 | 35 | 63 | 38 |
| Octal | 376 | 343 | 36 | 0 | 13 | 130 | 0 | 65 | 143 | 70 |
| Binary | 11111110 | 11100011 | 11110 | 0 | 1011 | 1011000 | 0 | 110101 | 1100011 | 111000 |
Color Harmonies of #FEE31E
Complementary color
Monochromatic Colors of #FEE31E
Black with #FEE31E
Text Example
Text Example
White with #FEE31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE31E; }
p { color: rgb(254,227,30); }
H1.HeaderClassName
{
color: #FEE31E;
}
.AnyTagClassName
{
color: #FEE31E;
}
</style>
background-color css
<style>
a { background-color: #FEE31E; }
a { background-color: rgb(254,227,30); }
div.DivClassName
{
background-color: #FEE31E;
}
.BgClassName
{
background-color: #FEE31E;
}
</style>
border-color css
<style>
span { border-color: #FEE31E; }
span { border-color: rgb(254,227,30); }
td.TdClassName
{
border-color: #FEE31E;
}
.TagClassName
{
border-color: #FEE31E;
}
</style>