Shades of Milan #FFF491
Tints of Milan #FFF491
RGB
CMYK
RGB Variations
Color information
#FFF491 (or 0xFFF491) is known color: Milan. HEX triplet: FF, F4 and 91. RGB value is (255,244,145). Sum of RGB (Red+Green+Blue) = 255+244+145=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 145 (57.03% from 255 or 22.52% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF491 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF491 is #000B6E. Grayscale: #ECECEC. Windows color (decimal): -2927 or 9565439. OLE color: 9565439.
HSL color Cylindrical-coordinate representation of color #FFF491: hue angle of 54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFF491 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 145 | - |
| CMYK | 0 | 0.04 | 0.43 | 0 |
| HSL | 54º | 1% | 0.78% | - |
| HSV(B) | 54º | 0.43% | 1% | - |
| XYZ | 78.7 | 88.01 | 39.63 | - |
| YUV | 236 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 145 | 0 | 0.04 | 0.43 | 0 | 54 | 1 | 0.78 |
| Hex | FF | F4 | 91 | 0 | 4 | 2B | 0 | 36 | 64 | 4E |
| Octal | 377 | 364 | 221 | 0 | 4 | 53 | 0 | 66 | 144 | 116 |
| Binary | 11111111 | 11110100 | 10010001 | 0 | 100 | 101011 | 0 | 110110 | 1100100 | 1001110 |
Color Harmonies of #FFF491
Complementary color
Monochromatic Colors of #FFF491
Black with #FFF491
Text Example
Text Example
White with #FFF491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF491; }
p { color: rgb(255,244,145); }
H1.HeaderClassName
{
color: #FFF491;
}
.AnyTagClassName
{
color: #FFF491;
}
</style>
background-color css
<style>
a { background-color: #FFF491; }
a { background-color: rgb(255,244,145); }
div.DivClassName
{
background-color: #FFF491;
}
.BgClassName
{
background-color: #FFF491;
}
</style>
border-color css
<style>
span { border-color: #FFF491; }
span { border-color: rgb(255,244,145); }
td.TdClassName
{
border-color: #FFF491;
}
.TagClassName
{
border-color: #FFF491;
}
</style>