Shades of Milan #FDF58C
Tints of Milan #FDF58C
RGB
CMYK
RGB Variations
Color information
#FDF58C (or 0xFDF58C) is known color: Milan. HEX triplet: FD, F5 and 8C. RGB value is (253,245,140). Sum of RGB (Red+Green+Blue) = 253+245+140=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 140 (55.08% from 255 or 21.94% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF58C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF58C is #020A73. Grayscale: #EBEBEB. Windows color (decimal): -133748 or 9238013. OLE color: 9238013.
HSL color Cylindrical-coordinate representation of color #FDF58C: hue angle of 55.75º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDF58C is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 140 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.01 |
| HSL | 55.75º | 0.97% | 0.77% | - |
| HSV(B) | 55.75º | 0.45% | 0.99% | - |
| XYZ | 77.89 | 88.08 | 37.71 | - |
| YUV | 235.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 140 | 0 | 0.03 | 0.45 | 0.01 | 55.75 | 0.97 | 0.77 |
| Hex | FD | F5 | 8C | 0 | 3 | 2D | 1 | 38 | 61 | 4D |
| Octal | 375 | 365 | 214 | 0 | 3 | 55 | 1 | 70 | 141 | 115 |
| Binary | 11111101 | 11110101 | 10001100 | 0 | 11 | 101101 | 1 | 111000 | 1100001 | 1001101 |
Color Harmonies of #FDF58C
Complementary color
Monochromatic Colors of #FDF58C
Black with #FDF58C
Text Example
Text Example
White with #FDF58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF58C; }
p { color: rgb(253,245,140); }
H1.HeaderClassName
{
color: #FDF58C;
}
.AnyTagClassName
{
color: #FDF58C;
}
</style>
background-color css
<style>
a { background-color: #FDF58C; }
a { background-color: rgb(253,245,140); }
div.DivClassName
{
background-color: #FDF58C;
}
.BgClassName
{
background-color: #FDF58C;
}
</style>
border-color css
<style>
span { border-color: #FDF58C; }
span { border-color: rgb(253,245,140); }
td.TdClassName
{
border-color: #FDF58C;
}
.TagClassName
{
border-color: #FDF58C;
}
</style>