Shades of Milan #F8F385
Tints of Milan #F8F385
RGB
CMYK
RGB Variations
Color information
#F8F385 (or 0xF8F385) is known color: Milan. HEX triplet: F8, F3 and 85. RGB value is (248,243,133). Sum of RGB (Red+Green+Blue) = 248+243+133=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 133 (52.34% from 255 or 21.31% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F385 is #070C7A. Grayscale: #E8E8E8. Windows color (decimal): -461947 or 8778744. OLE color: 8778744.
HSL color Cylindrical-coordinate representation of color #F8F385: hue angle of 57.39º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8F385 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 133 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.03 |
| HSL | 57.39º | 0.89% | 0.75% | - |
| HSV(B) | 57.39º | 0.46% | 0.97% | - |
| XYZ | 75 | 85.75 | 34.79 | - |
| YUV | 231.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 133 | 0 | 0.02 | 0.46 | 0.03 | 57.39 | 0.89 | 0.75 |
| Hex | F8 | F3 | 85 | 0 | 2 | 2E | 3 | 39 | 59 | 4B |
| Octal | 370 | 363 | 205 | 0 | 2 | 56 | 3 | 71 | 131 | 113 |
| Binary | 11111000 | 11110011 | 10000101 | 0 | 10 | 101110 | 11 | 111001 | 1011001 | 1001011 |
Color Harmonies of #F8F385
Complementary color
Monochromatic Colors of #F8F385
Black with #F8F385
Text Example
Text Example
White with #F8F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F385; }
p { color: rgb(248,243,133); }
H1.HeaderClassName
{
color: #F8F385;
}
.AnyTagClassName
{
color: #F8F385;
}
</style>
background-color css
<style>
a { background-color: #F8F385; }
a { background-color: rgb(248,243,133); }
div.DivClassName
{
background-color: #F8F385;
}
.BgClassName
{
background-color: #F8F385;
}
</style>
border-color css
<style>
span { border-color: #F8F385; }
span { border-color: rgb(248,243,133); }
td.TdClassName
{
border-color: #F8F385;
}
.TagClassName
{
border-color: #F8F385;
}
</style>