Shades of Milan #FFF48A
Tints of Milan #FFF48A
RGB
CMYK
RGB Variations
Color information
#FFF48A (or 0xFFF48A) is known color: Milan. HEX triplet: FF, F4 and 8A. RGB value is (255,244,138). Sum of RGB (Red+Green+Blue) = 255+244+138=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 138 (54.30% from 255 or 21.66% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF48A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF48A is #000B75. Grayscale: #EBEBEB. Windows color (decimal): -2934 or 9106687. OLE color: 9106687.
HSL color Cylindrical-coordinate representation of color #FFF48A: hue angle of 54.36º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFF48A is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 138 | - |
| CMYK | 0 | 0.04 | 0.46 | 0 |
| HSL | 54.36º | 1% | 0.77% | - |
| HSV(B) | 54.36º | 0.46% | 1% | - |
| XYZ | 78.18 | 87.8 | 36.87 | - |
| YUV | 235.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 138 | 0 | 0.04 | 0.46 | 0 | 54.36 | 1 | 0.77 |
| Hex | FF | F4 | 8A | 0 | 4 | 2E | 0 | 36 | 64 | 4D |
| Octal | 377 | 364 | 212 | 0 | 4 | 56 | 0 | 66 | 144 | 115 |
| Binary | 11111111 | 11110100 | 10001010 | 0 | 100 | 101110 | 0 | 110110 | 1100100 | 1001101 |
Color Harmonies of #FFF48A
Complementary color
Monochromatic Colors of #FFF48A
Black with #FFF48A
Text Example
Text Example
White with #FFF48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF48A; }
p { color: rgb(255,244,138); }
H1.HeaderClassName
{
color: #FFF48A;
}
.AnyTagClassName
{
color: #FFF48A;
}
</style>
background-color css
<style>
a { background-color: #FFF48A; }
a { background-color: rgb(255,244,138); }
div.DivClassName
{
background-color: #FFF48A;
}
.BgClassName
{
background-color: #FFF48A;
}
</style>
border-color css
<style>
span { border-color: #FFF48A; }
span { border-color: rgb(255,244,138); }
td.TdClassName
{
border-color: #FFF48A;
}
.TagClassName
{
border-color: #FFF48A;
}
</style>