Shades of Milan #FBF68B
Tints of Milan #FBF68B
RGB
CMYK
RGB Variations
Color information
#FBF68B (or 0xFBF68B) is known color: Milan. HEX triplet: FB, F6 and 8B. RGB value is (251,246,139). Sum of RGB (Red+Green+Blue) = 251+246+139=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 139 (54.69% from 255 or 21.86% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF68B is #040974. Grayscale: #EBEBEB. Windows color (decimal): -264565 or 9172731. OLE color: 9172731.
HSL color Cylindrical-coordinate representation of color #FBF68B: hue angle of 57.32º 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 #FBF68B is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 139 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.02 |
| HSL | 57.32º | 0.93% | 0.76% | - |
| HSV(B) | 57.32º | 0.45% | 0.98% | - |
| XYZ | 77.4 | 88.28 | 37.39 | - |
| YUV | 235.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 139 | 0 | 0.02 | 0.45 | 0.02 | 57.32 | 0.93 | 0.76 |
| Hex | FB | F6 | 8B | 0 | 2 | 2D | 2 | 39 | 5D | 4C |
| Octal | 373 | 366 | 213 | 0 | 2 | 55 | 2 | 71 | 135 | 114 |
| Binary | 11111011 | 11110110 | 10001011 | 0 | 10 | 101101 | 10 | 111001 | 1011101 | 1001100 |
Color Harmonies of #FBF68B
Complementary color
Monochromatic Colors of #FBF68B
Black with #FBF68B
Text Example
Text Example
White with #FBF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF68B; }
p { color: rgb(251,246,139); }
H1.HeaderClassName
{
color: #FBF68B;
}
.AnyTagClassName
{
color: #FBF68B;
}
</style>
background-color css
<style>
a { background-color: #FBF68B; }
a { background-color: rgb(251,246,139); }
div.DivClassName
{
background-color: #FBF68B;
}
.BgClassName
{
background-color: #FBF68B;
}
</style>
border-color css
<style>
span { border-color: #FBF68B; }
span { border-color: rgb(251,246,139); }
td.TdClassName
{
border-color: #FBF68B;
}
.TagClassName
{
border-color: #FBF68B;
}
</style>