Shades of Lemon #FDF524
Tints of Lemon #FDF524
RGB
CMYK
RGB Variations
Color information
#FDF524 (or 0xFDF524) is known color: Lemon. HEX triplet: FD, F5 and 24. RGB value is (253,245,36). Sum of RGB (Red+Green+Blue) = 253+245+36=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 36 (14.45% from 255 or 6.74% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF524 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF524 is #020ADB. Grayscale: #E0E0E0. Windows color (decimal): -133852 or 2422269. OLE color: 2422269.
HSL color Cylindrical-coordinate representation of color #FDF524: hue angle of 57.79º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDF524 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 36 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.01 |
| HSL | 57.79º | 0.98% | 0.57% | - |
| HSV(B) | 57.79º | 0.86% | 0.99% | - |
| XYZ | 73.48 | 86.31 | 14.46 | - |
| YUV | 223.57 | 22.15 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 36 | 0 | 0.03 | 0.86 | 0.01 | 57.79 | 0.98 | 0.57 |
| Hex | FD | F5 | 24 | 0 | 3 | 56 | 1 | 3A | 62 | 39 |
| Octal | 375 | 365 | 44 | 0 | 3 | 126 | 1 | 72 | 142 | 71 |
| Binary | 11111101 | 11110101 | 100100 | 0 | 11 | 1010110 | 1 | 111010 | 1100010 | 111001 |
Color Harmonies of #FDF524
Complementary color
Monochromatic Colors of #FDF524
Black with #FDF524
Text Example
Text Example
White with #FDF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF524; }
p { color: rgb(253,245,36); }
H1.HeaderClassName
{
color: #FDF524;
}
.AnyTagClassName
{
color: #FDF524;
}
</style>
background-color css
<style>
a { background-color: #FDF524; }
a { background-color: rgb(253,245,36); }
div.DivClassName
{
background-color: #FDF524;
}
.BgClassName
{
background-color: #FDF524;
}
</style>
border-color css
<style>
span { border-color: #FDF524; }
span { border-color: rgb(253,245,36); }
td.TdClassName
{
border-color: #FDF524;
}
.TagClassName
{
border-color: #FDF524;
}
</style>