Shades of Milan #F9F284
Tints of Milan #F9F284
RGB
CMYK
RGB Variations
Color information
#F9F284 (or 0xF9F284) is known color: Milan. HEX triplet: F9, F2 and 84. RGB value is (249,242,132). Sum of RGB (Red+Green+Blue) = 249+242+132=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 132 (51.95% from 255 or 21.19% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F284 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F284 is #060D7B. Grayscale: #E8E8E8. Windows color (decimal): -396668 or 8712953. OLE color: 8712953.
HSL color Cylindrical-coordinate representation of color #F9F284: hue angle of 56.41º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F9F284 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 132 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.02 |
| HSL | 56.41º | 0.91% | 0.75% | - |
| HSV(B) | 56.41º | 0.47% | 0.98% | - |
| XYZ | 74.98 | 85.31 | 34.34 | - |
| YUV | 231.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 132 | 0 | 0.03 | 0.47 | 0.02 | 56.41 | 0.91 | 0.75 |
| Hex | F9 | F2 | 84 | 0 | 3 | 2F | 2 | 38 | 5B | 4B |
| Octal | 371 | 362 | 204 | 0 | 3 | 57 | 2 | 70 | 133 | 113 |
| Binary | 11111001 | 11110010 | 10000100 | 0 | 11 | 101111 | 10 | 111000 | 1011011 | 1001011 |
Color Harmonies of #F9F284
Complementary color
Monochromatic Colors of #F9F284
Black with #F9F284
Text Example
Text Example
White with #F9F284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F284; }
p { color: rgb(249,242,132); }
H1.HeaderClassName
{
color: #F9F284;
}
.AnyTagClassName
{
color: #F9F284;
}
</style>
background-color css
<style>
a { background-color: #F9F284; }
a { background-color: rgb(249,242,132); }
div.DivClassName
{
background-color: #F9F284;
}
.BgClassName
{
background-color: #F9F284;
}
</style>
border-color css
<style>
span { border-color: #F9F284; }
span { border-color: rgb(249,242,132); }
td.TdClassName
{
border-color: #F9F284;
}
.TagClassName
{
border-color: #F9F284;
}
</style>