Shades of Mandarian Orange #95250C
Tints of Mandarian Orange #95250C
RGB
CMYK
RGB Variations
Color information
#95250C (or 0x95250C) is known color: Mandarian Orange. HEX triplet: 95, 25 and 0C. RGB value is (149,37,12). Sum of RGB (Red+Green+Blue) = 149+37+12=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #95250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95250C is #6ADAF3. Grayscale: #434343. Windows color (decimal): -7002868 or 796053. OLE color: 796053.
HSL color Cylindrical-coordinate representation of color #95250C: hue angle of 10.95º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95250C is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 12 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.42 |
| HSL | 10.95º | 0.85% | 0.32% | - |
| HSV(B) | 10.95º | 0.92% | 0.58% | - |
| XYZ | 13.12 | 7.74 | 1.15 | - |
| YUV | 67.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 12 | 0 | 0.75 | 0.92 | 0.42 | 10.95 | 0.85 | 0.32 |
| Hex | 95 | 25 | C | 0 | 4B | 5C | 2A | B | 55 | 20 |
| Octal | 225 | 45 | 14 | 0 | 113 | 134 | 52 | 13 | 125 | 40 |
| Binary | 10010101 | 100101 | 1100 | 0 | 1001011 | 1011100 | 101010 | 1011 | 1010101 | 100000 |
Color Harmonies of #95250C
Complementary color
Monochromatic Colors of #95250C
Black with #95250C
Text Example
Text Example
White with #95250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95250C; }
p { color: rgb(149,37,12); }
H1.HeaderClassName
{
color: #95250C;
}
.AnyTagClassName
{
color: #95250C;
}
</style>
background-color css
<style>
a { background-color: #95250C; }
a { background-color: rgb(149,37,12); }
div.DivClassName
{
background-color: #95250C;
}
.BgClassName
{
background-color: #95250C;
}
</style>
border-color css
<style>
span { border-color: #95250C; }
span { border-color: rgb(149,37,12); }
td.TdClassName
{
border-color: #95250C;
}
.TagClassName
{
border-color: #95250C;
}
</style>