Shades of Lemon #FEDC19
Tints of Lemon #FEDC19
RGB
CMYK
RGB Variations
Color information
#FEDC19 (or 0xFEDC19) is known color: Lemon. HEX triplet: FE, DC and 19. RGB value is (254,220,25). Sum of RGB (Red+Green+Blue) = 254+220+25=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 25 (10.16% from 255 or 5.01% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC19 is #0123E6. Grayscale: #D0D0D0. Windows color (decimal): -74727 or 1694974. OLE color: 1694974.
HSL color Cylindrical-coordinate representation of color #FEDC19: hue angle of 51.09º 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 #FEDC19 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 25 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.00 |
| HSL | 51.09º | 0.99% | 0.55% | - |
| HSV(B) | 51.09º | 0.9% | 1% | - |
| XYZ | 66.64 | 72.33 | 11.37 | - |
| YUV | 207.94 | 24.76 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 25 | 0 | 0.13 | 0.90 | 0.00 | 51.09 | 0.99 | 0.55 |
| Hex | FE | DC | 19 | 0 | D | 5A | 0 | 33 | 63 | 37 |
| Octal | 376 | 334 | 31 | 0 | 15 | 132 | 0 | 63 | 143 | 67 |
| Binary | 11111110 | 11011100 | 11001 | 0 | 1101 | 1011010 | 0 | 110011 | 1100011 | 110111 |
Color Harmonies of #FEDC19
Complementary color
Monochromatic Colors of #FEDC19
Black with #FEDC19
Text Example
Text Example
White with #FEDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC19; }
p { color: rgb(254,220,25); }
H1.HeaderClassName
{
color: #FEDC19;
}
.AnyTagClassName
{
color: #FEDC19;
}
</style>
background-color css
<style>
a { background-color: #FEDC19; }
a { background-color: rgb(254,220,25); }
div.DivClassName
{
background-color: #FEDC19;
}
.BgClassName
{
background-color: #FEDC19;
}
</style>
border-color css
<style>
span { border-color: #FEDC19; }
span { border-color: rgb(254,220,25); }
td.TdClassName
{
border-color: #FEDC19;
}
.TagClassName
{
border-color: #FEDC19;
}
</style>