Shades of Mandarian Orange #9F2118
Tints of Mandarian Orange #9F2118
RGB
CMYK
RGB Variations
Color information
#9F2118 (or 0x9F2118) is known color: Mandarian Orange. HEX triplet: 9F, 21 and 18. RGB value is (159,33,24). Sum of RGB (Red+Green+Blue) = 159+33+24=216 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.61% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2118 is #60DEE7. Grayscale: #454545. Windows color (decimal): -6348520 or 1581471. OLE color: 1581471.
HSL color Cylindrical-coordinate representation of color #9F2118: hue angle of 4º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F2118 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 24 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.38 |
| HSL | 4º | 0.74% | 0.36% | - |
| HSV(B) | 4º | 0.85% | 0.62% | - |
| XYZ | 15.01 | 8.52 | 1.72 | - |
| YUV | 69.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 24 | 0 | 0.79 | 0.85 | 0.38 | 4 | 0.74 | 0.36 |
| Hex | 9F | 21 | 18 | 0 | 4F | 55 | 26 | 4 | 4A | 24 |
| Octal | 237 | 41 | 30 | 0 | 117 | 125 | 46 | 4 | 112 | 44 |
| Binary | 10011111 | 100001 | 11000 | 0 | 1001111 | 1010101 | 100110 | 100 | 1001010 | 100100 |
Color Harmonies of #9F2118
Complementary color
Monochromatic Colors of #9F2118
Black with #9F2118
Text Example
Text Example
White with #9F2118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2118; }
p { color: rgb(159,33,24); }
H1.HeaderClassName
{
color: #9F2118;
}
.AnyTagClassName
{
color: #9F2118;
}
</style>
background-color css
<style>
a { background-color: #9F2118; }
a { background-color: rgb(159,33,24); }
div.DivClassName
{
background-color: #9F2118;
}
.BgClassName
{
background-color: #9F2118;
}
</style>
border-color css
<style>
span { border-color: #9F2118; }
span { border-color: rgb(159,33,24); }
td.TdClassName
{
border-color: #9F2118;
}
.TagClassName
{
border-color: #9F2118;
}
</style>