Shades of Lemon #FEE412
Tints of Lemon #FEE412
RGB
CMYK
RGB Variations
Color information
#FEE412 (or 0xFEE412) is known color: Lemon. HEX triplet: FE, E4 and 12. RGB value is (254,228,18). Sum of RGB (Red+Green+Blue) = 254+228+18=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 18 (7.42% from 255 or 3.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE412 is #011BED. Grayscale: #D4D4D4. Windows color (decimal): -72686 or 1238270. OLE color: 1238270.
HSL color Cylindrical-coordinate representation of color #FEE412: hue angle of 53.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEE412 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 18 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.00 |
| HSL | 53.39º | 0.99% | 0.53% | - |
| HSV(B) | 53.39º | 0.93% | 1% | - |
| XYZ | 68.73 | 76.6 | 11.74 | - |
| YUV | 211.83 | 18.61 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 18 | 0 | 0.10 | 0.93 | 0.00 | 53.39 | 0.99 | 0.53 |
| Hex | FE | E4 | 12 | 0 | A | 5D | 0 | 35 | 63 | 35 |
| Octal | 376 | 344 | 22 | 0 | 12 | 135 | 0 | 65 | 143 | 65 |
| Binary | 11111110 | 11100100 | 10010 | 0 | 1010 | 1011101 | 0 | 110101 | 1100011 | 110101 |
Color Harmonies of #FEE412
Complementary color
Monochromatic Colors of #FEE412
Black with #FEE412
Text Example
Text Example
White with #FEE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE412; }
p { color: rgb(254,228,18); }
H1.HeaderClassName
{
color: #FEE412;
}
.AnyTagClassName
{
color: #FEE412;
}
</style>
background-color css
<style>
a { background-color: #FEE412; }
a { background-color: rgb(254,228,18); }
div.DivClassName
{
background-color: #FEE412;
}
.BgClassName
{
background-color: #FEE412;
}
</style>
border-color css
<style>
span { border-color: #FEE412; }
span { border-color: rgb(254,228,18); }
td.TdClassName
{
border-color: #FEE412;
}
.TagClassName
{
border-color: #FEE412;
}
</style>