Shades of Mandarian Orange #952011
Tints of Mandarian Orange #952011
RGB
CMYK
RGB Variations
Color information
#952011 (or 0x952011) is known color: Mandarian Orange. HEX triplet: 95, 20 and 11. RGB value is (149,32,17). Sum of RGB (Red+Green+Blue) = 149+32+17=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #952011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952011 is #6ADFEE. Grayscale: #414141. Windows color (decimal): -7004143 or 1122453. OLE color: 1122453.
HSL color Cylindrical-coordinate representation of color #952011: hue angle of 6.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952011 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 17 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.42 |
| HSL | 6.82º | 0.8% | 0.33% | - |
| HSV(B) | 6.82º | 0.89% | 0.58% | - |
| XYZ | 13.01 | 7.46 | 1.29 | - |
| YUV | 65.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 17 | 0 | 0.79 | 0.89 | 0.42 | 6.82 | 0.8 | 0.33 |
| Hex | 95 | 20 | 11 | 0 | 4F | 59 | 2A | 7 | 50 | 21 |
| Octal | 225 | 40 | 21 | 0 | 117 | 131 | 52 | 7 | 120 | 41 |
| Binary | 10010101 | 100000 | 10001 | 0 | 1001111 | 1011001 | 101010 | 111 | 1010000 | 100001 |
Color Harmonies of #952011
Complementary color
Monochromatic Colors of #952011
Black with #952011
Text Example
Text Example
White with #952011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952011; }
p { color: rgb(149,32,17); }
H1.HeaderClassName
{
color: #952011;
}
.AnyTagClassName
{
color: #952011;
}
</style>
background-color css
<style>
a { background-color: #952011; }
a { background-color: rgb(149,32,17); }
div.DivClassName
{
background-color: #952011;
}
.BgClassName
{
background-color: #952011;
}
</style>
border-color css
<style>
span { border-color: #952011; }
span { border-color: rgb(149,32,17); }
td.TdClassName
{
border-color: #952011;
}
.TagClassName
{
border-color: #952011;
}
</style>