Shades of Milan #FBF78C
Tints of Milan #FBF78C
RGB
CMYK
RGB Variations
Color information
#FBF78C (or 0xFBF78C) is known color: Milan. HEX triplet: FB, F7 and 8C. RGB value is (251,247,140). Sum of RGB (Red+Green+Blue) = 251+247+140=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 140 (55.08% from 255 or 21.94% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF78C is #040873. Grayscale: #ECECEC. Windows color (decimal): -264308 or 9238523. OLE color: 9238523.
HSL color Cylindrical-coordinate representation of color #FBF78C: hue angle of 57.84º 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 #FBF78C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 140 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.02 |
| HSL | 57.84º | 0.93% | 0.77% | - |
| HSV(B) | 57.84º | 0.44% | 0.98% | - |
| XYZ | 77.78 | 88.92 | 37.88 | - |
| YUV | 236 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 140 | 0 | 0.02 | 0.44 | 0.02 | 57.84 | 0.93 | 0.77 |
| Hex | FB | F7 | 8C | 0 | 2 | 2C | 2 | 3A | 5D | 4D |
| Octal | 373 | 367 | 214 | 0 | 2 | 54 | 2 | 72 | 135 | 115 |
| Binary | 11111011 | 11110111 | 10001100 | 0 | 10 | 101100 | 10 | 111010 | 1011101 | 1001101 |
Color Harmonies of #FBF78C
Complementary color
Monochromatic Colors of #FBF78C
Black with #FBF78C
Text Example
Text Example
White with #FBF78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF78C; }
p { color: rgb(251,247,140); }
H1.HeaderClassName
{
color: #FBF78C;
}
.AnyTagClassName
{
color: #FBF78C;
}
</style>
background-color css
<style>
a { background-color: #FBF78C; }
a { background-color: rgb(251,247,140); }
div.DivClassName
{
background-color: #FBF78C;
}
.BgClassName
{
background-color: #FBF78C;
}
</style>
border-color css
<style>
span { border-color: #FBF78C; }
span { border-color: rgb(251,247,140); }
td.TdClassName
{
border-color: #FBF78C;
}
.TagClassName
{
border-color: #FBF78C;
}
</style>