Shades of Milan #FBF18A
Tints of Milan #FBF18A
RGB
CMYK
RGB Variations
Color information
#FBF18A (or 0xFBF18A) is known color: Milan. HEX triplet: FB, F1 and 8A. RGB value is (251,241,138). Sum of RGB (Red+Green+Blue) = 251+241+138=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 138 (54.30% from 255 or 21.90% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF18A is #040E75. Grayscale: #E8E8E8. Windows color (decimal): -265846 or 9105915. OLE color: 9105915.
HSL color Cylindrical-coordinate representation of color #FBF18A: hue angle of 54.69º 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 #FBF18A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 138 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.02 |
| HSL | 54.69º | 0.93% | 0.76% | - |
| HSV(B) | 54.69º | 0.45% | 0.98% | - |
| XYZ | 75.83 | 85.25 | 36.5 | - |
| YUV | 232.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 138 | 0 | 0.04 | 0.45 | 0.02 | 54.69 | 0.93 | 0.76 |
| Hex | FB | F1 | 8A | 0 | 4 | 2D | 2 | 37 | 5D | 4C |
| Octal | 373 | 361 | 212 | 0 | 4 | 55 | 2 | 67 | 135 | 114 |
| Binary | 11111011 | 11110001 | 10001010 | 0 | 100 | 101101 | 10 | 110111 | 1011101 | 1001100 |
Color Harmonies of #FBF18A
Complementary color
Monochromatic Colors of #FBF18A
Black with #FBF18A
Text Example
Text Example
White with #FBF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF18A; }
p { color: rgb(251,241,138); }
H1.HeaderClassName
{
color: #FBF18A;
}
.AnyTagClassName
{
color: #FBF18A;
}
</style>
background-color css
<style>
a { background-color: #FBF18A; }
a { background-color: rgb(251,241,138); }
div.DivClassName
{
background-color: #FBF18A;
}
.BgClassName
{
background-color: #FBF18A;
}
</style>
border-color css
<style>
span { border-color: #FBF18A; }
span { border-color: rgb(251,241,138); }
td.TdClassName
{
border-color: #FBF18A;
}
.TagClassName
{
border-color: #FBF18A;
}
</style>