Shades of Lemon #FEE419
Tints of Lemon #FEE419
RGB
CMYK
RGB Variations
Color information
#FEE419 (or 0xFEE419) is known color: Lemon. HEX triplet: FE, E4 and 19. RGB value is (254,228,25). Sum of RGB (Red+Green+Blue) = 254+228+25=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 25 (10.16% from 255 or 4.93% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE419 is #011BE6. Grayscale: #D5D5D5. Windows color (decimal): -72679 or 1697022. OLE color: 1697022.
HSL color Cylindrical-coordinate representation of color #FEE419: hue angle of 53.19º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEE419 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 25 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.00 |
| HSL | 53.19º | 0.99% | 0.55% | - |
| HSV(B) | 53.19º | 0.9% | 1% | - |
| XYZ | 68.79 | 76.63 | 12.08 | - |
| YUV | 212.63 | 22.11 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 25 | 0 | 0.10 | 0.90 | 0.00 | 53.19 | 0.99 | 0.55 |
| Hex | FE | E4 | 19 | 0 | A | 5A | 0 | 35 | 63 | 37 |
| Octal | 376 | 344 | 31 | 0 | 12 | 132 | 0 | 65 | 143 | 67 |
| Binary | 11111110 | 11100100 | 11001 | 0 | 1010 | 1011010 | 0 | 110101 | 1100011 | 110111 |
Color Harmonies of #FEE419
Complementary color
Monochromatic Colors of #FEE419
Black with #FEE419
Text Example
Text Example
White with #FEE419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE419; }
p { color: rgb(254,228,25); }
H1.HeaderClassName
{
color: #FEE419;
}
.AnyTagClassName
{
color: #FEE419;
}
</style>
background-color css
<style>
a { background-color: #FEE419; }
a { background-color: rgb(254,228,25); }
div.DivClassName
{
background-color: #FEE419;
}
.BgClassName
{
background-color: #FEE419;
}
</style>
border-color css
<style>
span { border-color: #FEE419; }
span { border-color: rgb(254,228,25); }
td.TdClassName
{
border-color: #FEE419;
}
.TagClassName
{
border-color: #FEE419;
}
</style>