Shades of Lemon #FDF520
Tints of Lemon #FDF520
RGB
CMYK
RGB Variations
Color information
#FDF520 (or 0xFDF520) is known color: Lemon. HEX triplet: FD, F5 and 20. RGB value is (253,245,32). Sum of RGB (Red+Green+Blue) = 253+245+32=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 32 (12.89% from 255 or 6.04% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF520 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF520 is #020ADF. Grayscale: #DFDFDF. Windows color (decimal): -133856 or 2160125. OLE color: 2160125.
HSL color Cylindrical-coordinate representation of color #FDF520: hue angle of 57.83º 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 #FDF520 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 32 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.01 |
| HSL | 57.83º | 0.98% | 0.56% | - |
| HSV(B) | 57.83º | 0.87% | 0.99% | - |
| XYZ | 73.42 | 86.29 | 14.15 | - |
| YUV | 223.11 | 20.15 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 32 | 0 | 0.03 | 0.87 | 0.01 | 57.83 | 0.98 | 0.56 |
| Hex | FD | F5 | 20 | 0 | 3 | 57 | 1 | 3A | 62 | 38 |
| Octal | 375 | 365 | 40 | 0 | 3 | 127 | 1 | 72 | 142 | 70 |
| Binary | 11111101 | 11110101 | 100000 | 0 | 11 | 1010111 | 1 | 111010 | 1100010 | 111000 |
Color Harmonies of #FDF520
Complementary color
Monochromatic Colors of #FDF520
Black with #FDF520
Text Example
Text Example
White with #FDF520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF520; }
p { color: rgb(253,245,32); }
H1.HeaderClassName
{
color: #FDF520;
}
.AnyTagClassName
{
color: #FDF520;
}
</style>
background-color css
<style>
a { background-color: #FDF520; }
a { background-color: rgb(253,245,32); }
div.DivClassName
{
background-color: #FDF520;
}
.BgClassName
{
background-color: #FDF520;
}
</style>
border-color css
<style>
span { border-color: #FDF520; }
span { border-color: rgb(253,245,32); }
td.TdClassName
{
border-color: #FDF520;
}
.TagClassName
{
border-color: #FDF520;
}
</style>