Shades of Mandarian Orange #952411
Tints of Mandarian Orange #952411
RGB
CMYK
RGB Variations
Color information
#952411 (or 0x952411) is known color: Mandarian Orange. HEX triplet: 95, 24 and 11. RGB value is (149,36,17). Sum of RGB (Red+Green+Blue) = 149+36+17=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #952411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952411 is #6ADBEE. Grayscale: #434343. Windows color (decimal): -7003119 or 1123477. OLE color: 1123477.
HSL color Cylindrical-coordinate representation of color #952411: hue angle of 8.64º 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 #952411 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 17 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.42 |
| HSL | 8.64º | 0.8% | 0.33% | - |
| HSV(B) | 8.64º | 0.89% | 0.58% | - |
| XYZ | 13.13 | 7.69 | 1.32 | - |
| YUV | 67.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 17 | 0 | 0.76 | 0.89 | 0.42 | 8.64 | 0.8 | 0.33 |
| Hex | 95 | 24 | 11 | 0 | 4C | 59 | 2A | 9 | 50 | 21 |
| Octal | 225 | 44 | 21 | 0 | 114 | 131 | 52 | 11 | 120 | 41 |
| Binary | 10010101 | 100100 | 10001 | 0 | 1001100 | 1011001 | 101010 | 1001 | 1010000 | 100001 |
Color Harmonies of #952411
Complementary color
Monochromatic Colors of #952411
Black with #952411
Text Example
Text Example
White with #952411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952411; }
p { color: rgb(149,36,17); }
H1.HeaderClassName
{
color: #952411;
}
.AnyTagClassName
{
color: #952411;
}
</style>
background-color css
<style>
a { background-color: #952411; }
a { background-color: rgb(149,36,17); }
div.DivClassName
{
background-color: #952411;
}
.BgClassName
{
background-color: #952411;
}
</style>
border-color css
<style>
span { border-color: #952411; }
span { border-color: rgb(149,36,17); }
td.TdClassName
{
border-color: #952411;
}
.TagClassName
{
border-color: #952411;
}
</style>