Shades of Mandarian Orange #9F2012
Tints of Mandarian Orange #9F2012
RGB
CMYK
RGB Variations
Color information
#9F2012 (or 0x9F2012) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 12. RGB value is (159,32,18). Sum of RGB (Red+Green+Blue) = 159+32+18=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2012 is #60DFED. Grayscale: #444444. Windows color (decimal): -6348782 or 1187999. OLE color: 1187999.
HSL color Cylindrical-coordinate representation of color #9F2012: hue angle of 5.96º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F2012 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 18 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.38 |
| HSL | 5.96º | 0.8% | 0.35% | - |
| HSV(B) | 5.96º | 0.89% | 0.62% | - |
| XYZ | 14.92 | 8.45 | 1.42 | - |
| YUV | 68.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 18 | 0 | 0.80 | 0.89 | 0.38 | 5.96 | 0.8 | 0.35 |
| Hex | 9F | 20 | 12 | 0 | 50 | 59 | 26 | 6 | 50 | 23 |
| Octal | 237 | 40 | 22 | 0 | 120 | 131 | 46 | 6 | 120 | 43 |
| Binary | 10011111 | 100000 | 10010 | 0 | 1010000 | 1011001 | 100110 | 110 | 1010000 | 100011 |
Color Harmonies of #9F2012
Complementary color
Monochromatic Colors of #9F2012
Black with #9F2012
Text Example
Text Example
White with #9F2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2012; }
p { color: rgb(159,32,18); }
H1.HeaderClassName
{
color: #9F2012;
}
.AnyTagClassName
{
color: #9F2012;
}
</style>
background-color css
<style>
a { background-color: #9F2012; }
a { background-color: rgb(159,32,18); }
div.DivClassName
{
background-color: #9F2012;
}
.BgClassName
{
background-color: #9F2012;
}
</style>
border-color css
<style>
span { border-color: #9F2012; }
span { border-color: rgb(159,32,18); }
td.TdClassName
{
border-color: #9F2012;
}
.TagClassName
{
border-color: #9F2012;
}
</style>