Shades of Mandarian Orange #952C25
Tints of Mandarian Orange #952C25
RGB
CMYK
RGB Variations
Color information
#952C25 (or 0x952C25) is known color: Mandarian Orange. HEX triplet: 95, 2C and 25. RGB value is (149,44,37). Sum of RGB (Red+Green+Blue) = 149+44+37=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #952C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C25 is #6AD3DA. Grayscale: #4A4A4A. Windows color (decimal): -7001051 or 2436245. OLE color: 2436245.
HSL color Cylindrical-coordinate representation of color #952C25: hue angle of 3.75º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952C25 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 37 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.42 |
| HSL | 3.75º | 0.6% | 0.36% | - |
| HSV(B) | 3.75º | 0.75% | 0.58% | - |
| XYZ | 13.63 | 8.32 | 2.64 | - |
| YUV | 74.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 37 | 0 | 0.70 | 0.75 | 0.42 | 3.75 | 0.6 | 0.36 |
| Hex | 95 | 2C | 25 | 0 | 46 | 4B | 2A | 4 | 3C | 24 |
| Octal | 225 | 54 | 45 | 0 | 106 | 113 | 52 | 4 | 74 | 44 |
| Binary | 10010101 | 101100 | 100101 | 0 | 1000110 | 1001011 | 101010 | 100 | 111100 | 100100 |
Color Harmonies of #952C25
Complementary color
Monochromatic Colors of #952C25
Black with #952C25
Text Example
Text Example
White with #952C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C25; }
p { color: rgb(149,44,37); }
H1.HeaderClassName
{
color: #952C25;
}
.AnyTagClassName
{
color: #952C25;
}
</style>
background-color css
<style>
a { background-color: #952C25; }
a { background-color: rgb(149,44,37); }
div.DivClassName
{
background-color: #952C25;
}
.BgClassName
{
background-color: #952C25;
}
</style>
border-color css
<style>
span { border-color: #952C25; }
span { border-color: rgb(149,44,37); }
td.TdClassName
{
border-color: #952C25;
}
.TagClassName
{
border-color: #952C25;
}
</style>