Shades of Milan #FFF488
Tints of Milan #FFF488
RGB
CMYK
RGB Variations
Color information
#FFF488 (or 0xFFF488) is known color: Milan. HEX triplet: FF, F4 and 88. RGB value is (255,244,136). Sum of RGB (Red+Green+Blue) = 255+244+136=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 136 (53.52% from 255 or 21.42% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF488 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF488 is #000B77. Grayscale: #EBEBEB. Windows color (decimal): -2936 or 8975615. OLE color: 8975615.
HSL color Cylindrical-coordinate representation of color #FFF488: hue angle of 54.45º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFF488 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 136 | - |
| CMYK | 0 | 0.04 | 0.47 | 0 |
| HSL | 54.45º | 1% | 0.77% | - |
| HSV(B) | 54.45º | 0.47% | 1% | - |
| XYZ | 78.03 | 87.74 | 36.12 | - |
| YUV | 234.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 136 | 0 | 0.04 | 0.47 | 0 | 54.45 | 1 | 0.77 |
| Hex | FF | F4 | 88 | 0 | 4 | 2F | 0 | 36 | 64 | 4D |
| Octal | 377 | 364 | 210 | 0 | 4 | 57 | 0 | 66 | 144 | 115 |
| Binary | 11111111 | 11110100 | 10001000 | 0 | 100 | 101111 | 0 | 110110 | 1100100 | 1001101 |
Color Harmonies of #FFF488
Complementary color
Monochromatic Colors of #FFF488
Black with #FFF488
Text Example
Text Example
White with #FFF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF488; }
p { color: rgb(255,244,136); }
H1.HeaderClassName
{
color: #FFF488;
}
.AnyTagClassName
{
color: #FFF488;
}
</style>
background-color css
<style>
a { background-color: #FFF488; }
a { background-color: rgb(255,244,136); }
div.DivClassName
{
background-color: #FFF488;
}
.BgClassName
{
background-color: #FFF488;
}
</style>
border-color css
<style>
span { border-color: #FFF488; }
span { border-color: rgb(255,244,136); }
td.TdClassName
{
border-color: #FFF488;
}
.TagClassName
{
border-color: #FFF488;
}
</style>