Shades of Lemon #FDF724
Tints of Lemon #FDF724
RGB
CMYK
RGB Variations
Color information
#FDF724 (or 0xFDF724) is known color: Lemon. HEX triplet: FD, F7 and 24. RGB value is (253,247,36). Sum of RGB (Red+Green+Blue) = 253+247+36=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 36 (14.45% from 255 or 6.72% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF724 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF724 is #0208DB. Grayscale: #E1E1E1. Windows color (decimal): -133340 or 2422781. OLE color: 2422781.
HSL color Cylindrical-coordinate representation of color #FDF724: hue angle of 58.34º 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 #FDF724 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 36 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.01 |
| HSL | 58.34º | 0.98% | 0.57% | - |
| HSV(B) | 58.34º | 0.86% | 0.99% | - |
| XYZ | 74.09 | 87.53 | 14.66 | - |
| YUV | 224.74 | 21.49 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 36 | 0 | 0.02 | 0.86 | 0.01 | 58.34 | 0.98 | 0.57 |
| Hex | FD | F7 | 24 | 0 | 2 | 56 | 1 | 3A | 62 | 39 |
| Octal | 375 | 367 | 44 | 0 | 2 | 126 | 1 | 72 | 142 | 71 |
| Binary | 11111101 | 11110111 | 100100 | 0 | 10 | 1010110 | 1 | 111010 | 1100010 | 111001 |
Color Harmonies of #FDF724
Complementary color
Monochromatic Colors of #FDF724
Black with #FDF724
Text Example
Text Example
White with #FDF724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF724; }
p { color: rgb(253,247,36); }
H1.HeaderClassName
{
color: #FDF724;
}
.AnyTagClassName
{
color: #FDF724;
}
</style>
background-color css
<style>
a { background-color: #FDF724; }
a { background-color: rgb(253,247,36); }
div.DivClassName
{
background-color: #FDF724;
}
.BgClassName
{
background-color: #FDF724;
}
</style>
border-color css
<style>
span { border-color: #FDF724; }
span { border-color: rgb(253,247,36); }
td.TdClassName
{
border-color: #FDF724;
}
.TagClassName
{
border-color: #FDF724;
}
</style>