Shades of Lemon #FEFC19
Tints of Lemon #FEFC19
RGB
CMYK
RGB Variations
Color information
#FEFC19 (or 0xFEFC19) is known color: Lemon. HEX triplet: FE, FC and 19. RGB value is (254,252,25). Sum of RGB (Red+Green+Blue) = 254+252+25=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 25 (10.16% from 255 or 4.71% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFC19 is #0103E6. Grayscale: #E3E3E3. Windows color (decimal): -66535 or 1703166. OLE color: 1703166.
HSL color Cylindrical-coordinate representation of color #FEFC19: hue angle of 59.48º 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 #FEFC19 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 25 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.00 |
| HSL | 59.48º | 0.99% | 0.55% | - |
| HSV(B) | 59.48º | 0.9% | 1% | - |
| XYZ | 75.86 | 90.76 | 14.44 | - |
| YUV | 226.72 | 14.16 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 25 | 0 | 0.01 | 0.90 | 0.00 | 59.48 | 0.99 | 0.55 |
| Hex | FE | FC | 19 | 0 | 1 | 5A | 0 | 3B | 63 | 37 |
| Octal | 376 | 374 | 31 | 0 | 1 | 132 | 0 | 73 | 143 | 67 |
| Binary | 11111110 | 11111100 | 11001 | 0 | 1 | 1011010 | 0 | 111011 | 1100011 | 110111 |
Color Harmonies of #FEFC19
Complementary color
Monochromatic Colors of #FEFC19
Black with #FEFC19
Text Example
Text Example
White with #FEFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC19; }
p { color: rgb(254,252,25); }
H1.HeaderClassName
{
color: #FEFC19;
}
.AnyTagClassName
{
color: #FEFC19;
}
</style>
background-color css
<style>
a { background-color: #FEFC19; }
a { background-color: rgb(254,252,25); }
div.DivClassName
{
background-color: #FEFC19;
}
.BgClassName
{
background-color: #FEFC19;
}
</style>
border-color css
<style>
span { border-color: #FEFC19; }
span { border-color: rgb(254,252,25); }
td.TdClassName
{
border-color: #FEFC19;
}
.TagClassName
{
border-color: #FEFC19;
}
</style>