Shades of Lemon #FEE31A
Tints of Lemon #FEE31A
RGB
CMYK
RGB Variations
Color information
#FEE31A (or 0xFEE31A) is known color: Lemon. HEX triplet: FE, E3 and 1A. RGB value is (254,227,26). Sum of RGB (Red+Green+Blue) = 254+227+26=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 26 (10.55% from 255 or 5.13% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE31A is #011CE5. Grayscale: #D4D4D4. Windows color (decimal): -72934 or 1762302. OLE color: 1762302.
HSL color Cylindrical-coordinate representation of color #FEE31A: hue angle of 52.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEE31A is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 26 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.00 |
| HSL | 52.89º | 0.99% | 0.55% | - |
| HSV(B) | 52.89º | 0.9% | 1% | - |
| XYZ | 68.53 | 76.08 | 12.05 | - |
| YUV | 212.16 | 22.95 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 26 | 0 | 0.11 | 0.90 | 0.00 | 52.89 | 0.99 | 0.55 |
| Hex | FE | E3 | 1A | 0 | B | 5A | 0 | 35 | 63 | 37 |
| Octal | 376 | 343 | 32 | 0 | 13 | 132 | 0 | 65 | 143 | 67 |
| Binary | 11111110 | 11100011 | 11010 | 0 | 1011 | 1011010 | 0 | 110101 | 1100011 | 110111 |
Color Harmonies of #FEE31A
Complementary color
Monochromatic Colors of #FEE31A
Black with #FEE31A
Text Example
Text Example
White with #FEE31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE31A; }
p { color: rgb(254,227,26); }
H1.HeaderClassName
{
color: #FEE31A;
}
.AnyTagClassName
{
color: #FEE31A;
}
</style>
background-color css
<style>
a { background-color: #FEE31A; }
a { background-color: rgb(254,227,26); }
div.DivClassName
{
background-color: #FEE31A;
}
.BgClassName
{
background-color: #FEE31A;
}
</style>
border-color css
<style>
span { border-color: #FEE31A; }
span { border-color: rgb(254,227,26); }
td.TdClassName
{
border-color: #FEE31A;
}
.TagClassName
{
border-color: #FEE31A;
}
</style>