Shades of Milan #FFF88A
Tints of Milan #FFF88A
RGB
CMYK
RGB Variations
Color information
#FFF88A (or 0xFFF88A) is known color: Milan. HEX triplet: FF, F8 and 8A. RGB value is (255,248,138). Sum of RGB (Red+Green+Blue) = 255+248+138=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 138 (54.30% from 255 or 21.53% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF88A is #000775. Grayscale: #EEEEEE. Windows color (decimal): -1910 or 9107711. OLE color: 9107711.
HSL color Cylindrical-coordinate representation of color #FFF88A: hue angle of 56.41º 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 #FFF88A is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 138 | - |
| CMYK | 0 | 0.03 | 0.46 | 0 |
| HSL | 56.41º | 1% | 0.77% | - |
| HSV(B) | 56.41º | 0.46% | 1% | - |
| XYZ | 79.39 | 90.23 | 37.28 | - |
| YUV | 237.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 138 | 0 | 0.03 | 0.46 | 0 | 56.41 | 1 | 0.77 |
| Hex | FF | F8 | 8A | 0 | 3 | 2E | 0 | 38 | 64 | 4D |
| Octal | 377 | 370 | 212 | 0 | 3 | 56 | 0 | 70 | 144 | 115 |
| Binary | 11111111 | 11111000 | 10001010 | 0 | 11 | 101110 | 0 | 111000 | 1100100 | 1001101 |
Color Harmonies of #FFF88A
Complementary color
Monochromatic Colors of #FFF88A
Black with #FFF88A
Text Example
Text Example
White with #FFF88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF88A; }
p { color: rgb(255,248,138); }
H1.HeaderClassName
{
color: #FFF88A;
}
.AnyTagClassName
{
color: #FFF88A;
}
</style>
background-color css
<style>
a { background-color: #FFF88A; }
a { background-color: rgb(255,248,138); }
div.DivClassName
{
background-color: #FFF88A;
}
.BgClassName
{
background-color: #FFF88A;
}
</style>
border-color css
<style>
span { border-color: #FFF88A; }
span { border-color: rgb(255,248,138); }
td.TdClassName
{
border-color: #FFF88A;
}
.TagClassName
{
border-color: #FFF88A;
}
</style>