Shades of Mandarian Orange #96230F
Tints of Mandarian Orange #96230F
RGB
CMYK
RGB Variations
Color information
#96230F (or 0x96230F) is known color: Mandarian Orange. HEX triplet: 96, 23 and 0F. RGB value is (150,35,15). Sum of RGB (Red+Green+Blue) = 150+35+15=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #96230F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96230F is #69DCF0. Grayscale: #434343. Windows color (decimal): -6937841 or 992150. OLE color: 992150.
HSL color Cylindrical-coordinate representation of color #96230F: hue angle of 8.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96230F is Cyan = 0, Magento = 0.77, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 15 | - |
| CMYK | 0 | 0.77 | 0.9 | 0.41 |
| HSL | 8.89º | 0.82% | 0.32% | - |
| HSV(B) | 8.89º | 0.9% | 0.59% | - |
| XYZ | 13.26 | 7.72 | 1.24 | - |
| YUV | 67.11 | 98.6 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 15 | 0 | 0.77 | 0.9 | 0.41 | 8.89 | 0.82 | 0.32 |
| Hex | 96 | 23 | F | 0 | 4D | 5A | 29 | 9 | 52 | 20 |
| Octal | 226 | 43 | 17 | 0 | 115 | 132 | 51 | 11 | 122 | 40 |
| Binary | 10010110 | 100011 | 1111 | 0 | 1001101 | 1011010 | 101001 | 1001 | 1010010 | 100000 |
Color Harmonies of #96230F
Complementary color
Monochromatic Colors of #96230F
Black with #96230F
Text Example
Text Example
White with #96230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96230F; }
p { color: rgb(150,35,15); }
H1.HeaderClassName
{
color: #96230F;
}
.AnyTagClassName
{
color: #96230F;
}
</style>
background-color css
<style>
a { background-color: #96230F; }
a { background-color: rgb(150,35,15); }
div.DivClassName
{
background-color: #96230F;
}
.BgClassName
{
background-color: #96230F;
}
</style>
border-color css
<style>
span { border-color: #96230F; }
span { border-color: rgb(150,35,15); }
td.TdClassName
{
border-color: #96230F;
}
.TagClassName
{
border-color: #96230F;
}
</style>