Shades of Mandarian Orange #9A2410
Tints of Mandarian Orange #9A2410
RGB
CMYK
RGB Variations
Color information
#9A2410 (or 0x9A2410) is known color: Mandarian Orange. HEX triplet: 9A, 24 and 10. RGB value is (154,36,16). Sum of RGB (Red+Green+Blue) = 154+36+16=206 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.76% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2410 is #65DBEF. Grayscale: #454545. Windows color (decimal): -6675440 or 1057946. OLE color: 1057946.
HSL color Cylindrical-coordinate representation of color #9A2410: hue angle of 8.7º 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 #9A2410 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 36 | 16 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.40 |
| HSL | 8.7º | 0.81% | 0.33% | - |
| HSV(B) | 8.7º | 0.9% | 0.6% | - |
| XYZ | 14.05 | 8.17 | 1.33 | - |
| YUV | 69 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 16 | 0 | 0.77 | 0.90 | 0.40 | 8.7 | 0.81 | 0.33 |
| Hex | 9A | 24 | 10 | 0 | 4D | 5A | 28 | 9 | 51 | 21 |
| Octal | 232 | 44 | 20 | 0 | 115 | 132 | 50 | 11 | 121 | 41 |
| Binary | 10011010 | 100100 | 10000 | 0 | 1001101 | 1011010 | 101000 | 1001 | 1010001 | 100001 |
Color Harmonies of #9A2410
Complementary color
Monochromatic Colors of #9A2410
Black with #9A2410
Text Example
Text Example
White with #9A2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2410; }
p { color: rgb(154,36,16); }
H1.HeaderClassName
{
color: #9A2410;
}
.AnyTagClassName
{
color: #9A2410;
}
</style>
background-color css
<style>
a { background-color: #9A2410; }
a { background-color: rgb(154,36,16); }
div.DivClassName
{
background-color: #9A2410;
}
.BgClassName
{
background-color: #9A2410;
}
</style>
border-color css
<style>
span { border-color: #9A2410; }
span { border-color: rgb(154,36,16); }
td.TdClassName
{
border-color: #9A2410;
}
.TagClassName
{
border-color: #9A2410;
}
</style>