Shades of Mandarian Orange #9F2910
Tints of Mandarian Orange #9F2910
RGB
CMYK
RGB Variations
Color information
#9F2910 (or 0x9F2910) is known color: Mandarian Orange. HEX triplet: 9F, 29 and 10. RGB value is (159,41,16). Sum of RGB (Red+Green+Blue) = 159+41+16=216 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.61% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2910 is #60D6EF. Grayscale: #494949. Windows color (decimal): -6346480 or 1059231. OLE color: 1059231.
HSL color Cylindrical-coordinate representation of color #9F2910: hue angle of 10.49º 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 #9F2910 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 16 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.38 |
| HSL | 10.49º | 0.82% | 0.34% | - |
| HSV(B) | 10.49º | 0.9% | 0.62% | - |
| XYZ | 15.18 | 8.99 | 1.43 | - |
| YUV | 73.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 16 | 0 | 0.74 | 0.90 | 0.38 | 10.49 | 0.82 | 0.34 |
| Hex | 9F | 29 | 10 | 0 | 4A | 5A | 26 | A | 52 | 22 |
| Octal | 237 | 51 | 20 | 0 | 112 | 132 | 46 | 12 | 122 | 42 |
| Binary | 10011111 | 101001 | 10000 | 0 | 1001010 | 1011010 | 100110 | 1010 | 1010010 | 100010 |
Color Harmonies of #9F2910
Complementary color
Monochromatic Colors of #9F2910
Black with #9F2910
Text Example
Text Example
White with #9F2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2910; }
p { color: rgb(159,41,16); }
H1.HeaderClassName
{
color: #9F2910;
}
.AnyTagClassName
{
color: #9F2910;
}
</style>
background-color css
<style>
a { background-color: #9F2910; }
a { background-color: rgb(159,41,16); }
div.DivClassName
{
background-color: #9F2910;
}
.BgClassName
{
background-color: #9F2910;
}
</style>
border-color css
<style>
span { border-color: #9F2910; }
span { border-color: rgb(159,41,16); }
td.TdClassName
{
border-color: #9F2910;
}
.TagClassName
{
border-color: #9F2910;
}
</style>