Shades of Lemon #FDF210
Tints of Lemon #FDF210
RGB
CMYK
RGB Variations
Color information
#FDF210 (or 0xFDF210) is known color: Lemon. HEX triplet: FD, F2 and 10. RGB value is (253,242,16). Sum of RGB (Red+Green+Blue) = 253+242+16=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 16 (6.64% from 255 or 3.13% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF210 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF210 is #020DEF. Grayscale: #DCDCDC. Windows color (decimal): -134640 or 1110781. OLE color: 1110781.
HSL color Cylindrical-coordinate representation of color #FDF210: hue angle of 57.22º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDF210 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 16 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.01 |
| HSL | 57.22º | 0.98% | 0.53% | - |
| HSV(B) | 57.22º | 0.94% | 0.99% | - |
| XYZ | 72.35 | 84.42 | 12.97 | - |
| YUV | 219.53 | 13.14 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 16 | 0 | 0.04 | 0.94 | 0.01 | 57.22 | 0.98 | 0.53 |
| Hex | FD | F2 | 10 | 0 | 4 | 5E | 1 | 39 | 62 | 35 |
| Octal | 375 | 362 | 20 | 0 | 4 | 136 | 1 | 71 | 142 | 65 |
| Binary | 11111101 | 11110010 | 10000 | 0 | 100 | 1011110 | 1 | 111001 | 1100010 | 110101 |
Color Harmonies of #FDF210
Complementary color
Monochromatic Colors of #FDF210
Black with #FDF210
Text Example
Text Example
White with #FDF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF210; }
p { color: rgb(253,242,16); }
H1.HeaderClassName
{
color: #FDF210;
}
.AnyTagClassName
{
color: #FDF210;
}
</style>
background-color css
<style>
a { background-color: #FDF210; }
a { background-color: rgb(253,242,16); }
div.DivClassName
{
background-color: #FDF210;
}
.BgClassName
{
background-color: #FDF210;
}
</style>
border-color css
<style>
span { border-color: #FDF210; }
span { border-color: rgb(253,242,16); }
td.TdClassName
{
border-color: #FDF210;
}
.TagClassName
{
border-color: #FDF210;
}
</style>