Shades of Lemon #FEDE19
Tints of Lemon #FEDE19
RGB
CMYK
RGB Variations
Color information
#FEDE19 (or 0xFEDE19) is known color: Lemon. HEX triplet: FE, DE and 19. RGB value is (254,222,25). Sum of RGB (Red+Green+Blue) = 254+222+25=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 25 (10.16% from 255 or 4.99% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE19 is #0121E6. Grayscale: #D1D1D1. Windows color (decimal): -74215 or 1695486. OLE color: 1695486.
HSL color Cylindrical-coordinate representation of color #FEDE19: hue angle of 51.62º 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 #FEDE19 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 25 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.00 |
| HSL | 51.62º | 0.99% | 0.55% | - |
| HSV(B) | 51.62º | 0.9% | 1% | - |
| XYZ | 67.17 | 73.38 | 11.54 | - |
| YUV | 209.11 | 24.1 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 25 | 0 | 0.13 | 0.90 | 0.00 | 51.62 | 0.99 | 0.55 |
| Hex | FE | DE | 19 | 0 | D | 5A | 0 | 34 | 63 | 37 |
| Octal | 376 | 336 | 31 | 0 | 15 | 132 | 0 | 64 | 143 | 67 |
| Binary | 11111110 | 11011110 | 11001 | 0 | 1101 | 1011010 | 0 | 110100 | 1100011 | 110111 |
Color Harmonies of #FEDE19
Complementary color
Monochromatic Colors of #FEDE19
Black with #FEDE19
Text Example
Text Example
White with #FEDE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE19; }
p { color: rgb(254,222,25); }
H1.HeaderClassName
{
color: #FEDE19;
}
.AnyTagClassName
{
color: #FEDE19;
}
</style>
background-color css
<style>
a { background-color: #FEDE19; }
a { background-color: rgb(254,222,25); }
div.DivClassName
{
background-color: #FEDE19;
}
.BgClassName
{
background-color: #FEDE19;
}
</style>
border-color css
<style>
span { border-color: #FEDE19; }
span { border-color: rgb(254,222,25); }
td.TdClassName
{
border-color: #FEDE19;
}
.TagClassName
{
border-color: #FEDE19;
}
</style>