Shades of Lemon #FEEC04
Tints of Lemon #FEEC04
RGB
CMYK
RGB Variations
Color information
#FEEC04 (or 0xFEEC04) is known color: Lemon. HEX triplet: FE, EC and 04. RGB value is (254,236,4). Sum of RGB (Red+Green+Blue) = 254+236+4=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 4 (1.95% from 255 or 0.81% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEC04 is #0113FB. Grayscale: #D7D7D7. Windows color (decimal): -70652 or 322814. OLE color: 322814.
HSL color Cylindrical-coordinate representation of color #FEEC04: hue angle of 55.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEEC04 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.00 |
| HSL | 55.68º | 0.99% | 0.51% | - |
| HSV(B) | 55.68º | 0.98% | 1% | - |
| XYZ | 70.89 | 81.07 | 12.03 | - |
| YUV | 214.93 | 8.96 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 4 | 0 | 0.07 | 0.98 | 0.00 | 55.68 | 0.99 | 0.51 |
| Hex | FE | EC | 4 | 0 | 7 | 62 | 0 | 38 | 63 | 33 |
| Octal | 376 | 354 | 4 | 0 | 7 | 142 | 0 | 70 | 143 | 63 |
| Binary | 11111110 | 11101100 | 100 | 0 | 111 | 1100010 | 0 | 111000 | 1100011 | 110011 |
Color Harmonies of #FEEC04
Complementary color
Monochromatic Colors of #FEEC04
Black with #FEEC04
Text Example
Text Example
White with #FEEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEC04; }
p { color: rgb(254,236,4); }
H1.HeaderClassName
{
color: #FEEC04;
}
.AnyTagClassName
{
color: #FEEC04;
}
</style>
background-color css
<style>
a { background-color: #FEEC04; }
a { background-color: rgb(254,236,4); }
div.DivClassName
{
background-color: #FEEC04;
}
.BgClassName
{
background-color: #FEEC04;
}
</style>
border-color css
<style>
span { border-color: #FEEC04; }
span { border-color: rgb(254,236,4); }
td.TdClassName
{
border-color: #FEEC04;
}
.TagClassName
{
border-color: #FEEC04;
}
</style>