Shades of Mandarian Orange #9A2011
Tints of Mandarian Orange #9A2011
RGB
CMYK
RGB Variations
Color information
#9A2011 (or 0x9A2011) is known color: Mandarian Orange. HEX triplet: 9A, 20 and 11. RGB value is (154,32,17). Sum of RGB (Red+Green+Blue) = 154+32+17=203 (26% of max value = 765). Red value is 154 (60.55% from 255 or 75.86% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2011 is #65DFEE. Grayscale: #424242. Windows color (decimal): -6676463 or 1122458. OLE color: 1122458.
HSL color Cylindrical-coordinate representation of color #9A2011: hue angle of 6.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A2011 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 17 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.40 |
| HSL | 6.57º | 0.8% | 0.34% | - |
| HSV(B) | 6.57º | 0.89% | 0.6% | - |
| XYZ | 13.94 | 7.94 | 1.33 | - |
| YUV | 66.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 17 | 0 | 0.79 | 0.89 | 0.40 | 6.57 | 0.8 | 0.34 |
| Hex | 9A | 20 | 11 | 0 | 4F | 59 | 28 | 7 | 50 | 22 |
| Octal | 232 | 40 | 21 | 0 | 117 | 131 | 50 | 7 | 120 | 42 |
| Binary | 10011010 | 100000 | 10001 | 0 | 1001111 | 1011001 | 101000 | 111 | 1010000 | 100010 |
Color Harmonies of #9A2011
Complementary color
Monochromatic Colors of #9A2011
Black with #9A2011
Text Example
Text Example
White with #9A2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2011; }
p { color: rgb(154,32,17); }
H1.HeaderClassName
{
color: #9A2011;
}
.AnyTagClassName
{
color: #9A2011;
}
</style>
background-color css
<style>
a { background-color: #9A2011; }
a { background-color: rgb(154,32,17); }
div.DivClassName
{
background-color: #9A2011;
}
.BgClassName
{
background-color: #9A2011;
}
</style>
border-color css
<style>
span { border-color: #9A2011; }
span { border-color: rgb(154,32,17); }
td.TdClassName
{
border-color: #9A2011;
}
.TagClassName
{
border-color: #9A2011;
}
</style>