Shades of Lemon #FDF810
Tints of Lemon #FDF810
RGB
CMYK
RGB Variations
Color information
#FDF810 (or 0xFDF810) is known color: Lemon. HEX triplet: FD, F8 and 10. RGB value is (253,248,16). Sum of RGB (Red+Green+Blue) = 253+248+16=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 16 (6.64% from 255 or 3.09% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF810 is #0207EF. Grayscale: #DFDFDF. Windows color (decimal): -133104 or 1112317. OLE color: 1112317.
HSL color Cylindrical-coordinate representation of color #FDF810: hue angle of 58.73º 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 #FDF810 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 16 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.01 |
| HSL | 58.73º | 0.98% | 0.53% | - |
| HSV(B) | 58.73º | 0.94% | 0.99% | - |
| XYZ | 74.17 | 88.05 | 13.58 | - |
| YUV | 223.05 | 11.16 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 16 | 0 | 0.02 | 0.94 | 0.01 | 58.73 | 0.98 | 0.53 |
| Hex | FD | F8 | 10 | 0 | 2 | 5E | 1 | 3B | 62 | 35 |
| Octal | 375 | 370 | 20 | 0 | 2 | 136 | 1 | 73 | 142 | 65 |
| Binary | 11111101 | 11111000 | 10000 | 0 | 10 | 1011110 | 1 | 111011 | 1100010 | 110101 |
Color Harmonies of #FDF810
Complementary color
Monochromatic Colors of #FDF810
Black with #FDF810
Text Example
Text Example
White with #FDF810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF810; }
p { color: rgb(253,248,16); }
H1.HeaderClassName
{
color: #FDF810;
}
.AnyTagClassName
{
color: #FDF810;
}
</style>
background-color css
<style>
a { background-color: #FDF810; }
a { background-color: rgb(253,248,16); }
div.DivClassName
{
background-color: #FDF810;
}
.BgClassName
{
background-color: #FDF810;
}
</style>
border-color css
<style>
span { border-color: #FDF810; }
span { border-color: rgb(253,248,16); }
td.TdClassName
{
border-color: #FDF810;
}
.TagClassName
{
border-color: #FDF810;
}
</style>