Shades of Mandarian Orange #9F2510
Tints of Mandarian Orange #9F2510
RGB
CMYK
RGB Variations
Color information
#9F2510 (or 0x9F2510) is known color: Mandarian Orange. HEX triplet: 9F, 25 and 10. RGB value is (159,37,16). Sum of RGB (Red+Green+Blue) = 159+37+16=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2510 is #60DAEF. Grayscale: #474747. Windows color (decimal): -6347504 or 1058207. OLE color: 1058207.
HSL color Cylindrical-coordinate representation of color #9F2510: hue angle of 8.81º 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 #9F2510 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 16 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.38 |
| HSL | 8.81º | 0.82% | 0.34% | - |
| HSV(B) | 8.81º | 0.9% | 0.62% | - |
| XYZ | 15.05 | 8.73 | 1.38 | - |
| YUV | 71.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 16 | 0 | 0.77 | 0.90 | 0.38 | 8.81 | 0.82 | 0.34 |
| Hex | 9F | 25 | 10 | 0 | 4D | 5A | 26 | 9 | 52 | 22 |
| Octal | 237 | 45 | 20 | 0 | 115 | 132 | 46 | 11 | 122 | 42 |
| Binary | 10011111 | 100101 | 10000 | 0 | 1001101 | 1011010 | 100110 | 1001 | 1010010 | 100010 |
Color Harmonies of #9F2510
Complementary color
Monochromatic Colors of #9F2510
Black with #9F2510
Text Example
Text Example
White with #9F2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2510; }
p { color: rgb(159,37,16); }
H1.HeaderClassName
{
color: #9F2510;
}
.AnyTagClassName
{
color: #9F2510;
}
</style>
background-color css
<style>
a { background-color: #9F2510; }
a { background-color: rgb(159,37,16); }
div.DivClassName
{
background-color: #9F2510;
}
.BgClassName
{
background-color: #9F2510;
}
</style>
border-color css
<style>
span { border-color: #9F2510; }
span { border-color: rgb(159,37,16); }
td.TdClassName
{
border-color: #9F2510;
}
.TagClassName
{
border-color: #9F2510;
}
</style>