Shades of Milan #FBF58C
Tints of Milan #FBF58C
RGB
CMYK
RGB Variations
Color information
#FBF58C (or 0xFBF58C) is known color: Milan. HEX triplet: FB, F5 and 8C. RGB value is (251,245,140). Sum of RGB (Red+Green+Blue) = 251+245+140=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 140 (55.08% from 255 or 22.01% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF58C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF58C is #040A73. Grayscale: #EBEBEB. Windows color (decimal): -264820 or 9238011. OLE color: 9238011.
HSL color Cylindrical-coordinate representation of color #FBF58C: hue angle of 56.76º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBF58C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 140 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.02 |
| HSL | 56.76º | 0.93% | 0.77% | - |
| HSV(B) | 56.76º | 0.44% | 0.98% | - |
| XYZ | 77.17 | 87.71 | 37.67 | - |
| YUV | 234.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 140 | 0 | 0.02 | 0.44 | 0.02 | 56.76 | 0.93 | 0.77 |
| Hex | FB | F5 | 8C | 0 | 2 | 2C | 2 | 39 | 5D | 4D |
| Octal | 373 | 365 | 214 | 0 | 2 | 54 | 2 | 71 | 135 | 115 |
| Binary | 11111011 | 11110101 | 10001100 | 0 | 10 | 101100 | 10 | 111001 | 1011101 | 1001101 |
Color Harmonies of #FBF58C
Complementary color
Monochromatic Colors of #FBF58C
Black with #FBF58C
Text Example
Text Example
White with #FBF58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF58C; }
p { color: rgb(251,245,140); }
H1.HeaderClassName
{
color: #FBF58C;
}
.AnyTagClassName
{
color: #FBF58C;
}
</style>
background-color css
<style>
a { background-color: #FBF58C; }
a { background-color: rgb(251,245,140); }
div.DivClassName
{
background-color: #FBF58C;
}
.BgClassName
{
background-color: #FBF58C;
}
</style>
border-color css
<style>
span { border-color: #FBF58C; }
span { border-color: rgb(251,245,140); }
td.TdClassName
{
border-color: #FBF58C;
}
.TagClassName
{
border-color: #FBF58C;
}
</style>