Shades of Mandarian Orange #9F2811
Tints of Mandarian Orange #9F2811
RGB
CMYK
RGB Variations
Color information
#9F2811 (or 0x9F2811) is known color: Mandarian Orange. HEX triplet: 9F, 28 and 11. RGB value is (159,40,17). Sum of RGB (Red+Green+Blue) = 159+40+17=216 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.61% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2811 is #60D7EE. Grayscale: #494949. Windows color (decimal): -6346735 or 1124511. OLE color: 1124511.
HSL color Cylindrical-coordinate representation of color #9F2811: hue angle of 9.72º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F2811 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 17 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.38 |
| HSL | 9.72º | 0.81% | 0.35% | - |
| HSV(B) | 9.72º | 0.89% | 0.62% | - |
| XYZ | 15.16 | 8.93 | 1.45 | - |
| YUV | 72.96 | 96.42 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 17 | 0 | 0.75 | 0.89 | 0.38 | 9.72 | 0.81 | 0.35 |
| Hex | 9F | 28 | 11 | 0 | 4B | 59 | 26 | A | 51 | 23 |
| Octal | 237 | 50 | 21 | 0 | 113 | 131 | 46 | 12 | 121 | 43 |
| Binary | 10011111 | 101000 | 10001 | 0 | 1001011 | 1011001 | 100110 | 1010 | 1010001 | 100011 |
Color Harmonies of #9F2811
Complementary color
Monochromatic Colors of #9F2811
Black with #9F2811
Text Example
Text Example
White with #9F2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2811; }
p { color: rgb(159,40,17); }
H1.HeaderClassName
{
color: #9F2811;
}
.AnyTagClassName
{
color: #9F2811;
}
</style>
background-color css
<style>
a { background-color: #9F2811; }
a { background-color: rgb(159,40,17); }
div.DivClassName
{
background-color: #9F2811;
}
.BgClassName
{
background-color: #9F2811;
}
</style>
border-color css
<style>
span { border-color: #9F2811; }
span { border-color: rgb(159,40,17); }
td.TdClassName
{
border-color: #9F2811;
}
.TagClassName
{
border-color: #9F2811;
}
</style>