Shades of Mandarian Orange #9F2002
Tints of Mandarian Orange #9F2002
RGB
CMYK
RGB Variations
Color information
#9F2002 (or 0x9F2002) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 02. RGB value is (159,32,2). Sum of RGB (Red+Green+Blue) = 159+32+2=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2002 is #60DFFD. Grayscale: #424242. Windows color (decimal): -6348798 or 139423. OLE color: 139423.
HSL color Cylindrical-coordinate representation of color #9F2002: hue angle of 11.46º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F2002 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.38 |
| HSL | 11.46º | 0.98% | 0.32% | - |
| HSV(B) | 11.46º | 0.99% | 0.62% | - |
| XYZ | 14.83 | 8.41 | 0.9 | - |
| YUV | 66.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 2 | 0 | 0.80 | 0.99 | 0.38 | 11.46 | 0.98 | 0.32 |
| Hex | 9F | 20 | 2 | 0 | 50 | 63 | 26 | B | 62 | 20 |
| Octal | 237 | 40 | 2 | 0 | 120 | 143 | 46 | 13 | 142 | 40 |
| Binary | 10011111 | 100000 | 10 | 0 | 1010000 | 1100011 | 100110 | 1011 | 1100010 | 100000 |
Color Harmonies of #9F2002
Complementary color
Monochromatic Colors of #9F2002
Black with #9F2002
Text Example
Text Example
White with #9F2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2002; }
p { color: rgb(159,32,2); }
H1.HeaderClassName
{
color: #9F2002;
}
.AnyTagClassName
{
color: #9F2002;
}
</style>
background-color css
<style>
a { background-color: #9F2002; }
a { background-color: rgb(159,32,2); }
div.DivClassName
{
background-color: #9F2002;
}
.BgClassName
{
background-color: #9F2002;
}
</style>
border-color css
<style>
span { border-color: #9F2002; }
span { border-color: rgb(159,32,2); }
td.TdClassName
{
border-color: #9F2002;
}
.TagClassName
{
border-color: #9F2002;
}
</style>