Shades of Lemon #FEE30A
Tints of Lemon #FEE30A
RGB
CMYK
RGB Variations
Color information
#FEE30A (or 0xFEE30A) is known color: Lemon. HEX triplet: FE, E3 and 0A. RGB value is (254,227,10). Sum of RGB (Red+Green+Blue) = 254+227+10=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 10 (4.30% from 255 or 2.04% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE30A is #011CF5. Grayscale: #D3D3D3. Windows color (decimal): -72950 or 713726. OLE color: 713726.
HSL color Cylindrical-coordinate representation of color #FEE30A: hue angle of 53.36º 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 #FEE30A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.00 |
| HSL | 53.36º | 0.99% | 0.52% | - |
| HSV(B) | 53.36º | 0.96% | 1% | - |
| XYZ | 68.4 | 76.03 | 11.36 | - |
| YUV | 210.34 | 14.95 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 10 | 0 | 0.11 | 0.96 | 0.00 | 53.36 | 0.99 | 0.52 |
| Hex | FE | E3 | A | 0 | B | 60 | 0 | 35 | 63 | 34 |
| Octal | 376 | 343 | 12 | 0 | 13 | 140 | 0 | 65 | 143 | 64 |
| Binary | 11111110 | 11100011 | 1010 | 0 | 1011 | 1100000 | 0 | 110101 | 1100011 | 110100 |
Color Harmonies of #FEE30A
Complementary color
Monochromatic Colors of #FEE30A
Black with #FEE30A
Text Example
Text Example
White with #FEE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE30A; }
p { color: rgb(254,227,10); }
H1.HeaderClassName
{
color: #FEE30A;
}
.AnyTagClassName
{
color: #FEE30A;
}
</style>
background-color css
<style>
a { background-color: #FEE30A; }
a { background-color: rgb(254,227,10); }
div.DivClassName
{
background-color: #FEE30A;
}
.BgClassName
{
background-color: #FEE30A;
}
</style>
border-color css
<style>
span { border-color: #FEE30A; }
span { border-color: rgb(254,227,10); }
td.TdClassName
{
border-color: #FEE30A;
}
.TagClassName
{
border-color: #FEE30A;
}
</style>