Shades of Milan #FDF991
Tints of Milan #FDF991
RGB
CMYK
RGB Variations
Color information
#FDF991 (or 0xFDF991) is known color: Milan. HEX triplet: FD, F9 and 91. RGB value is (253,249,145). Sum of RGB (Red+Green+Blue) = 253+249+145=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 145 (57.03% from 255 or 22.41% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF991 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF991 is #02066E. Grayscale: #EEEEEE. Windows color (decimal): -132719 or 9566717. OLE color: 9566717.
HSL color Cylindrical-coordinate representation of color #FDF991: hue angle of 57.78º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDF991 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 145 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.01 |
| HSL | 57.78º | 0.96% | 0.78% | - |
| HSV(B) | 57.78º | 0.43% | 0.99% | - |
| XYZ | 79.49 | 90.68 | 40.1 | - |
| YUV | 238.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 145 | 0 | 0.02 | 0.43 | 0.01 | 57.78 | 0.96 | 0.78 |
| Hex | FD | F9 | 91 | 0 | 2 | 2B | 1 | 3A | 60 | 4E |
| Octal | 375 | 371 | 221 | 0 | 2 | 53 | 1 | 72 | 140 | 116 |
| Binary | 11111101 | 11111001 | 10010001 | 0 | 10 | 101011 | 1 | 111010 | 1100000 | 1001110 |
Color Harmonies of #FDF991
Complementary color
Monochromatic Colors of #FDF991
Black with #FDF991
Text Example
Text Example
White with #FDF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF991; }
p { color: rgb(253,249,145); }
H1.HeaderClassName
{
color: #FDF991;
}
.AnyTagClassName
{
color: #FDF991;
}
</style>
background-color css
<style>
a { background-color: #FDF991; }
a { background-color: rgb(253,249,145); }
div.DivClassName
{
background-color: #FDF991;
}
.BgClassName
{
background-color: #FDF991;
}
</style>
border-color css
<style>
span { border-color: #FDF991; }
span { border-color: rgb(253,249,145); }
td.TdClassName
{
border-color: #FDF991;
}
.TagClassName
{
border-color: #FDF991;
}
</style>