Shades of Milan #FFF48C
Tints of Milan #FFF48C
RGB
CMYK
RGB Variations
Color information
#FFF48C (or 0xFFF48C) is known color: Milan. HEX triplet: FF, F4 and 8C. RGB value is (255,244,140). Sum of RGB (Red+Green+Blue) = 255+244+140=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 140 (55.08% from 255 or 21.91% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF48C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF48C is #000B73. Grayscale: #EBEBEB. Windows color (decimal): -2932 or 9237759. OLE color: 9237759.
HSL color Cylindrical-coordinate representation of color #FFF48C: hue angle of 54.26º 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 #FFF48C is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 140 | - |
| CMYK | 0 | 0.04 | 0.45 | 0 |
| HSL | 54.26º | 1% | 0.77% | - |
| HSV(B) | 54.26º | 0.45% | 1% | - |
| XYZ | 78.32 | 87.85 | 37.64 | - |
| YUV | 235.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 140 | 0 | 0.04 | 0.45 | 0 | 54.26 | 1 | 0.77 |
| Hex | FF | F4 | 8C | 0 | 4 | 2D | 0 | 36 | 64 | 4D |
| Octal | 377 | 364 | 214 | 0 | 4 | 55 | 0 | 66 | 144 | 115 |
| Binary | 11111111 | 11110100 | 10001100 | 0 | 100 | 101101 | 0 | 110110 | 1100100 | 1001101 |
Color Harmonies of #FFF48C
Complementary color
Monochromatic Colors of #FFF48C
Black with #FFF48C
Text Example
Text Example
White with #FFF48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF48C; }
p { color: rgb(255,244,140); }
H1.HeaderClassName
{
color: #FFF48C;
}
.AnyTagClassName
{
color: #FFF48C;
}
</style>
background-color css
<style>
a { background-color: #FFF48C; }
a { background-color: rgb(255,244,140); }
div.DivClassName
{
background-color: #FFF48C;
}
.BgClassName
{
background-color: #FFF48C;
}
</style>
border-color css
<style>
span { border-color: #FFF48C; }
span { border-color: rgb(255,244,140); }
td.TdClassName
{
border-color: #FFF48C;
}
.TagClassName
{
border-color: #FFF48C;
}
</style>