Shades of Lemon #FDF721
Tints of Lemon #FDF721
RGB
CMYK
RGB Variations
Color information
#FDF721 (or 0xFDF721) is known color: Lemon. HEX triplet: FD, F7 and 21. RGB value is (253,247,33). Sum of RGB (Red+Green+Blue) = 253+247+33=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 33 (13.28% from 255 or 6.19% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF721 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF721 is #0208DE. Grayscale: #E1E1E1. Windows color (decimal): -133343 or 2226173. OLE color: 2226173.
HSL color Cylindrical-coordinate representation of color #FDF721: hue angle of 58.36º 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 #FDF721 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 33 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.01 |
| HSL | 58.36º | 0.98% | 0.56% | - |
| HSV(B) | 58.36º | 0.87% | 0.99% | - |
| XYZ | 74.04 | 87.51 | 14.43 | - |
| YUV | 224.4 | 19.99 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 33 | 0 | 0.02 | 0.87 | 0.01 | 58.36 | 0.98 | 0.56 |
| Hex | FD | F7 | 21 | 0 | 2 | 57 | 1 | 3A | 62 | 38 |
| Octal | 375 | 367 | 41 | 0 | 2 | 127 | 1 | 72 | 142 | 70 |
| Binary | 11111101 | 11110111 | 100001 | 0 | 10 | 1010111 | 1 | 111010 | 1100010 | 111000 |
Color Harmonies of #FDF721
Complementary color
Monochromatic Colors of #FDF721
Black with #FDF721
Text Example
Text Example
White with #FDF721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF721; }
p { color: rgb(253,247,33); }
H1.HeaderClassName
{
color: #FDF721;
}
.AnyTagClassName
{
color: #FDF721;
}
</style>
background-color css
<style>
a { background-color: #FDF721; }
a { background-color: rgb(253,247,33); }
div.DivClassName
{
background-color: #FDF721;
}
.BgClassName
{
background-color: #FDF721;
}
</style>
border-color css
<style>
span { border-color: #FDF721; }
span { border-color: rgb(253,247,33); }
td.TdClassName
{
border-color: #FDF721;
}
.TagClassName
{
border-color: #FDF721;
}
</style>