Shades of Lemon #FDFC1D
Tints of Lemon #FDFC1D
RGB
CMYK
RGB Variations
Color information
#FDFC1D (or 0xFDFC1D) is known color: Lemon. HEX triplet: FD, FC and 1D. RGB value is (253,252,29). Sum of RGB (Red+Green+Blue) = 253+252+29=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 29 (11.72% from 255 or 5.43% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC1D is #0203E2. Grayscale: #E3E3E3. Windows color (decimal): -132067 or 1965309. OLE color: 1965309.
HSL color Cylindrical-coordinate representation of color #FDFC1D: hue angle of 59.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDFC1D is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 29 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.01 |
| HSL | 59.73º | 0.98% | 0.55% | - |
| HSV(B) | 59.73º | 0.89% | 0.99% | - |
| XYZ | 75.54 | 90.59 | 14.67 | - |
| YUV | 226.88 | 16.33 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 29 | 0 | 0.00 | 0.89 | 0.01 | 59.73 | 0.98 | 0.55 |
| Hex | FD | FC | 1D | 0 | 0 | 59 | 1 | 3C | 62 | 37 |
| Octal | 375 | 374 | 35 | 0 | 0 | 131 | 1 | 74 | 142 | 67 |
| Binary | 11111101 | 11111100 | 11101 | 0 | 0 | 1011001 | 1 | 111100 | 1100010 | 110111 |
Color Harmonies of #FDFC1D
Complementary color
Monochromatic Colors of #FDFC1D
Black with #FDFC1D
Text Example
Text Example
White with #FDFC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC1D; }
p { color: rgb(253,252,29); }
H1.HeaderClassName
{
color: #FDFC1D;
}
.AnyTagClassName
{
color: #FDFC1D;
}
</style>
background-color css
<style>
a { background-color: #FDFC1D; }
a { background-color: rgb(253,252,29); }
div.DivClassName
{
background-color: #FDFC1D;
}
.BgClassName
{
background-color: #FDFC1D;
}
</style>
border-color css
<style>
span { border-color: #FDFC1D; }
span { border-color: rgb(253,252,29); }
td.TdClassName
{
border-color: #FDFC1D;
}
.TagClassName
{
border-color: #FDFC1D;
}
</style>