Shades of Milan #FDF788
Tints of Milan #FDF788
RGB
CMYK
RGB Variations
Color information
#FDF788 (or 0xFDF788) is known color: Milan. HEX triplet: FD, F7 and 88. RGB value is (253,247,136). Sum of RGB (Red+Green+Blue) = 253+247+136=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 247 (96.88% from 255 or 38.84% from 636); Blue value is 136 (53.52% from 255 or 21.38% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF788 is #020877. Grayscale: #ECECEC. Windows color (decimal): -133240 or 8976381. OLE color: 8976381.
HSL color Cylindrical-coordinate representation of color #FDF788: hue angle of 56.92º 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 #FDF788 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 136 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.01 |
| HSL | 56.92º | 0.97% | 0.76% | - |
| HSV(B) | 56.92º | 0.46% | 0.99% | - |
| XYZ | 78.21 | 89.18 | 36.38 | - |
| YUV | 236.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 136 | 0 | 0.02 | 0.46 | 0.01 | 56.92 | 0.97 | 0.76 |
| Hex | FD | F7 | 88 | 0 | 2 | 2E | 1 | 39 | 61 | 4C |
| Octal | 375 | 367 | 210 | 0 | 2 | 56 | 1 | 71 | 141 | 114 |
| Binary | 11111101 | 11110111 | 10001000 | 0 | 10 | 101110 | 1 | 111001 | 1100001 | 1001100 |
Color Harmonies of #FDF788
Complementary color
Monochromatic Colors of #FDF788
Black with #FDF788
Text Example
Text Example
White with #FDF788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF788; }
p { color: rgb(253,247,136); }
H1.HeaderClassName
{
color: #FDF788;
}
.AnyTagClassName
{
color: #FDF788;
}
</style>
background-color css
<style>
a { background-color: #FDF788; }
a { background-color: rgb(253,247,136); }
div.DivClassName
{
background-color: #FDF788;
}
.BgClassName
{
background-color: #FDF788;
}
</style>
border-color css
<style>
span { border-color: #FDF788; }
span { border-color: rgb(253,247,136); }
td.TdClassName
{
border-color: #FDF788;
}
.TagClassName
{
border-color: #FDF788;
}
</style>