Shades of Lemon #FDFB1D
Tints of Lemon #FDFB1D
RGB
CMYK
RGB Variations
Color information
#FDFB1D (or 0xFDFB1D) is known color: Lemon. HEX triplet: FD, FB and 1D. RGB value is (253,251,29). Sum of RGB (Red+Green+Blue) = 253+251+29=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 29 (11.72% from 255 or 5.44% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB1D is #0204E2. Grayscale: #E3E3E3. Windows color (decimal): -132323 or 1965053. OLE color: 1965053.
HSL color Cylindrical-coordinate representation of color #FDFB1D: hue angle of 59.46º 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 #FDFB1D is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 29 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.01 |
| HSL | 59.46º | 0.98% | 0.55% | - |
| HSV(B) | 59.46º | 0.89% | 0.99% | - |
| XYZ | 75.23 | 89.97 | 14.56 | - |
| YUV | 226.29 | 16.66 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 29 | 0 | 0.01 | 0.89 | 0.01 | 59.46 | 0.98 | 0.55 |
| Hex | FD | FB | 1D | 0 | 1 | 59 | 1 | 3B | 62 | 37 |
| Octal | 375 | 373 | 35 | 0 | 1 | 131 | 1 | 73 | 142 | 67 |
| Binary | 11111101 | 11111011 | 11101 | 0 | 1 | 1011001 | 1 | 111011 | 1100010 | 110111 |
Color Harmonies of #FDFB1D
Complementary color
Monochromatic Colors of #FDFB1D
Black with #FDFB1D
Text Example
Text Example
White with #FDFB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB1D; }
p { color: rgb(253,251,29); }
H1.HeaderClassName
{
color: #FDFB1D;
}
.AnyTagClassName
{
color: #FDFB1D;
}
</style>
background-color css
<style>
a { background-color: #FDFB1D; }
a { background-color: rgb(253,251,29); }
div.DivClassName
{
background-color: #FDFB1D;
}
.BgClassName
{
background-color: #FDFB1D;
}
</style>
border-color css
<style>
span { border-color: #FDFB1D; }
span { border-color: rgb(253,251,29); }
td.TdClassName
{
border-color: #FDFB1D;
}
.TagClassName
{
border-color: #FDFB1D;
}
</style>