Shades of Lemon #FEFD19
Tints of Lemon #FEFD19
RGB
CMYK
RGB Variations
Color information
#FEFD19 (or 0xFEFD19) is known color: Lemon. HEX triplet: FE, FD and 19. RGB value is (254,253,25). Sum of RGB (Red+Green+Blue) = 254+253+25=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 25 (10.16% from 255 or 4.70% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD19 is #0102E6. Grayscale: #E4E4E4. Windows color (decimal): -66279 or 1703422. OLE color: 1703422.
HSL color Cylindrical-coordinate representation of color #FEFD19: hue angle of 59.74º 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 #FEFD19 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 25 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.00 |
| HSL | 59.74º | 0.99% | 0.55% | - |
| HSV(B) | 59.74º | 0.9% | 1% | - |
| XYZ | 76.17 | 91.39 | 14.55 | - |
| YUV | 227.31 | 13.83 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 25 | 0 | 0.00 | 0.90 | 0.00 | 59.74 | 0.99 | 0.55 |
| Hex | FE | FD | 19 | 0 | 0 | 5A | 0 | 3C | 63 | 37 |
| Octal | 376 | 375 | 31 | 0 | 0 | 132 | 0 | 74 | 143 | 67 |
| Binary | 11111110 | 11111101 | 11001 | 0 | 0 | 1011010 | 0 | 111100 | 1100011 | 110111 |
Color Harmonies of #FEFD19
Complementary color
Monochromatic Colors of #FEFD19
Black with #FEFD19
Text Example
Text Example
White with #FEFD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD19; }
p { color: rgb(254,253,25); }
H1.HeaderClassName
{
color: #FEFD19;
}
.AnyTagClassName
{
color: #FEFD19;
}
</style>
background-color css
<style>
a { background-color: #FEFD19; }
a { background-color: rgb(254,253,25); }
div.DivClassName
{
background-color: #FEFD19;
}
.BgClassName
{
background-color: #FEFD19;
}
</style>
border-color css
<style>
span { border-color: #FEFD19; }
span { border-color: rgb(254,253,25); }
td.TdClassName
{
border-color: #FEFD19;
}
.TagClassName
{
border-color: #FEFD19;
}
</style>