Shades of Mandarian Orange #9F200C
Tints of Mandarian Orange #9F200C
RGB
CMYK
RGB Variations
Color information
#9F200C (or 0x9F200C) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 0C. RGB value is (159,32,12). Sum of RGB (Red+Green+Blue) = 159+32+12=203 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.33% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 159 - color contains mainly: red. Hex color #9F200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F200C is #60DFF3. Grayscale: #434343. Windows color (decimal): -6348788 or 794783. OLE color: 794783.
HSL color Cylindrical-coordinate representation of color #9F200C: hue angle of 8.16º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F200C is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 12 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.38 |
| HSL | 8.16º | 0.86% | 0.34% | - |
| HSV(B) | 8.16º | 0.92% | 0.62% | - |
| XYZ | 14.88 | 8.43 | 1.19 | - |
| YUV | 67.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 12 | 0 | 0.80 | 0.92 | 0.38 | 8.16 | 0.86 | 0.34 |
| Hex | 9F | 20 | C | 0 | 50 | 5C | 26 | 8 | 56 | 22 |
| Octal | 237 | 40 | 14 | 0 | 120 | 134 | 46 | 10 | 126 | 42 |
| Binary | 10011111 | 100000 | 1100 | 0 | 1010000 | 1011100 | 100110 | 1000 | 1010110 | 100010 |
Color Harmonies of #9F200C
Complementary color
Monochromatic Colors of #9F200C
Black with #9F200C
Text Example
Text Example
White with #9F200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F200C; }
p { color: rgb(159,32,12); }
H1.HeaderClassName
{
color: #9F200C;
}
.AnyTagClassName
{
color: #9F200C;
}
</style>
background-color css
<style>
a { background-color: #9F200C; }
a { background-color: rgb(159,32,12); }
div.DivClassName
{
background-color: #9F200C;
}
.BgClassName
{
background-color: #9F200C;
}
</style>
border-color css
<style>
span { border-color: #9F200C; }
span { border-color: rgb(159,32,12); }
td.TdClassName
{
border-color: #9F200C;
}
.TagClassName
{
border-color: #9F200C;
}
</style>