Shades of Milan #FDF988
Tints of Milan #FDF988
RGB
CMYK
RGB Variations
Color information
#FDF988 (or 0xFDF988) is known color: Milan. HEX triplet: FD, F9 and 88. RGB value is (253,249,136). Sum of RGB (Red+Green+Blue) = 253+249+136=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 136 (53.52% from 255 or 21.32% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF988 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF988 is #020677. Grayscale: #EDEDED. Windows color (decimal): -132728 or 8976893. OLE color: 8976893.
HSL color Cylindrical-coordinate representation of color #FDF988: hue angle of 57.95º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDF988 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 136 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.01 |
| HSL | 57.95º | 0.97% | 0.76% | - |
| HSV(B) | 57.95º | 0.46% | 0.99% | - |
| XYZ | 78.83 | 90.41 | 36.59 | - |
| YUV | 237.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 136 | 0 | 0.02 | 0.46 | 0.01 | 57.95 | 0.97 | 0.76 |
| Hex | FD | F9 | 88 | 0 | 2 | 2E | 1 | 3A | 61 | 4C |
| Octal | 375 | 371 | 210 | 0 | 2 | 56 | 1 | 72 | 141 | 114 |
| Binary | 11111101 | 11111001 | 10001000 | 0 | 10 | 101110 | 1 | 111010 | 1100001 | 1001100 |
Color Harmonies of #FDF988
Complementary color
Monochromatic Colors of #FDF988
Black with #FDF988
Text Example
Text Example
White with #FDF988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF988; }
p { color: rgb(253,249,136); }
H1.HeaderClassName
{
color: #FDF988;
}
.AnyTagClassName
{
color: #FDF988;
}
</style>
background-color css
<style>
a { background-color: #FDF988; }
a { background-color: rgb(253,249,136); }
div.DivClassName
{
background-color: #FDF988;
}
.BgClassName
{
background-color: #FDF988;
}
</style>
border-color css
<style>
span { border-color: #FDF988; }
span { border-color: rgb(253,249,136); }
td.TdClassName
{
border-color: #FDF988;
}
.TagClassName
{
border-color: #FDF988;
}
</style>