Shades of Milan #F9F291
Tints of Milan #F9F291
RGB
CMYK
RGB Variations
Color information
#F9F291 (or 0xF9F291) is known color: Milan. HEX triplet: F9, F2 and 91. RGB value is (249,242,145). Sum of RGB (Red+Green+Blue) = 249+242+145=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 145 (57.03% from 255 or 22.80% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F291 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F291 is #060D6E. Grayscale: #E9E9E9. Windows color (decimal): -396655 or 9564921. OLE color: 9564921.
HSL color Cylindrical-coordinate representation of color #F9F291: hue angle of 55.96º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9F291 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 145 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.02 |
| HSL | 55.96º | 0.9% | 0.77% | - |
| HSV(B) | 55.96º | 0.42% | 0.98% | - |
| XYZ | 75.93 | 85.69 | 39.33 | - |
| YUV | 233.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 145 | 0 | 0.03 | 0.42 | 0.02 | 55.96 | 0.9 | 0.77 |
| Hex | F9 | F2 | 91 | 0 | 3 | 2A | 2 | 38 | 5A | 4D |
| Octal | 371 | 362 | 221 | 0 | 3 | 52 | 2 | 70 | 132 | 115 |
| Binary | 11111001 | 11110010 | 10010001 | 0 | 11 | 101010 | 10 | 111000 | 1011010 | 1001101 |
Color Harmonies of #F9F291
Complementary color
Monochromatic Colors of #F9F291
Black with #F9F291
Text Example
Text Example
White with #F9F291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F291; }
p { color: rgb(249,242,145); }
H1.HeaderClassName
{
color: #F9F291;
}
.AnyTagClassName
{
color: #F9F291;
}
</style>
background-color css
<style>
a { background-color: #F9F291; }
a { background-color: rgb(249,242,145); }
div.DivClassName
{
background-color: #F9F291;
}
.BgClassName
{
background-color: #F9F291;
}
</style>
border-color css
<style>
span { border-color: #F9F291; }
span { border-color: rgb(249,242,145); }
td.TdClassName
{
border-color: #F9F291;
}
.TagClassName
{
border-color: #F9F291;
}
</style>