Shades of Milan #F9F388
Tints of Milan #F9F388
RGB
CMYK
RGB Variations
Color information
#F9F388 (or 0xF9F388) is known color: Milan. HEX triplet: F9, F3 and 88. RGB value is (249,243,136). Sum of RGB (Red+Green+Blue) = 249+243+136=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 136 (53.52% from 255 or 21.66% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F388 is #060C77. Grayscale: #E9E9E9. Windows color (decimal): -396408 or 8975353. OLE color: 8975353.
HSL color Cylindrical-coordinate representation of color #F9F388: hue angle of 56.81º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9F388 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 136 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.02 |
| HSL | 56.81º | 0.9% | 0.75% | - |
| HSV(B) | 56.81º | 0.45% | 0.98% | - |
| XYZ | 75.56 | 86.02 | 35.91 | - |
| YUV | 232.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 136 | 0 | 0.02 | 0.45 | 0.02 | 56.81 | 0.9 | 0.75 |
| Hex | F9 | F3 | 88 | 0 | 2 | 2D | 2 | 39 | 5A | 4B |
| Octal | 371 | 363 | 210 | 0 | 2 | 55 | 2 | 71 | 132 | 113 |
| Binary | 11111001 | 11110011 | 10001000 | 0 | 10 | 101101 | 10 | 111001 | 1011010 | 1001011 |
Color Harmonies of #F9F388
Complementary color
Monochromatic Colors of #F9F388
Black with #F9F388
Text Example
Text Example
White with #F9F388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F388; }
p { color: rgb(249,243,136); }
H1.HeaderClassName
{
color: #F9F388;
}
.AnyTagClassName
{
color: #F9F388;
}
</style>
background-color css
<style>
a { background-color: #F9F388; }
a { background-color: rgb(249,243,136); }
div.DivClassName
{
background-color: #F9F388;
}
.BgClassName
{
background-color: #F9F388;
}
</style>
border-color css
<style>
span { border-color: #F9F388; }
span { border-color: rgb(249,243,136); }
td.TdClassName
{
border-color: #F9F388;
}
.TagClassName
{
border-color: #F9F388;
}
</style>