Shades of Milan #FBF289
Tints of Milan #FBF289
RGB
CMYK
RGB Variations
Color information
#FBF289 (or 0xFBF289) is known color: Milan. HEX triplet: FB, F2 and 89. RGB value is (251,242,137). Sum of RGB (Red+Green+Blue) = 251+242+137=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 137 (53.91% from 255 or 21.75% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF289 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF289 is #040D76. Grayscale: #E9E9E9. Windows color (decimal): -265591 or 9040635. OLE color: 9040635.
HSL color Cylindrical-coordinate representation of color #FBF289: hue angle of 55.26º 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 #FBF289 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 137 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.02 |
| HSL | 55.26º | 0.93% | 0.76% | - |
| HSV(B) | 55.26º | 0.45% | 0.98% | - |
| XYZ | 76.05 | 85.82 | 36.22 | - |
| YUV | 232.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 137 | 0 | 0.04 | 0.45 | 0.02 | 55.26 | 0.93 | 0.76 |
| Hex | FB | F2 | 89 | 0 | 4 | 2D | 2 | 37 | 5D | 4C |
| Octal | 373 | 362 | 211 | 0 | 4 | 55 | 2 | 67 | 135 | 114 |
| Binary | 11111011 | 11110010 | 10001001 | 0 | 100 | 101101 | 10 | 110111 | 1011101 | 1001100 |
Color Harmonies of #FBF289
Complementary color
Monochromatic Colors of #FBF289
Black with #FBF289
Text Example
Text Example
White with #FBF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF289; }
p { color: rgb(251,242,137); }
H1.HeaderClassName
{
color: #FBF289;
}
.AnyTagClassName
{
color: #FBF289;
}
</style>
background-color css
<style>
a { background-color: #FBF289; }
a { background-color: rgb(251,242,137); }
div.DivClassName
{
background-color: #FBF289;
}
.BgClassName
{
background-color: #FBF289;
}
</style>
border-color css
<style>
span { border-color: #FBF289; }
span { border-color: rgb(251,242,137); }
td.TdClassName
{
border-color: #FBF289;
}
.TagClassName
{
border-color: #FBF289;
}
</style>