Shades of Mandarian Orange #96260E
Tints of Mandarian Orange #96260E
RGB
CMYK
RGB Variations
Color information
#96260E (or 0x96260E) is known color: Mandarian Orange. HEX triplet: 96, 26 and 0E. RGB value is (150,38,14). Sum of RGB (Red+Green+Blue) = 150+38+14=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #96260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96260E is #69D9F1. Grayscale: #444444. Windows color (decimal): -6937074 or 927382. OLE color: 927382.
HSL color Cylindrical-coordinate representation of color #96260E: hue angle of 10.59º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96260E is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 14 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.41 |
| HSL | 10.59º | 0.83% | 0.32% | - |
| HSV(B) | 10.59º | 0.91% | 0.59% | - |
| XYZ | 13.35 | 7.9 | 1.24 | - |
| YUV | 68.75 | 97.11 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 14 | 0 | 0.75 | 0.91 | 0.41 | 10.59 | 0.83 | 0.32 |
| Hex | 96 | 26 | E | 0 | 4B | 5B | 29 | B | 53 | 20 |
| Octal | 226 | 46 | 16 | 0 | 113 | 133 | 51 | 13 | 123 | 40 |
| Binary | 10010110 | 100110 | 1110 | 0 | 1001011 | 1011011 | 101001 | 1011 | 1010011 | 100000 |
Color Harmonies of #96260E
Complementary color
Monochromatic Colors of #96260E
Black with #96260E
Text Example
Text Example
White with #96260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96260E; }
p { color: rgb(150,38,14); }
H1.HeaderClassName
{
color: #96260E;
}
.AnyTagClassName
{
color: #96260E;
}
</style>
background-color css
<style>
a { background-color: #96260E; }
a { background-color: rgb(150,38,14); }
div.DivClassName
{
background-color: #96260E;
}
.BgClassName
{
background-color: #96260E;
}
</style>
border-color css
<style>
span { border-color: #96260E; }
span { border-color: rgb(150,38,14); }
td.TdClassName
{
border-color: #96260E;
}
.TagClassName
{
border-color: #96260E;
}
</style>