Shades of Milan #FFF88F
Tints of Milan #FFF88F
RGB
CMYK
RGB Variations
Color information
#FFF88F (or 0xFFF88F) is known color: Milan. HEX triplet: FF, F8 and 8F. RGB value is (255,248,143). Sum of RGB (Red+Green+Blue) = 255+248+143=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 143 (56.25% from 255 or 22.14% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF88F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF88F is #000770. Grayscale: #EEEEEE. Windows color (decimal): -1905 or 9435391. OLE color: 9435391.
HSL color Cylindrical-coordinate representation of color #FFF88F: hue angle of 56.25º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFF88F is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 143 | - |
| CMYK | 0 | 0.03 | 0.44 | 0 |
| HSL | 56.25º | 1% | 0.78% | - |
| HSV(B) | 56.25º | 0.44% | 1% | - |
| XYZ | 79.77 | 90.38 | 39.23 | - |
| YUV | 238.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 143 | 0 | 0.03 | 0.44 | 0 | 56.25 | 1 | 0.78 |
| Hex | FF | F8 | 8F | 0 | 3 | 2C | 0 | 38 | 64 | 4E |
| Octal | 377 | 370 | 217 | 0 | 3 | 54 | 0 | 70 | 144 | 116 |
| Binary | 11111111 | 11111000 | 10001111 | 0 | 11 | 101100 | 0 | 111000 | 1100100 | 1001110 |
Color Harmonies of #FFF88F
Complementary color
Monochromatic Colors of #FFF88F
Black with #FFF88F
Text Example
Text Example
White with #FFF88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF88F; }
p { color: rgb(255,248,143); }
H1.HeaderClassName
{
color: #FFF88F;
}
.AnyTagClassName
{
color: #FFF88F;
}
</style>
background-color css
<style>
a { background-color: #FFF88F; }
a { background-color: rgb(255,248,143); }
div.DivClassName
{
background-color: #FFF88F;
}
.BgClassName
{
background-color: #FFF88F;
}
</style>
border-color css
<style>
span { border-color: #FFF88F; }
span { border-color: rgb(255,248,143); }
td.TdClassName
{
border-color: #FFF88F;
}
.TagClassName
{
border-color: #FFF88F;
}
</style>