Shades of Lemon #FEEC1E
Tints of Lemon #FEEC1E
RGB
CMYK
RGB Variations
Color information
#FEEC1E (or 0xFEEC1E) is known color: Lemon. HEX triplet: FE, EC and 1E. RGB value is (254,236,30). Sum of RGB (Red+Green+Blue) = 254+236+30=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 30 (12.11% from 255 or 5.77% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEC1E is #0113E1. Grayscale: #DADADA. Windows color (decimal): -70626 or 2026750. OLE color: 2026750.
HSL color Cylindrical-coordinate representation of color #FEEC1E: hue angle of 55.18º 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 #FEEC1E is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 30 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.00 |
| HSL | 55.18º | 0.99% | 0.56% | - |
| HSV(B) | 55.18º | 0.88% | 1% | - |
| XYZ | 71.1 | 81.16 | 13.15 | - |
| YUV | 217.9 | 21.96 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 30 | 0 | 0.07 | 0.88 | 0.00 | 55.18 | 0.99 | 0.56 |
| Hex | FE | EC | 1E | 0 | 7 | 58 | 0 | 37 | 63 | 38 |
| Octal | 376 | 354 | 36 | 0 | 7 | 130 | 0 | 67 | 143 | 70 |
| Binary | 11111110 | 11101100 | 11110 | 0 | 111 | 1011000 | 0 | 110111 | 1100011 | 111000 |
Color Harmonies of #FEEC1E
Complementary color
Monochromatic Colors of #FEEC1E
Black with #FEEC1E
Text Example
Text Example
White with #FEEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC1E; }
p { color: rgb(254,236,30); }
H1.HeaderClassName
{
color: #FEEC1E;
}
.AnyTagClassName
{
color: #FEEC1E;
}
</style>
background-color css
<style>
a { background-color: #FEEC1E; }
a { background-color: rgb(254,236,30); }
div.DivClassName
{
background-color: #FEEC1E;
}
.BgClassName
{
background-color: #FEEC1E;
}
</style>
border-color css
<style>
span { border-color: #FEEC1E; }
span { border-color: rgb(254,236,30); }
td.TdClassName
{
border-color: #FEEC1E;
}
.TagClassName
{
border-color: #FEEC1E;
}
</style>