Shades of Lemon #FEE414
Tints of Lemon #FEE414
RGB
CMYK
RGB Variations
Color information
#FEE414 (or 0xFEE414) is known color: Lemon. HEX triplet: FE, E4 and 14. RGB value is (254,228,20). Sum of RGB (Red+Green+Blue) = 254+228+20=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 20 (8.20% from 255 or 3.98% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE414 is #011BEB. Grayscale: #D4D4D4. Windows color (decimal): -72684 or 1369342. OLE color: 1369342.
HSL color Cylindrical-coordinate representation of color #FEE414: hue angle of 53.33º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEE414 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 20 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.00 |
| HSL | 53.33º | 0.99% | 0.54% | - |
| HSV(B) | 53.33º | 0.92% | 1% | - |
| XYZ | 68.74 | 76.61 | 11.83 | - |
| YUV | 212.06 | 19.61 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 20 | 0 | 0.10 | 0.92 | 0.00 | 53.33 | 0.99 | 0.54 |
| Hex | FE | E4 | 14 | 0 | A | 5C | 0 | 35 | 63 | 36 |
| Octal | 376 | 344 | 24 | 0 | 12 | 134 | 0 | 65 | 143 | 66 |
| Binary | 11111110 | 11100100 | 10100 | 0 | 1010 | 1011100 | 0 | 110101 | 1100011 | 110110 |
Color Harmonies of #FEE414
Complementary color
Monochromatic Colors of #FEE414
Black with #FEE414
Text Example
Text Example
White with #FEE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE414; }
p { color: rgb(254,228,20); }
H1.HeaderClassName
{
color: #FEE414;
}
.AnyTagClassName
{
color: #FEE414;
}
</style>
background-color css
<style>
a { background-color: #FEE414; }
a { background-color: rgb(254,228,20); }
div.DivClassName
{
background-color: #FEE414;
}
.BgClassName
{
background-color: #FEE414;
}
</style>
border-color css
<style>
span { border-color: #FEE414; }
span { border-color: rgb(254,228,20); }
td.TdClassName
{
border-color: #FEE414;
}
.TagClassName
{
border-color: #FEE414;
}
</style>