Shades of Mandarian Orange #9E250B
Tints of Mandarian Orange #9E250B
RGB
CMYK
RGB Variations
Color information
#9E250B (or 0x9E250B) is known color: Mandarian Orange. HEX triplet: 9E, 25 and 0B. RGB value is (158,37,11). Sum of RGB (Red+Green+Blue) = 158+37+11=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E250B is #61DAF4. Grayscale: #464646. Windows color (decimal): -6413045 or 730526. OLE color: 730526.
HSL color Cylindrical-coordinate representation of color #9E250B: hue angle of 10.61º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E250B is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 11 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.38 |
| HSL | 10.61º | 0.87% | 0.33% | - |
| HSV(B) | 10.61º | 0.93% | 0.62% | - |
| XYZ | 14.82 | 8.62 | 1.2 | - |
| YUV | 70.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 11 | 0 | 0.77 | 0.93 | 0.38 | 10.61 | 0.87 | 0.33 |
| Hex | 9E | 25 | B | 0 | 4D | 5D | 26 | B | 57 | 21 |
| Octal | 236 | 45 | 13 | 0 | 115 | 135 | 46 | 13 | 127 | 41 |
| Binary | 10011110 | 100101 | 1011 | 0 | 1001101 | 1011101 | 100110 | 1011 | 1010111 | 100001 |
Color Harmonies of #9E250B
Complementary color
Monochromatic Colors of #9E250B
Black with #9E250B
Text Example
Text Example
White with #9E250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E250B; }
p { color: rgb(158,37,11); }
H1.HeaderClassName
{
color: #9E250B;
}
.AnyTagClassName
{
color: #9E250B;
}
</style>
background-color css
<style>
a { background-color: #9E250B; }
a { background-color: rgb(158,37,11); }
div.DivClassName
{
background-color: #9E250B;
}
.BgClassName
{
background-color: #9E250B;
}
</style>
border-color css
<style>
span { border-color: #9E250B; }
span { border-color: rgb(158,37,11); }
td.TdClassName
{
border-color: #9E250B;
}
.TagClassName
{
border-color: #9E250B;
}
</style>