Shades of Mandarian Orange #9F2013
Tints of Mandarian Orange #9F2013
RGB
CMYK
RGB Variations
Color information
#9F2013 (or 0x9F2013) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 13. RGB value is (159,32,19). Sum of RGB (Red+Green+Blue) = 159+32+19=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2013 is #60DFEC. Grayscale: #444444. Windows color (decimal): -6348781 or 1253535. OLE color: 1253535.
HSL color Cylindrical-coordinate representation of color #9F2013: hue angle of 5.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F2013 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 19 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.38 |
| HSL | 5.57º | 0.79% | 0.35% | - |
| HSV(B) | 5.57º | 0.88% | 0.62% | - |
| XYZ | 14.93 | 8.45 | 1.46 | - |
| YUV | 68.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 19 | 0 | 0.80 | 0.88 | 0.38 | 5.57 | 0.79 | 0.35 |
| Hex | 9F | 20 | 13 | 0 | 50 | 58 | 26 | 6 | 4F | 23 |
| Octal | 237 | 40 | 23 | 0 | 120 | 130 | 46 | 6 | 117 | 43 |
| Binary | 10011111 | 100000 | 10011 | 0 | 1010000 | 1011000 | 100110 | 110 | 1001111 | 100011 |
Color Harmonies of #9F2013
Complementary color
Monochromatic Colors of #9F2013
Black with #9F2013
Text Example
Text Example
White with #9F2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2013; }
p { color: rgb(159,32,19); }
H1.HeaderClassName
{
color: #9F2013;
}
.AnyTagClassName
{
color: #9F2013;
}
</style>
background-color css
<style>
a { background-color: #9F2013; }
a { background-color: rgb(159,32,19); }
div.DivClassName
{
background-color: #9F2013;
}
.BgClassName
{
background-color: #9F2013;
}
</style>
border-color css
<style>
span { border-color: #9F2013; }
span { border-color: rgb(159,32,19); }
td.TdClassName
{
border-color: #9F2013;
}
.TagClassName
{
border-color: #9F2013;
}
</style>