Shades of Lemon #FDF825
Tints of Lemon #FDF825
RGB
CMYK
RGB Variations
Color information
#FDF825 (or 0xFDF825) is known color: Lemon. HEX triplet: FD, F8 and 25. RGB value is (253,248,37). Sum of RGB (Red+Green+Blue) = 253+248+37=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 37 (14.84% from 255 or 6.88% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF825 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF825 is #0207DA. Grayscale: #E2E2E2. Windows color (decimal): -133083 or 2488573. OLE color: 2488573.
HSL color Cylindrical-coordinate representation of color #FDF825: hue angle of 58.61º 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 #FDF825 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 37 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.01 |
| HSL | 58.61º | 0.98% | 0.57% | - |
| HSV(B) | 58.61º | 0.85% | 0.99% | - |
| XYZ | 74.41 | 88.15 | 14.84 | - |
| YUV | 225.44 | 21.66 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 37 | 0 | 0.02 | 0.85 | 0.01 | 58.61 | 0.98 | 0.57 |
| Hex | FD | F8 | 25 | 0 | 2 | 55 | 1 | 3B | 62 | 39 |
| Octal | 375 | 370 | 45 | 0 | 2 | 125 | 1 | 73 | 142 | 71 |
| Binary | 11111101 | 11111000 | 100101 | 0 | 10 | 1010101 | 1 | 111011 | 1100010 | 111001 |
Color Harmonies of #FDF825
Complementary color
Monochromatic Colors of #FDF825
Black with #FDF825
Text Example
Text Example
White with #FDF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF825; }
p { color: rgb(253,248,37); }
H1.HeaderClassName
{
color: #FDF825;
}
.AnyTagClassName
{
color: #FDF825;
}
</style>
background-color css
<style>
a { background-color: #FDF825; }
a { background-color: rgb(253,248,37); }
div.DivClassName
{
background-color: #FDF825;
}
.BgClassName
{
background-color: #FDF825;
}
</style>
border-color css
<style>
span { border-color: #FDF825; }
span { border-color: rgb(253,248,37); }
td.TdClassName
{
border-color: #FDF825;
}
.TagClassName
{
border-color: #FDF825;
}
</style>