Shades of Lemon #FDF921
Tints of Lemon #FDF921
RGB
CMYK
RGB Variations
Color information
#FDF921 (or 0xFDF921) is known color: Lemon. HEX triplet: FD, F9 and 21. RGB value is (253,249,33). Sum of RGB (Red+Green+Blue) = 253+249+33=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 33 (13.28% from 255 or 6.17% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF921 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF921 is #0206DE. Grayscale: #E2E2E2. Windows color (decimal): -132831 or 2226685. OLE color: 2226685.
HSL color Cylindrical-coordinate representation of color #FDF921: hue angle of 58.91º 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 #FDF921 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 33 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.01 |
| HSL | 58.91º | 0.98% | 0.56% | - |
| HSV(B) | 58.91º | 0.87% | 0.99% | - |
| XYZ | 74.66 | 88.74 | 14.63 | - |
| YUV | 225.57 | 19.33 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 33 | 0 | 0.02 | 0.87 | 0.01 | 58.91 | 0.98 | 0.56 |
| Hex | FD | F9 | 21 | 0 | 2 | 57 | 1 | 3B | 62 | 38 |
| Octal | 375 | 371 | 41 | 0 | 2 | 127 | 1 | 73 | 142 | 70 |
| Binary | 11111101 | 11111001 | 100001 | 0 | 10 | 1010111 | 1 | 111011 | 1100010 | 111000 |
Color Harmonies of #FDF921
Complementary color
Monochromatic Colors of #FDF921
Black with #FDF921
Text Example
Text Example
White with #FDF921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF921; }
p { color: rgb(253,249,33); }
H1.HeaderClassName
{
color: #FDF921;
}
.AnyTagClassName
{
color: #FDF921;
}
</style>
background-color css
<style>
a { background-color: #FDF921; }
a { background-color: rgb(253,249,33); }
div.DivClassName
{
background-color: #FDF921;
}
.BgClassName
{
background-color: #FDF921;
}
</style>
border-color css
<style>
span { border-color: #FDF921; }
span { border-color: rgb(253,249,33); }
td.TdClassName
{
border-color: #FDF921;
}
.TagClassName
{
border-color: #FDF921;
}
</style>