Shades of Milan #FFF187
Tints of Milan #FFF187
RGB
CMYK
RGB Variations
Color information
#FFF187 (or 0xFFF187) is known color: Milan. HEX triplet: FF, F1 and 87. RGB value is (255,241,135). Sum of RGB (Red+Green+Blue) = 255+241+135=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 135 (53.12% from 255 or 21.39% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF187 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF187 is #000E78. Grayscale: #E9E9E9. Windows color (decimal): -3705 or 8909311. OLE color: 8909311.
HSL color Cylindrical-coordinate representation of color #FFF187: hue angle of 53º 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 #FFF187 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 135 | - |
| CMYK | 0 | 0.05 | 0.47 | 0 |
| HSL | 53º | 1% | 0.76% | - |
| HSV(B) | 53º | 0.47% | 1% | - |
| XYZ | 77.07 | 85.92 | 35.44 | - |
| YUV | 233.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 135 | 0 | 0.05 | 0.47 | 0 | 53 | 1 | 0.76 |
| Hex | FF | F1 | 87 | 0 | 5 | 2F | 0 | 35 | 64 | 4C |
| Octal | 377 | 361 | 207 | 0 | 5 | 57 | 0 | 65 | 144 | 114 |
| Binary | 11111111 | 11110001 | 10000111 | 0 | 101 | 101111 | 0 | 110101 | 1100100 | 1001100 |
Color Harmonies of #FFF187
Complementary color
Monochromatic Colors of #FFF187
Black with #FFF187
Text Example
Text Example
White with #FFF187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF187; }
p { color: rgb(255,241,135); }
H1.HeaderClassName
{
color: #FFF187;
}
.AnyTagClassName
{
color: #FFF187;
}
</style>
background-color css
<style>
a { background-color: #FFF187; }
a { background-color: rgb(255,241,135); }
div.DivClassName
{
background-color: #FFF187;
}
.BgClassName
{
background-color: #FFF187;
}
</style>
border-color css
<style>
span { border-color: #FFF187; }
span { border-color: rgb(255,241,135); }
td.TdClassName
{
border-color: #FFF187;
}
.TagClassName
{
border-color: #FFF187;
}
</style>