Shades of Milan #FAF384
Tints of Milan #FAF384
RGB
CMYK
RGB Variations
Color information
#FAF384 (or 0xFAF384) is known color: Milan. HEX triplet: FA, F3 and 84. RGB value is (250,243,132). Sum of RGB (Red+Green+Blue) = 250+243+132=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 132 (51.95% from 255 or 21.12% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF384 is #050C7B. Grayscale: #E8E8E8. Windows color (decimal): -330876 or 8713210. OLE color: 8713210.
HSL color Cylindrical-coordinate representation of color #FAF384: hue angle of 56.44º degrees, saturation: 0.92, 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 #FAF384 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 132 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.02 |
| HSL | 56.44º | 0.92% | 0.75% | - |
| HSV(B) | 56.44º | 0.47% | 0.98% | - |
| XYZ | 75.64 | 86.09 | 34.46 | - |
| YUV | 232.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 132 | 0 | 0.03 | 0.47 | 0.02 | 56.44 | 0.92 | 0.75 |
| Hex | FA | F3 | 84 | 0 | 3 | 2F | 2 | 38 | 5C | 4B |
| Octal | 372 | 363 | 204 | 0 | 3 | 57 | 2 | 70 | 134 | 113 |
| Binary | 11111010 | 11110011 | 10000100 | 0 | 11 | 101111 | 10 | 111000 | 1011100 | 1001011 |
Color Harmonies of #FAF384
Complementary color
Monochromatic Colors of #FAF384
Black with #FAF384
Text Example
Text Example
White with #FAF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF384; }
p { color: rgb(250,243,132); }
H1.HeaderClassName
{
color: #FAF384;
}
.AnyTagClassName
{
color: #FAF384;
}
</style>
background-color css
<style>
a { background-color: #FAF384; }
a { background-color: rgb(250,243,132); }
div.DivClassName
{
background-color: #FAF384;
}
.BgClassName
{
background-color: #FAF384;
}
</style>
border-color css
<style>
span { border-color: #FAF384; }
span { border-color: rgb(250,243,132); }
td.TdClassName
{
border-color: #FAF384;
}
.TagClassName
{
border-color: #FAF384;
}
</style>