Shades of Mandarian Orange #962505
Tints of Mandarian Orange #962505
RGB
CMYK
RGB Variations
Color information
#962505 (or 0x962505) is known color: Mandarian Orange. HEX triplet: 96, 25 and 05. RGB value is (150,37,5). Sum of RGB (Red+Green+Blue) = 150+37+5=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #962505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962505 is #69DAFA. Grayscale: #434343. Windows color (decimal): -6937339 or 337302. OLE color: 337302.
HSL color Cylindrical-coordinate representation of color #962505: hue angle of 13.24º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #962505 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.41 |
| HSL | 13.24º | 0.94% | 0.3% | - |
| HSV(B) | 13.24º | 0.97% | 0.59% | - |
| XYZ | 13.27 | 7.82 | 0.95 | - |
| YUV | 67.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 5 | 0 | 0.75 | 0.97 | 0.41 | 13.24 | 0.94 | 0.3 |
| Hex | 96 | 25 | 5 | 0 | 4B | 61 | 29 | D | 5E | 1E |
| Octal | 226 | 45 | 5 | 0 | 113 | 141 | 51 | 15 | 136 | 36 |
| Binary | 10010110 | 100101 | 101 | 0 | 1001011 | 1100001 | 101001 | 1101 | 1011110 | 11110 |
Color Harmonies of #962505
Complementary color
Monochromatic Colors of #962505
Black with #962505
Text Example
Text Example
White with #962505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962505; }
p { color: rgb(150,37,5); }
H1.HeaderClassName
{
color: #962505;
}
.AnyTagClassName
{
color: #962505;
}
</style>
background-color css
<style>
a { background-color: #962505; }
a { background-color: rgb(150,37,5); }
div.DivClassName
{
background-color: #962505;
}
.BgClassName
{
background-color: #962505;
}
</style>
border-color css
<style>
span { border-color: #962505; }
span { border-color: rgb(150,37,5); }
td.TdClassName
{
border-color: #962505;
}
.TagClassName
{
border-color: #962505;
}
</style>