Shades of Mandarian Orange #9A2010
Tints of Mandarian Orange #9A2010
RGB
CMYK
RGB Variations
Color information
#9A2010 (or 0x9A2010) is known color: Mandarian Orange. HEX triplet: 9A, 20 and 10. RGB value is (154,32,16). Sum of RGB (Red+Green+Blue) = 154+32+16=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2010 is #65DFEF. Grayscale: #424242. Windows color (decimal): -6676464 or 1056922. OLE color: 1056922.
HSL color Cylindrical-coordinate representation of color #9A2010: hue angle of 6.96º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A2010 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 16 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.40 |
| HSL | 6.96º | 0.81% | 0.33% | - |
| HSV(B) | 6.96º | 0.9% | 0.6% | - |
| XYZ | 13.94 | 7.94 | 1.29 | - |
| YUV | 66.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 16 | 0 | 0.79 | 0.90 | 0.40 | 6.96 | 0.81 | 0.33 |
| Hex | 9A | 20 | 10 | 0 | 4F | 5A | 28 | 7 | 51 | 21 |
| Octal | 232 | 40 | 20 | 0 | 117 | 132 | 50 | 7 | 121 | 41 |
| Binary | 10011010 | 100000 | 10000 | 0 | 1001111 | 1011010 | 101000 | 111 | 1010001 | 100001 |
Color Harmonies of #9A2010
Complementary color
Monochromatic Colors of #9A2010
Black with #9A2010
Text Example
Text Example
White with #9A2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2010; }
p { color: rgb(154,32,16); }
H1.HeaderClassName
{
color: #9A2010;
}
.AnyTagClassName
{
color: #9A2010;
}
</style>
background-color css
<style>
a { background-color: #9A2010; }
a { background-color: rgb(154,32,16); }
div.DivClassName
{
background-color: #9A2010;
}
.BgClassName
{
background-color: #9A2010;
}
</style>
border-color css
<style>
span { border-color: #9A2010; }
span { border-color: rgb(154,32,16); }
td.TdClassName
{
border-color: #9A2010;
}
.TagClassName
{
border-color: #9A2010;
}
</style>