Shades of Mandarian Orange #9C260C
Tints of Mandarian Orange #9C260C
RGB
CMYK
RGB Variations
Color information
#9C260C (or 0x9C260C) is known color: Mandarian Orange. HEX triplet: 9C, 26 and 0C. RGB value is (156,38,12). Sum of RGB (Red+Green+Blue) = 156+38+12=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C260C is #63D9F3. Grayscale: #464646. Windows color (decimal): -6543860 or 796316. OLE color: 796316.
HSL color Cylindrical-coordinate representation of color #9C260C: hue angle of 10.83º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C260C is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 12 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.39 |
| HSL | 10.83º | 0.86% | 0.33% | - |
| HSV(B) | 10.83º | 0.92% | 0.61% | - |
| XYZ | 14.47 | 8.48 | 1.22 | - |
| YUV | 70.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 12 | 0 | 0.76 | 0.92 | 0.39 | 10.83 | 0.86 | 0.33 |
| Hex | 9C | 26 | C | 0 | 4C | 5C | 27 | B | 56 | 21 |
| Octal | 234 | 46 | 14 | 0 | 114 | 134 | 47 | 13 | 126 | 41 |
| Binary | 10011100 | 100110 | 1100 | 0 | 1001100 | 1011100 | 100111 | 1011 | 1010110 | 100001 |
Color Harmonies of #9C260C
Complementary color
Monochromatic Colors of #9C260C
Black with #9C260C
Text Example
Text Example
White with #9C260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C260C; }
p { color: rgb(156,38,12); }
H1.HeaderClassName
{
color: #9C260C;
}
.AnyTagClassName
{
color: #9C260C;
}
</style>
background-color css
<style>
a { background-color: #9C260C; }
a { background-color: rgb(156,38,12); }
div.DivClassName
{
background-color: #9C260C;
}
.BgClassName
{
background-color: #9C260C;
}
</style>
border-color css
<style>
span { border-color: #9C260C; }
span { border-color: rgb(156,38,12); }
td.TdClassName
{
border-color: #9C260C;
}
.TagClassName
{
border-color: #9C260C;
}
</style>