Shades of Mandarian Orange #952209
Tints of Mandarian Orange #952209
RGB
CMYK
RGB Variations
Color information
#952209 (or 0x952209) is known color: Mandarian Orange. HEX triplet: 95, 22 and 09. RGB value is (149,34,9). Sum of RGB (Red+Green+Blue) = 149+34+9=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #952209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952209 is #6ADDF6. Grayscale: #414141. Windows color (decimal): -7003639 or 598677. OLE color: 598677.
HSL color Cylindrical-coordinate representation of color #952209: hue angle of 10.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #952209 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 9 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.42 |
| HSL | 10.71º | 0.89% | 0.31% | - |
| HSV(B) | 10.71º | 0.94% | 0.58% | - |
| XYZ | 13.02 | 7.55 | 1.03 | - |
| YUV | 65.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 9 | 0 | 0.77 | 0.94 | 0.42 | 10.71 | 0.89 | 0.31 |
| Hex | 95 | 22 | 9 | 0 | 4D | 5E | 2A | B | 59 | 1F |
| Octal | 225 | 42 | 11 | 0 | 115 | 136 | 52 | 13 | 131 | 37 |
| Binary | 10010101 | 100010 | 1001 | 0 | 1001101 | 1011110 | 101010 | 1011 | 1011001 | 11111 |
Color Harmonies of #952209
Complementary color
Monochromatic Colors of #952209
Black with #952209
Text Example
Text Example
White with #952209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952209; }
p { color: rgb(149,34,9); }
H1.HeaderClassName
{
color: #952209;
}
.AnyTagClassName
{
color: #952209;
}
</style>
background-color css
<style>
a { background-color: #952209; }
a { background-color: rgb(149,34,9); }
div.DivClassName
{
background-color: #952209;
}
.BgClassName
{
background-color: #952209;
}
</style>
border-color css
<style>
span { border-color: #952209; }
span { border-color: rgb(149,34,9); }
td.TdClassName
{
border-color: #952209;
}
.TagClassName
{
border-color: #952209;
}
</style>