Shades of Milan #F9F287
Tints of Milan #F9F287
RGB
CMYK
RGB Variations
Color information
#F9F287 (or 0xF9F287) is known color: Milan. HEX triplet: F9, F2 and 87. RGB value is (249,242,135). Sum of RGB (Red+Green+Blue) = 249+242+135=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 135 (53.12% from 255 or 21.57% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F287 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F287 is #060D78. Grayscale: #E8E8E8. Windows color (decimal): -396665 or 8909561. OLE color: 8909561.
HSL color Cylindrical-coordinate representation of color #F9F287: hue angle of 56.32º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9F287 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 135 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.02 |
| HSL | 56.32º | 0.9% | 0.75% | - |
| HSV(B) | 56.32º | 0.46% | 0.98% | - |
| XYZ | 75.19 | 85.39 | 35.44 | - |
| YUV | 231.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 135 | 0 | 0.03 | 0.46 | 0.02 | 56.32 | 0.9 | 0.75 |
| Hex | F9 | F2 | 87 | 0 | 3 | 2E | 2 | 38 | 5A | 4B |
| Octal | 371 | 362 | 207 | 0 | 3 | 56 | 2 | 70 | 132 | 113 |
| Binary | 11111001 | 11110010 | 10000111 | 0 | 11 | 101110 | 10 | 111000 | 1011010 | 1001011 |
Color Harmonies of #F9F287
Complementary color
Monochromatic Colors of #F9F287
Black with #F9F287
Text Example
Text Example
White with #F9F287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F287; }
p { color: rgb(249,242,135); }
H1.HeaderClassName
{
color: #F9F287;
}
.AnyTagClassName
{
color: #F9F287;
}
</style>
background-color css
<style>
a { background-color: #F9F287; }
a { background-color: rgb(249,242,135); }
div.DivClassName
{
background-color: #F9F287;
}
.BgClassName
{
background-color: #F9F287;
}
</style>
border-color css
<style>
span { border-color: #F9F287; }
span { border-color: rgb(249,242,135); }
td.TdClassName
{
border-color: #F9F287;
}
.TagClassName
{
border-color: #F9F287;
}
</style>