Shades of Milan #FBF08A
Tints of Milan #FBF08A
RGB
CMYK
RGB Variations
Color information
#FBF08A (or 0xFBF08A) is known color: Milan. HEX triplet: FB, F0 and 8A. RGB value is (251,240,138). Sum of RGB (Red+Green+Blue) = 251+240+138=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 138 (54.30% from 255 or 21.94% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF08A is #040F75. Grayscale: #E8E8E8. Windows color (decimal): -266102 or 9105659. OLE color: 9105659.
HSL color Cylindrical-coordinate representation of color #FBF08A: hue angle of 54.16º 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 #FBF08A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 138 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.02 |
| HSL | 54.16º | 0.93% | 0.76% | - |
| HSV(B) | 54.16º | 0.45% | 0.98% | - |
| XYZ | 75.53 | 84.66 | 36.41 | - |
| YUV | 231.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 138 | 0 | 0.04 | 0.45 | 0.02 | 54.16 | 0.93 | 0.76 |
| Hex | FB | F0 | 8A | 0 | 4 | 2D | 2 | 36 | 5D | 4C |
| Octal | 373 | 360 | 212 | 0 | 4 | 55 | 2 | 66 | 135 | 114 |
| Binary | 11111011 | 11110000 | 10001010 | 0 | 100 | 101101 | 10 | 110110 | 1011101 | 1001100 |
Color Harmonies of #FBF08A
Complementary color
Monochromatic Colors of #FBF08A
Black with #FBF08A
Text Example
Text Example
White with #FBF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF08A; }
p { color: rgb(251,240,138); }
H1.HeaderClassName
{
color: #FBF08A;
}
.AnyTagClassName
{
color: #FBF08A;
}
</style>
background-color css
<style>
a { background-color: #FBF08A; }
a { background-color: rgb(251,240,138); }
div.DivClassName
{
background-color: #FBF08A;
}
.BgClassName
{
background-color: #FBF08A;
}
</style>
border-color css
<style>
span { border-color: #FBF08A; }
span { border-color: rgb(251,240,138); }
td.TdClassName
{
border-color: #FBF08A;
}
.TagClassName
{
border-color: #FBF08A;
}
</style>