Shades of Milan #FBF790
Tints of Milan #FBF790
RGB
CMYK
RGB Variations
Color information
#FBF790 (or 0xFBF790) is known color: Milan. HEX triplet: FB, F7 and 90. RGB value is (251,247,144). Sum of RGB (Red+Green+Blue) = 251+247+144=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 144 (56.64% from 255 or 22.43% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF790 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF790 is #04086F. Grayscale: #ECECEC. Windows color (decimal): -264304 or 9500667. OLE color: 9500667.
HSL color Cylindrical-coordinate representation of color #FBF790: hue angle of 57.76º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBF790 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 144 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.02 |
| HSL | 57.76º | 0.93% | 0.77% | - |
| HSV(B) | 57.76º | 0.43% | 0.98% | - |
| XYZ | 78.08 | 89.04 | 39.46 | - |
| YUV | 236.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 144 | 0 | 0.02 | 0.43 | 0.02 | 57.76 | 0.93 | 0.77 |
| Hex | FB | F7 | 90 | 0 | 2 | 2B | 2 | 3A | 5D | 4D |
| Octal | 373 | 367 | 220 | 0 | 2 | 53 | 2 | 72 | 135 | 115 |
| Binary | 11111011 | 11110111 | 10010000 | 0 | 10 | 101011 | 10 | 111010 | 1011101 | 1001101 |
Color Harmonies of #FBF790
Complementary color
Monochromatic Colors of #FBF790
Black with #FBF790
Text Example
Text Example
White with #FBF790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF790; }
p { color: rgb(251,247,144); }
H1.HeaderClassName
{
color: #FBF790;
}
.AnyTagClassName
{
color: #FBF790;
}
</style>
background-color css
<style>
a { background-color: #FBF790; }
a { background-color: rgb(251,247,144); }
div.DivClassName
{
background-color: #FBF790;
}
.BgClassName
{
background-color: #FBF790;
}
</style>
border-color css
<style>
span { border-color: #FBF790; }
span { border-color: rgb(251,247,144); }
td.TdClassName
{
border-color: #FBF790;
}
.TagClassName
{
border-color: #FBF790;
}
</style>