Shades of Lemon #FDF50F
Tints of Lemon #FDF50F
RGB
CMYK
RGB Variations
Color information
#FDF50F (or 0xFDF50F) is known color: Lemon. HEX triplet: FD, F5 and 0F. RGB value is (253,245,15). Sum of RGB (Red+Green+Blue) = 253+245+15=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 15 (6.25% from 255 or 2.92% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF50F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF50F is #020AF0. Grayscale: #DEDEDE. Windows color (decimal): -133873 or 1046013. OLE color: 1046013.
HSL color Cylindrical-coordinate representation of color #FDF50F: hue angle of 57.98º 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 #FDF50F is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 15 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.01 |
| HSL | 57.98º | 0.98% | 0.53% | - |
| HSV(B) | 57.98º | 0.94% | 0.99% | - |
| XYZ | 73.25 | 86.22 | 13.23 | - |
| YUV | 221.17 | 11.65 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 15 | 0 | 0.03 | 0.94 | 0.01 | 57.98 | 0.98 | 0.53 |
| Hex | FD | F5 | F | 0 | 3 | 5E | 1 | 3A | 62 | 35 |
| Octal | 375 | 365 | 17 | 0 | 3 | 136 | 1 | 72 | 142 | 65 |
| Binary | 11111101 | 11110101 | 1111 | 0 | 11 | 1011110 | 1 | 111010 | 1100010 | 110101 |
Color Harmonies of #FDF50F
Complementary color
Monochromatic Colors of #FDF50F
Black with #FDF50F
Text Example
Text Example
White with #FDF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF50F; }
p { color: rgb(253,245,15); }
H1.HeaderClassName
{
color: #FDF50F;
}
.AnyTagClassName
{
color: #FDF50F;
}
</style>
background-color css
<style>
a { background-color: #FDF50F; }
a { background-color: rgb(253,245,15); }
div.DivClassName
{
background-color: #FDF50F;
}
.BgClassName
{
background-color: #FDF50F;
}
</style>
border-color css
<style>
span { border-color: #FDF50F; }
span { border-color: rgb(253,245,15); }
td.TdClassName
{
border-color: #FDF50F;
}
.TagClassName
{
border-color: #FDF50F;
}
</style>