Shades of Mandarian Orange #9F2711
Tints of Mandarian Orange #9F2711
RGB
CMYK
RGB Variations
Color information
#9F2711 (or 0x9F2711) is known color: Mandarian Orange. HEX triplet: 9F, 27 and 11. RGB value is (159,39,17). Sum of RGB (Red+Green+Blue) = 159+39+17=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2711 is #60D8EE. Grayscale: #484848. Windows color (decimal): -6346991 or 1124255. OLE color: 1124255.
HSL color Cylindrical-coordinate representation of color #9F2711: hue angle of 9.3º 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 #9F2711 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 17 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.38 |
| HSL | 9.3º | 0.81% | 0.35% | - |
| HSV(B) | 9.3º | 0.89% | 0.62% | - |
| XYZ | 15.12 | 8.86 | 1.44 | - |
| YUV | 72.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 17 | 0 | 0.75 | 0.89 | 0.38 | 9.3 | 0.81 | 0.35 |
| Hex | 9F | 27 | 11 | 0 | 4B | 59 | 26 | 9 | 51 | 23 |
| Octal | 237 | 47 | 21 | 0 | 113 | 131 | 46 | 11 | 121 | 43 |
| Binary | 10011111 | 100111 | 10001 | 0 | 1001011 | 1011001 | 100110 | 1001 | 1010001 | 100011 |
Color Harmonies of #9F2711
Complementary color
Monochromatic Colors of #9F2711
Black with #9F2711
Text Example
Text Example
White with #9F2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2711; }
p { color: rgb(159,39,17); }
H1.HeaderClassName
{
color: #9F2711;
}
.AnyTagClassName
{
color: #9F2711;
}
</style>
background-color css
<style>
a { background-color: #9F2711; }
a { background-color: rgb(159,39,17); }
div.DivClassName
{
background-color: #9F2711;
}
.BgClassName
{
background-color: #9F2711;
}
</style>
border-color css
<style>
span { border-color: #9F2711; }
span { border-color: rgb(159,39,17); }
td.TdClassName
{
border-color: #9F2711;
}
.TagClassName
{
border-color: #9F2711;
}
</style>