Shades of Mandarian Orange #9F2410
Tints of Mandarian Orange #9F2410
RGB
CMYK
RGB Variations
Color information
#9F2410 (or 0x9F2410) is known color: Mandarian Orange. HEX triplet: 9F, 24 and 10. RGB value is (159,36,16). Sum of RGB (Red+Green+Blue) = 159+36+16=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2410 is #60DBEF. Grayscale: #464646. Windows color (decimal): -6347760 or 1057951. OLE color: 1057951.
HSL color Cylindrical-coordinate representation of color #9F2410: hue angle of 8.39º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F2410 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 16 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.38 |
| HSL | 8.39º | 0.82% | 0.34% | - |
| HSV(B) | 8.39º | 0.9% | 0.62% | - |
| XYZ | 15.02 | 8.67 | 1.37 | - |
| YUV | 70.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 16 | 0 | 0.77 | 0.90 | 0.38 | 8.39 | 0.82 | 0.34 |
| Hex | 9F | 24 | 10 | 0 | 4D | 5A | 26 | 8 | 52 | 22 |
| Octal | 237 | 44 | 20 | 0 | 115 | 132 | 46 | 10 | 122 | 42 |
| Binary | 10011111 | 100100 | 10000 | 0 | 1001101 | 1011010 | 100110 | 1000 | 1010010 | 100010 |
Color Harmonies of #9F2410
Complementary color
Monochromatic Colors of #9F2410
Black with #9F2410
Text Example
Text Example
White with #9F2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2410; }
p { color: rgb(159,36,16); }
H1.HeaderClassName
{
color: #9F2410;
}
.AnyTagClassName
{
color: #9F2410;
}
</style>
background-color css
<style>
a { background-color: #9F2410; }
a { background-color: rgb(159,36,16); }
div.DivClassName
{
background-color: #9F2410;
}
.BgClassName
{
background-color: #9F2410;
}
</style>
border-color css
<style>
span { border-color: #9F2410; }
span { border-color: rgb(159,36,16); }
td.TdClassName
{
border-color: #9F2410;
}
.TagClassName
{
border-color: #9F2410;
}
</style>