Shades of Milan #FBF087
Tints of Milan #FBF087
RGB
CMYK
RGB Variations
Color information
#FBF087 (or 0xFBF087) is known color: Milan. HEX triplet: FB, F0 and 87. RGB value is (251,240,135). Sum of RGB (Red+Green+Blue) = 251+240+135=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 135 (53.12% from 255 or 21.57% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF087 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF087 is #040F78. Grayscale: #E7E7E7. Windows color (decimal): -266105 or 8909051. OLE color: 8909051.
HSL color Cylindrical-coordinate representation of color #FBF087: hue angle of 54.31º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBF087 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 135 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.02 |
| HSL | 54.31º | 0.94% | 0.76% | - |
| HSV(B) | 54.31º | 0.46% | 0.98% | - |
| XYZ | 75.32 | 84.58 | 35.28 | - |
| YUV | 231.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 135 | 0 | 0.04 | 0.46 | 0.02 | 54.31 | 0.94 | 0.76 |
| Hex | FB | F0 | 87 | 0 | 4 | 2E | 2 | 36 | 5E | 4C |
| Octal | 373 | 360 | 207 | 0 | 4 | 56 | 2 | 66 | 136 | 114 |
| Binary | 11111011 | 11110000 | 10000111 | 0 | 100 | 101110 | 10 | 110110 | 1011110 | 1001100 |
Color Harmonies of #FBF087
Complementary color
Monochromatic Colors of #FBF087
Black with #FBF087
Text Example
Text Example
White with #FBF087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF087; }
p { color: rgb(251,240,135); }
H1.HeaderClassName
{
color: #FBF087;
}
.AnyTagClassName
{
color: #FBF087;
}
</style>
background-color css
<style>
a { background-color: #FBF087; }
a { background-color: rgb(251,240,135); }
div.DivClassName
{
background-color: #FBF087;
}
.BgClassName
{
background-color: #FBF087;
}
</style>
border-color css
<style>
span { border-color: #FBF087; }
span { border-color: rgb(251,240,135); }
td.TdClassName
{
border-color: #FBF087;
}
.TagClassName
{
border-color: #FBF087;
}
</style>