Shades of Lemon #FEE31F
Tints of Lemon #FEE31F
RGB
CMYK
RGB Variations
Color information
#FEE31F (or 0xFEE31F) is known color: Lemon. HEX triplet: FE, E3 and 1F. RGB value is (254,227,31). Sum of RGB (Red+Green+Blue) = 254+227+31=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 31 (12.5% from 255 or 6.05% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE31F is #011CE0. Grayscale: #D5D5D5. Windows color (decimal): -72929 or 2089982. OLE color: 2089982.
HSL color Cylindrical-coordinate representation of color #FEE31F: hue angle of 52.74º 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 #FEE31F is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 31 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.00 |
| HSL | 52.74º | 0.99% | 0.56% | - |
| HSV(B) | 52.74º | 0.88% | 1% | - |
| XYZ | 68.59 | 76.11 | 12.37 | - |
| YUV | 212.73 | 25.45 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 31 | 0 | 0.11 | 0.88 | 0.00 | 52.74 | 0.99 | 0.56 |
| Hex | FE | E3 | 1F | 0 | B | 58 | 0 | 35 | 63 | 38 |
| Octal | 376 | 343 | 37 | 0 | 13 | 130 | 0 | 65 | 143 | 70 |
| Binary | 11111110 | 11100011 | 11111 | 0 | 1011 | 1011000 | 0 | 110101 | 1100011 | 111000 |
Color Harmonies of #FEE31F
Complementary color
Monochromatic Colors of #FEE31F
Black with #FEE31F
Text Example
Text Example
White with #FEE31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE31F; }
p { color: rgb(254,227,31); }
H1.HeaderClassName
{
color: #FEE31F;
}
.AnyTagClassName
{
color: #FEE31F;
}
</style>
background-color css
<style>
a { background-color: #FEE31F; }
a { background-color: rgb(254,227,31); }
div.DivClassName
{
background-color: #FEE31F;
}
.BgClassName
{
background-color: #FEE31F;
}
</style>
border-color css
<style>
span { border-color: #FEE31F; }
span { border-color: rgb(254,227,31); }
td.TdClassName
{
border-color: #FEE31F;
}
.TagClassName
{
border-color: #FEE31F;
}
</style>