Shades of Mandarian Orange #9C220A
Tints of Mandarian Orange #9C220A
RGB
CMYK
RGB Variations
Color information
#9C220A (or 0x9C220A) is known color: Mandarian Orange. HEX triplet: 9C, 22 and 0A. RGB value is (156,34,10). Sum of RGB (Red+Green+Blue) = 156+34+10=200 (26% of max value = 765). Red value is 156 (61.33% from 255 or 78% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 156 - color contains mainly: red. Hex color #9C220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C220A is #63DDF5. Grayscale: #434343. Windows color (decimal): -6544886 or 664220. OLE color: 664220.
HSL color Cylindrical-coordinate representation of color #9C220A: hue angle of 9.86º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C220A is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 34 | 10 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.39 |
| HSL | 9.86º | 0.88% | 0.33% | - |
| HSV(B) | 9.86º | 0.94% | 0.61% | - |
| XYZ | 14.34 | 8.23 | 1.12 | - |
| YUV | 67.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 10 | 0 | 0.78 | 0.94 | 0.39 | 9.86 | 0.88 | 0.33 |
| Hex | 9C | 22 | A | 0 | 4E | 5E | 27 | A | 58 | 21 |
| Octal | 234 | 42 | 12 | 0 | 116 | 136 | 47 | 12 | 130 | 41 |
| Binary | 10011100 | 100010 | 1010 | 0 | 1001110 | 1011110 | 100111 | 1010 | 1011000 | 100001 |
Color Harmonies of #9C220A
Complementary color
Monochromatic Colors of #9C220A
Black with #9C220A
Text Example
Text Example
White with #9C220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C220A; }
p { color: rgb(156,34,10); }
H1.HeaderClassName
{
color: #9C220A;
}
.AnyTagClassName
{
color: #9C220A;
}
</style>
background-color css
<style>
a { background-color: #9C220A; }
a { background-color: rgb(156,34,10); }
div.DivClassName
{
background-color: #9C220A;
}
.BgClassName
{
background-color: #9C220A;
}
</style>
border-color css
<style>
span { border-color: #9C220A; }
span { border-color: rgb(156,34,10); }
td.TdClassName
{
border-color: #9C220A;
}
.TagClassName
{
border-color: #9C220A;
}
</style>