Shades of Lemon #FEFD1D
Tints of Lemon #FEFD1D
RGB
CMYK
RGB Variations
Color information
#FEFD1D (or 0xFEFD1D) is known color: Lemon. HEX triplet: FE, FD and 1D. RGB value is (254,253,29). Sum of RGB (Red+Green+Blue) = 254+253+29=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 29 (11.72% from 255 or 5.41% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD1D is #0102E2. Grayscale: #E4E4E4. Windows color (decimal): -66275 or 1965566. OLE color: 1965566.
HSL color Cylindrical-coordinate representation of color #FEFD1D: hue angle of 59.73º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEFD1D is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 29 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.00 |
| HSL | 59.73º | 0.99% | 0.55% | - |
| HSV(B) | 59.73º | 0.89% | 1% | - |
| XYZ | 76.22 | 91.41 | 14.79 | - |
| YUV | 227.76 | 15.83 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 29 | 0 | 0.00 | 0.89 | 0.00 | 59.73 | 0.99 | 0.55 |
| Hex | FE | FD | 1D | 0 | 0 | 59 | 0 | 3C | 63 | 37 |
| Octal | 376 | 375 | 35 | 0 | 0 | 131 | 0 | 74 | 143 | 67 |
| Binary | 11111110 | 11111101 | 11101 | 0 | 0 | 1011001 | 0 | 111100 | 1100011 | 110111 |
Color Harmonies of #FEFD1D
Complementary color
Monochromatic Colors of #FEFD1D
Black with #FEFD1D
Text Example
Text Example
White with #FEFD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD1D; }
p { color: rgb(254,253,29); }
H1.HeaderClassName
{
color: #FEFD1D;
}
.AnyTagClassName
{
color: #FEFD1D;
}
</style>
background-color css
<style>
a { background-color: #FEFD1D; }
a { background-color: rgb(254,253,29); }
div.DivClassName
{
background-color: #FEFD1D;
}
.BgClassName
{
background-color: #FEFD1D;
}
</style>
border-color css
<style>
span { border-color: #FEFD1D; }
span { border-color: rgb(254,253,29); }
td.TdClassName
{
border-color: #FEFD1D;
}
.TagClassName
{
border-color: #FEFD1D;
}
</style>