Shades of Milan #FFF987
Tints of Milan #FFF987
RGB
CMYK
RGB Variations
Color information
#FFF987 (or 0xFFF987) is known color: Milan. HEX triplet: FF, F9 and 87. RGB value is (255,249,135). Sum of RGB (Red+Green+Blue) = 255+249+135=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 135 (53.12% from 255 or 21.13% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF987 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF987 is #000678. Grayscale: #EEEEEE. Windows color (decimal): -1657 or 8911359. OLE color: 8911359.
HSL color Cylindrical-coordinate representation of color #FFF987: hue angle of 57º 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 #FFF987 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 135 | - |
| CMYK | 0 | 0.02 | 0.47 | 0 |
| HSL | 57º | 1% | 0.76% | - |
| HSV(B) | 57º | 0.47% | 1% | - |
| XYZ | 79.49 | 90.76 | 36.25 | - |
| YUV | 237.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 135 | 0 | 0.02 | 0.47 | 0 | 57 | 1 | 0.76 |
| Hex | FF | F9 | 87 | 0 | 2 | 2F | 0 | 39 | 64 | 4C |
| Octal | 377 | 371 | 207 | 0 | 2 | 57 | 0 | 71 | 144 | 114 |
| Binary | 11111111 | 11111001 | 10000111 | 0 | 10 | 101111 | 0 | 111001 | 1100100 | 1001100 |
Color Harmonies of #FFF987
Complementary color
Monochromatic Colors of #FFF987
Black with #FFF987
Text Example
Text Example
White with #FFF987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF987; }
p { color: rgb(255,249,135); }
H1.HeaderClassName
{
color: #FFF987;
}
.AnyTagClassName
{
color: #FFF987;
}
</style>
background-color css
<style>
a { background-color: #FFF987; }
a { background-color: rgb(255,249,135); }
div.DivClassName
{
background-color: #FFF987;
}
.BgClassName
{
background-color: #FFF987;
}
</style>
border-color css
<style>
span { border-color: #FFF987; }
span { border-color: rgb(255,249,135); }
td.TdClassName
{
border-color: #FFF987;
}
.TagClassName
{
border-color: #FFF987;
}
</style>