Shades of Milan #FFFE86
Tints of Milan #FFFE86
RGB
CMYK
RGB Variations
Color information
#FFFE86 (or 0xFFFE86) is known color: Milan. HEX triplet: FF, FE and 86. RGB value is (255,254,134). Sum of RGB (Red+Green+Blue) = 255+254+134=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 134 (52.73% from 255 or 20.84% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE86 is #000179. Grayscale: #F1F1F1. Windows color (decimal): -378 or 8847103. OLE color: 8847103.
HSL color Cylindrical-coordinate representation of color #FFFE86: hue angle of 59.5º 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 #FFFE86 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 134 | - |
| CMYK | 0 | 0.00 | 0.47 | 0 |
| HSL | 59.5º | 1% | 0.76% | - |
| HSV(B) | 59.5º | 0.47% | 1% | - |
| XYZ | 80.98 | 93.86 | 36.4 | - |
| YUV | 240.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 134 | 0 | 0.00 | 0.47 | 0 | 59.5 | 1 | 0.76 |
| Hex | FF | FE | 86 | 0 | 0 | 2F | 0 | 3C | 64 | 4C |
| Octal | 377 | 376 | 206 | 0 | 0 | 57 | 0 | 74 | 144 | 114 |
| Binary | 11111111 | 11111110 | 10000110 | 0 | 0 | 101111 | 0 | 111100 | 1100100 | 1001100 |
Color Harmonies of #FFFE86
Complementary color
Monochromatic Colors of #FFFE86
Black with #FFFE86
Text Example
Text Example
White with #FFFE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE86; }
p { color: rgb(255,254,134); }
H1.HeaderClassName
{
color: #FFFE86;
}
.AnyTagClassName
{
color: #FFFE86;
}
</style>
background-color css
<style>
a { background-color: #FFFE86; }
a { background-color: rgb(255,254,134); }
div.DivClassName
{
background-color: #FFFE86;
}
.BgClassName
{
background-color: #FFFE86;
}
</style>
border-color css
<style>
span { border-color: #FFFE86; }
span { border-color: rgb(255,254,134); }
td.TdClassName
{
border-color: #FFFE86;
}
.TagClassName
{
border-color: #FFFE86;
}
</style>