Shades of Lemon #FDF625
Tints of Lemon #FDF625
RGB
CMYK
RGB Variations
Color information
#FDF625 (or 0xFDF625) is known color: Lemon. HEX triplet: FD, F6 and 25. RGB value is (253,246,37). Sum of RGB (Red+Green+Blue) = 253+246+37=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 37 (14.84% from 255 or 6.90% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF625 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF625 is #0209DA. Grayscale: #E1E1E1. Windows color (decimal): -133595 or 2488061. OLE color: 2488061.
HSL color Cylindrical-coordinate representation of color #FDF625: hue angle of 58.06º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDF625 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 37 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.01 |
| HSL | 58.06º | 0.98% | 0.57% | - |
| HSV(B) | 58.06º | 0.85% | 0.99% | - |
| XYZ | 73.8 | 86.93 | 14.64 | - |
| YUV | 224.27 | 22.32 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 37 | 0 | 0.03 | 0.85 | 0.01 | 58.06 | 0.98 | 0.57 |
| Hex | FD | F6 | 25 | 0 | 3 | 55 | 1 | 3A | 62 | 39 |
| Octal | 375 | 366 | 45 | 0 | 3 | 125 | 1 | 72 | 142 | 71 |
| Binary | 11111101 | 11110110 | 100101 | 0 | 11 | 1010101 | 1 | 111010 | 1100010 | 111001 |
Color Harmonies of #FDF625
Complementary color
Monochromatic Colors of #FDF625
Black with #FDF625
Text Example
Text Example
White with #FDF625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF625; }
p { color: rgb(253,246,37); }
H1.HeaderClassName
{
color: #FDF625;
}
.AnyTagClassName
{
color: #FDF625;
}
</style>
background-color css
<style>
a { background-color: #FDF625; }
a { background-color: rgb(253,246,37); }
div.DivClassName
{
background-color: #FDF625;
}
.BgClassName
{
background-color: #FDF625;
}
</style>
border-color css
<style>
span { border-color: #FDF625; }
span { border-color: rgb(253,246,37); }
td.TdClassName
{
border-color: #FDF625;
}
.TagClassName
{
border-color: #FDF625;
}
</style>