Shades of Lemon #FDFC25
Tints of Lemon #FDFC25
RGB
CMYK
RGB Variations
Color information
#FDFC25 (or 0xFDFC25) is known color: Lemon. HEX triplet: FD, FC and 25. RGB value is (253,252,37). Sum of RGB (Red+Green+Blue) = 253+252+37=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 37 (14.84% from 255 or 6.83% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC25 is #0203DA. Grayscale: #E4E4E4. Windows color (decimal): -132059 or 2489597. OLE color: 2489597.
HSL color Cylindrical-coordinate representation of color #FDFC25: hue angle of 59.72º 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 #FDFC25 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 37 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.01 |
| HSL | 59.72º | 0.98% | 0.57% | - |
| HSV(B) | 59.72º | 0.85% | 0.99% | - |
| XYZ | 75.65 | 90.64 | 15.26 | - |
| YUV | 227.79 | 20.33 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 37 | 0 | 0.00 | 0.85 | 0.01 | 59.72 | 0.98 | 0.57 |
| Hex | FD | FC | 25 | 0 | 0 | 55 | 1 | 3C | 62 | 39 |
| Octal | 375 | 374 | 45 | 0 | 0 | 125 | 1 | 74 | 142 | 71 |
| Binary | 11111101 | 11111100 | 100101 | 0 | 0 | 1010101 | 1 | 111100 | 1100010 | 111001 |
Color Harmonies of #FDFC25
Complementary color
Monochromatic Colors of #FDFC25
Black with #FDFC25
Text Example
Text Example
White with #FDFC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFC25; }
p { color: rgb(253,252,37); }
H1.HeaderClassName
{
color: #FDFC25;
}
.AnyTagClassName
{
color: #FDFC25;
}
</style>
background-color css
<style>
a { background-color: #FDFC25; }
a { background-color: rgb(253,252,37); }
div.DivClassName
{
background-color: #FDFC25;
}
.BgClassName
{
background-color: #FDFC25;
}
</style>
border-color css
<style>
span { border-color: #FDFC25; }
span { border-color: rgb(253,252,37); }
td.TdClassName
{
border-color: #FDFC25;
}
.TagClassName
{
border-color: #FDFC25;
}
</style>