Shades of Milan #FFF68B
Tints of Milan #FFF68B
RGB
CMYK
RGB Variations
Color information
#FFF68B (or 0xFFF68B) is known color: Milan. HEX triplet: FF, F6 and 8B. RGB value is (255,246,139). Sum of RGB (Red+Green+Blue) = 255+246+139=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 139 (54.69% from 255 or 21.72% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF68B is #000974. Grayscale: #ECECEC. Windows color (decimal): -2421 or 9172735. OLE color: 9172735.
HSL color Cylindrical-coordinate representation of color #FFF68B: hue angle of 55.34º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFF68B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 139 | - |
| CMYK | 0 | 0.04 | 0.45 | 0 |
| HSL | 55.34º | 1% | 0.77% | - |
| HSV(B) | 55.34º | 0.45% | 1% | - |
| XYZ | 78.86 | 89.04 | 37.46 | - |
| YUV | 236.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 139 | 0 | 0.04 | 0.45 | 0 | 55.34 | 1 | 0.77 |
| Hex | FF | F6 | 8B | 0 | 4 | 2D | 0 | 37 | 64 | 4D |
| Octal | 377 | 366 | 213 | 0 | 4 | 55 | 0 | 67 | 144 | 115 |
| Binary | 11111111 | 11110110 | 10001011 | 0 | 100 | 101101 | 0 | 110111 | 1100100 | 1001101 |
Color Harmonies of #FFF68B
Complementary color
Monochromatic Colors of #FFF68B
Black with #FFF68B
Text Example
Text Example
White with #FFF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF68B; }
p { color: rgb(255,246,139); }
H1.HeaderClassName
{
color: #FFF68B;
}
.AnyTagClassName
{
color: #FFF68B;
}
</style>
background-color css
<style>
a { background-color: #FFF68B; }
a { background-color: rgb(255,246,139); }
div.DivClassName
{
background-color: #FFF68B;
}
.BgClassName
{
background-color: #FFF68B;
}
</style>
border-color css
<style>
span { border-color: #FFF68B; }
span { border-color: rgb(255,246,139); }
td.TdClassName
{
border-color: #FFF68B;
}
.TagClassName
{
border-color: #FFF68B;
}
</style>