Shades of Lemon #FDF220
Tints of Lemon #FDF220
RGB
CMYK
RGB Variations
Color information
#FDF220 (or 0xFDF220) is known color: Lemon. HEX triplet: FD, F2 and 20. RGB value is (253,242,32). Sum of RGB (Red+Green+Blue) = 253+242+32=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 32 (12.89% from 255 or 6.07% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF220 is #020DDF. Grayscale: #DEDEDE. Windows color (decimal): -134624 or 2159357. OLE color: 2159357.
HSL color Cylindrical-coordinate representation of color #FDF220: hue angle of 57.01º 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 #FDF220 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 32 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.01 |
| HSL | 57.01º | 0.98% | 0.56% | - |
| HSV(B) | 57.01º | 0.87% | 0.99% | - |
| XYZ | 72.52 | 84.49 | 13.85 | - |
| YUV | 221.35 | 21.14 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 32 | 0 | 0.04 | 0.87 | 0.01 | 57.01 | 0.98 | 0.56 |
| Hex | FD | F2 | 20 | 0 | 4 | 57 | 1 | 39 | 62 | 38 |
| Octal | 375 | 362 | 40 | 0 | 4 | 127 | 1 | 71 | 142 | 70 |
| Binary | 11111101 | 11110010 | 100000 | 0 | 100 | 1010111 | 1 | 111001 | 1100010 | 111000 |
Color Harmonies of #FDF220
Complementary color
Monochromatic Colors of #FDF220
Black with #FDF220
Text Example
Text Example
White with #FDF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF220; }
p { color: rgb(253,242,32); }
H1.HeaderClassName
{
color: #FDF220;
}
.AnyTagClassName
{
color: #FDF220;
}
</style>
background-color css
<style>
a { background-color: #FDF220; }
a { background-color: rgb(253,242,32); }
div.DivClassName
{
background-color: #FDF220;
}
.BgClassName
{
background-color: #FDF220;
}
</style>
border-color css
<style>
span { border-color: #FDF220; }
span { border-color: rgb(253,242,32); }
td.TdClassName
{
border-color: #FDF220;
}
.TagClassName
{
border-color: #FDF220;
}
</style>