Shades of Mandarian Orange #9E280D
Tints of Mandarian Orange #9E280D
RGB
CMYK
RGB Variations
Color information
#9E280D (or 0x9E280D) is known color: Mandarian Orange. HEX triplet: 9E, 28 and 0D. RGB value is (158,40,13). Sum of RGB (Red+Green+Blue) = 158+40+13=211 (27% of max value = 765). Red value is 158 (62.11% from 255 or 74.88% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 158 - color contains mainly: red. Hex color #9E280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E280D is #61D7F2. Grayscale: #484848. Windows color (decimal): -6412275 or 862366. OLE color: 862366.
HSL color Cylindrical-coordinate representation of color #9E280D: hue angle of 11.17º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E280D is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 13 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.38 |
| HSL | 11.17º | 0.85% | 0.34% | - |
| HSV(B) | 11.17º | 0.92% | 0.62% | - |
| XYZ | 14.93 | 8.82 | 1.3 | - |
| YUV | 72.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 13 | 0 | 0.75 | 0.92 | 0.38 | 11.17 | 0.85 | 0.34 |
| Hex | 9E | 28 | D | 0 | 4B | 5C | 26 | B | 55 | 22 |
| Octal | 236 | 50 | 15 | 0 | 113 | 134 | 46 | 13 | 125 | 42 |
| Binary | 10011110 | 101000 | 1101 | 0 | 1001011 | 1011100 | 100110 | 1011 | 1010101 | 100010 |
Color Harmonies of #9E280D
Complementary color
Monochromatic Colors of #9E280D
Black with #9E280D
Text Example
Text Example
White with #9E280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E280D; }
p { color: rgb(158,40,13); }
H1.HeaderClassName
{
color: #9E280D;
}
.AnyTagClassName
{
color: #9E280D;
}
</style>
background-color css
<style>
a { background-color: #9E280D; }
a { background-color: rgb(158,40,13); }
div.DivClassName
{
background-color: #9E280D;
}
.BgClassName
{
background-color: #9E280D;
}
</style>
border-color css
<style>
span { border-color: #9E280D; }
span { border-color: rgb(158,40,13); }
td.TdClassName
{
border-color: #9E280D;
}
.TagClassName
{
border-color: #9E280D;
}
</style>