Shades of Milan #FBF58B
Tints of Milan #FBF58B
RGB
CMYK
RGB Variations
Color information
#FBF58B (or 0xFBF58B) is known color: Milan. HEX triplet: FB, F5 and 8B. RGB value is (251,245,139). Sum of RGB (Red+Green+Blue) = 251+245+139=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 139 (54.69% from 255 or 21.89% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF58B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF58B is #040A74. Grayscale: #EBEBEB. Windows color (decimal): -264821 or 9172475. OLE color: 9172475.
HSL color Cylindrical-coordinate representation of color #FBF58B: hue angle of 56.79º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBF58B is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 139 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.02 |
| HSL | 56.79º | 0.93% | 0.76% | - |
| HSV(B) | 56.79º | 0.45% | 0.98% | - |
| XYZ | 77.1 | 87.68 | 37.29 | - |
| YUV | 234.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 139 | 0 | 0.02 | 0.45 | 0.02 | 56.79 | 0.93 | 0.76 |
| Hex | FB | F5 | 8B | 0 | 2 | 2D | 2 | 39 | 5D | 4C |
| Octal | 373 | 365 | 213 | 0 | 2 | 55 | 2 | 71 | 135 | 114 |
| Binary | 11111011 | 11110101 | 10001011 | 0 | 10 | 101101 | 10 | 111001 | 1011101 | 1001100 |
Color Harmonies of #FBF58B
Complementary color
Monochromatic Colors of #FBF58B
Black with #FBF58B
Text Example
Text Example
White with #FBF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF58B; }
p { color: rgb(251,245,139); }
H1.HeaderClassName
{
color: #FBF58B;
}
.AnyTagClassName
{
color: #FBF58B;
}
</style>
background-color css
<style>
a { background-color: #FBF58B; }
a { background-color: rgb(251,245,139); }
div.DivClassName
{
background-color: #FBF58B;
}
.BgClassName
{
background-color: #FBF58B;
}
</style>
border-color css
<style>
span { border-color: #FBF58B; }
span { border-color: rgb(251,245,139); }
td.TdClassName
{
border-color: #FBF58B;
}
.TagClassName
{
border-color: #FBF58B;
}
</style>