Shades of Milan #FAF385
Tints of Milan #FAF385
RGB
CMYK
RGB Variations
Color information
#FAF385 (or 0xFAF385) is known color: Milan. HEX triplet: FA, F3 and 85. RGB value is (250,243,133). Sum of RGB (Red+Green+Blue) = 250+243+133=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 133 (52.34% from 255 or 21.25% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF385 is #050C7A. Grayscale: #E9E9E9. Windows color (decimal): -330875 or 8778746. OLE color: 8778746.
HSL color Cylindrical-coordinate representation of color #FAF385: hue angle of 56.41º 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 #FAF385 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 133 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.02 |
| HSL | 56.41º | 0.92% | 0.75% | - |
| HSV(B) | 56.41º | 0.47% | 0.98% | - |
| XYZ | 75.71 | 86.12 | 34.82 | - |
| YUV | 232.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 133 | 0 | 0.03 | 0.47 | 0.02 | 56.41 | 0.92 | 0.75 |
| Hex | FA | F3 | 85 | 0 | 3 | 2F | 2 | 38 | 5C | 4B |
| Octal | 372 | 363 | 205 | 0 | 3 | 57 | 2 | 70 | 134 | 113 |
| Binary | 11111010 | 11110011 | 10000101 | 0 | 11 | 101111 | 10 | 111000 | 1011100 | 1001011 |
Color Harmonies of #FAF385
Complementary color
Monochromatic Colors of #FAF385
Black with #FAF385
Text Example
Text Example
White with #FAF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF385; }
p { color: rgb(250,243,133); }
H1.HeaderClassName
{
color: #FAF385;
}
.AnyTagClassName
{
color: #FAF385;
}
</style>
background-color css
<style>
a { background-color: #FAF385; }
a { background-color: rgb(250,243,133); }
div.DivClassName
{
background-color: #FAF385;
}
.BgClassName
{
background-color: #FAF385;
}
</style>
border-color css
<style>
span { border-color: #FAF385; }
span { border-color: rgb(250,243,133); }
td.TdClassName
{
border-color: #FAF385;
}
.TagClassName
{
border-color: #FAF385;
}
</style>