Shades of Milan #F8F384
Tints of Milan #F8F384
RGB
CMYK
RGB Variations
Color information
#F8F384 (or 0xF8F384) is known color: Milan. HEX triplet: F8, F3 and 84. RGB value is (248,243,132). Sum of RGB (Red+Green+Blue) = 248+243+132=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 132 (51.95% from 255 or 21.19% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F384 is #070C7B. Grayscale: #E8E8E8. Windows color (decimal): -461948 or 8713208. OLE color: 8713208.
HSL color Cylindrical-coordinate representation of color #F8F384: hue angle of 57.41º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8F384 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 132 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.03 |
| HSL | 57.41º | 0.89% | 0.75% | - |
| HSV(B) | 57.41º | 0.47% | 0.97% | - |
| XYZ | 74.93 | 85.72 | 34.43 | - |
| YUV | 231.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 132 | 0 | 0.02 | 0.47 | 0.03 | 57.41 | 0.89 | 0.75 |
| Hex | F8 | F3 | 84 | 0 | 2 | 2F | 3 | 39 | 59 | 4B |
| Octal | 370 | 363 | 204 | 0 | 2 | 57 | 3 | 71 | 131 | 113 |
| Binary | 11111000 | 11110011 | 10000100 | 0 | 10 | 101111 | 11 | 111001 | 1011001 | 1001011 |
Color Harmonies of #F8F384
Complementary color
Monochromatic Colors of #F8F384
Black with #F8F384
Text Example
Text Example
White with #F8F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F384; }
p { color: rgb(248,243,132); }
H1.HeaderClassName
{
color: #F8F384;
}
.AnyTagClassName
{
color: #F8F384;
}
</style>
background-color css
<style>
a { background-color: #F8F384; }
a { background-color: rgb(248,243,132); }
div.DivClassName
{
background-color: #F8F384;
}
.BgClassName
{
background-color: #F8F384;
}
</style>
border-color css
<style>
span { border-color: #F8F384; }
span { border-color: rgb(248,243,132); }
td.TdClassName
{
border-color: #F8F384;
}
.TagClassName
{
border-color: #F8F384;
}
</style>