Shades of Milan #FFFD86
Tints of Milan #FFFD86
RGB
CMYK
RGB Variations
Color information
#FFFD86 (or 0xFFFD86) is known color: Milan. HEX triplet: FF, FD and 86. RGB value is (255,253,134). Sum of RGB (Red+Green+Blue) = 255+253+134=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 134 (52.73% from 255 or 20.87% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFD86 is #000279. Grayscale: #F0F0F0. Windows color (decimal): -634 or 8846847. OLE color: 8846847.
HSL color Cylindrical-coordinate representation of color #FFFD86: hue angle of 59.01º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFFD86 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 134 | - |
| CMYK | 0 | 0.01 | 0.47 | 0 |
| HSL | 59.01º | 1% | 0.76% | - |
| HSV(B) | 59.01º | 0.47% | 1% | - |
| XYZ | 80.67 | 93.23 | 36.3 | - |
| YUV | 240.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 134 | 0 | 0.01 | 0.47 | 0 | 59.01 | 1 | 0.76 |
| Hex | FF | FD | 86 | 0 | 1 | 2F | 0 | 3B | 64 | 4C |
| Octal | 377 | 375 | 206 | 0 | 1 | 57 | 0 | 73 | 144 | 114 |
| Binary | 11111111 | 11111101 | 10000110 | 0 | 1 | 101111 | 0 | 111011 | 1100100 | 1001100 |
Color Harmonies of #FFFD86
Complementary color
Monochromatic Colors of #FFFD86
Black with #FFFD86
Text Example
Text Example
White with #FFFD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD86; }
p { color: rgb(255,253,134); }
H1.HeaderClassName
{
color: #FFFD86;
}
.AnyTagClassName
{
color: #FFFD86;
}
</style>
background-color css
<style>
a { background-color: #FFFD86; }
a { background-color: rgb(255,253,134); }
div.DivClassName
{
background-color: #FFFD86;
}
.BgClassName
{
background-color: #FFFD86;
}
</style>
border-color css
<style>
span { border-color: #FFFD86; }
span { border-color: rgb(255,253,134); }
td.TdClassName
{
border-color: #FFFD86;
}
.TagClassName
{
border-color: #FFFD86;
}
</style>