Shades of Milan #FBF288
Tints of Milan #FBF288
RGB
CMYK
RGB Variations
Color information
#FBF288 (or 0xFBF288) is known color: Milan. HEX triplet: FB, F2 and 88. RGB value is (251,242,136). Sum of RGB (Red+Green+Blue) = 251+242+136=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 136 (53.52% from 255 or 21.62% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF288 is #040D77. Grayscale: #E9E9E9. Windows color (decimal): -265592 or 8975099. OLE color: 8975099.
HSL color Cylindrical-coordinate representation of color #FBF288: hue angle of 55.3º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBF288 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 136 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.02 |
| HSL | 55.3º | 0.93% | 0.76% | - |
| HSV(B) | 55.3º | 0.46% | 0.98% | - |
| XYZ | 75.98 | 85.79 | 35.85 | - |
| YUV | 232.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 136 | 0 | 0.04 | 0.46 | 0.02 | 55.3 | 0.93 | 0.76 |
| Hex | FB | F2 | 88 | 0 | 4 | 2E | 2 | 37 | 5D | 4C |
| Octal | 373 | 362 | 210 | 0 | 4 | 56 | 2 | 67 | 135 | 114 |
| Binary | 11111011 | 11110010 | 10001000 | 0 | 100 | 101110 | 10 | 110111 | 1011101 | 1001100 |
Color Harmonies of #FBF288
Complementary color
Monochromatic Colors of #FBF288
Black with #FBF288
Text Example
Text Example
White with #FBF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF288; }
p { color: rgb(251,242,136); }
H1.HeaderClassName
{
color: #FBF288;
}
.AnyTagClassName
{
color: #FBF288;
}
</style>
background-color css
<style>
a { background-color: #FBF288; }
a { background-color: rgb(251,242,136); }
div.DivClassName
{
background-color: #FBF288;
}
.BgClassName
{
background-color: #FBF288;
}
</style>
border-color css
<style>
span { border-color: #FBF288; }
span { border-color: rgb(251,242,136); }
td.TdClassName
{
border-color: #FBF288;
}
.TagClassName
{
border-color: #FBF288;
}
</style>