Shades of Lemon #FDFB20
Tints of Lemon #FDFB20
RGB
CMYK
RGB Variations
Color information
#FDFB20 (or 0xFDFB20) is known color: Lemon. HEX triplet: FD, FB and 20. RGB value is (253,251,32). Sum of RGB (Red+Green+Blue) = 253+251+32=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 32 (12.89% from 255 or 5.97% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB20 is #0204DF. Grayscale: #E3E3E3. Windows color (decimal): -132320 or 2161661. OLE color: 2161661.
HSL color Cylindrical-coordinate representation of color #FDFB20: hue angle of 59.46º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDFB20 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 32 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.01 |
| HSL | 59.46º | 0.98% | 0.56% | - |
| HSV(B) | 59.46º | 0.87% | 0.99% | - |
| XYZ | 75.27 | 89.98 | 14.77 | - |
| YUV | 226.63 | 18.16 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 32 | 0 | 0.01 | 0.87 | 0.01 | 59.46 | 0.98 | 0.56 |
| Hex | FD | FB | 20 | 0 | 1 | 57 | 1 | 3B | 62 | 38 |
| Octal | 375 | 373 | 40 | 0 | 1 | 127 | 1 | 73 | 142 | 70 |
| Binary | 11111101 | 11111011 | 100000 | 0 | 1 | 1010111 | 1 | 111011 | 1100010 | 111000 |
Color Harmonies of #FDFB20
Complementary color
Monochromatic Colors of #FDFB20
Black with #FDFB20
Text Example
Text Example
White with #FDFB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB20; }
p { color: rgb(253,251,32); }
H1.HeaderClassName
{
color: #FDFB20;
}
.AnyTagClassName
{
color: #FDFB20;
}
</style>
background-color css
<style>
a { background-color: #FDFB20; }
a { background-color: rgb(253,251,32); }
div.DivClassName
{
background-color: #FDFB20;
}
.BgClassName
{
background-color: #FDFB20;
}
</style>
border-color css
<style>
span { border-color: #FDFB20; }
span { border-color: rgb(253,251,32); }
td.TdClassName
{
border-color: #FDFB20;
}
.TagClassName
{
border-color: #FDFB20;
}
</style>