Shades of Mandarian Orange #9C2402
Tints of Mandarian Orange #9C2402
RGB
CMYK
RGB Variations
Color information
#9C2402 (or 0x9C2402) is known color: Mandarian Orange. HEX triplet: 9C, 24 and 02. RGB value is (156,36,2). Sum of RGB (Red+Green+Blue) = 156+36+2=194 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.41% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2402 is #63DBFD. Grayscale: #444444. Windows color (decimal): -6544382 or 140444. OLE color: 140444.
HSL color Cylindrical-coordinate representation of color #9C2402: hue angle of 13.25º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C2402 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.39 |
| HSL | 13.25º | 0.97% | 0.31% | - |
| HSV(B) | 13.25º | 0.99% | 0.61% | - |
| XYZ | 14.35 | 8.33 | 0.91 | - |
| YUV | 68 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 2 | 0 | 0.77 | 0.99 | 0.39 | 13.25 | 0.97 | 0.31 |
| Hex | 9C | 24 | 2 | 0 | 4D | 63 | 27 | D | 61 | 1F |
| Octal | 234 | 44 | 2 | 0 | 115 | 143 | 47 | 15 | 141 | 37 |
| Binary | 10011100 | 100100 | 10 | 0 | 1001101 | 1100011 | 100111 | 1101 | 1100001 | 11111 |
Color Harmonies of #9C2402
Complementary color
Monochromatic Colors of #9C2402
Black with #9C2402
Text Example
Text Example
White with #9C2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2402; }
p { color: rgb(156,36,2); }
H1.HeaderClassName
{
color: #9C2402;
}
.AnyTagClassName
{
color: #9C2402;
}
</style>
background-color css
<style>
a { background-color: #9C2402; }
a { background-color: rgb(156,36,2); }
div.DivClassName
{
background-color: #9C2402;
}
.BgClassName
{
background-color: #9C2402;
}
</style>
border-color css
<style>
span { border-color: #9C2402; }
span { border-color: rgb(156,36,2); }
td.TdClassName
{
border-color: #9C2402;
}
.TagClassName
{
border-color: #9C2402;
}
</style>