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