Shades of Milan #FFF687
Tints of Milan #FFF687
RGB
CMYK
RGB Variations
Color information
#FFF687 (or 0xFFF687) is known color: Milan. HEX triplet: FF, F6 and 87. RGB value is (255,246,135). Sum of RGB (Red+Green+Blue) = 255+246+135=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 135 (53.12% from 255 or 21.23% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF687 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF687 is #000978. Grayscale: #ECECEC. Windows color (decimal): -2425 or 8910591. OLE color: 8910591.
HSL color Cylindrical-coordinate representation of color #FFF687: hue angle of 55.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 #FFF687 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 135 | - |
| CMYK | 0 | 0.04 | 0.47 | 0 |
| HSL | 55.5º | 1% | 0.76% | - |
| HSV(B) | 55.5º | 0.47% | 1% | - |
| XYZ | 78.57 | 88.92 | 35.94 | - |
| YUV | 236.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 135 | 0 | 0.04 | 0.47 | 0 | 55.5 | 1 | 0.76 |
| Hex | FF | F6 | 87 | 0 | 4 | 2F | 0 | 38 | 64 | 4C |
| Octal | 377 | 366 | 207 | 0 | 4 | 57 | 0 | 70 | 144 | 114 |
| Binary | 11111111 | 11110110 | 10000111 | 0 | 100 | 101111 | 0 | 111000 | 1100100 | 1001100 |
Color Harmonies of #FFF687
Complementary color
Monochromatic Colors of #FFF687
Black with #FFF687
Text Example
Text Example
White with #FFF687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF687; }
p { color: rgb(255,246,135); }
H1.HeaderClassName
{
color: #FFF687;
}
.AnyTagClassName
{
color: #FFF687;
}
</style>
background-color css
<style>
a { background-color: #FFF687; }
a { background-color: rgb(255,246,135); }
div.DivClassName
{
background-color: #FFF687;
}
.BgClassName
{
background-color: #FFF687;
}
</style>
border-color css
<style>
span { border-color: #FFF687; }
span { border-color: rgb(255,246,135); }
td.TdClassName
{
border-color: #FFF687;
}
.TagClassName
{
border-color: #FFF687;
}
</style>