Shades of Mandarian Orange #9A2509
Tints of Mandarian Orange #9A2509
RGB
CMYK
RGB Variations
Color information
#9A2509 (or 0x9A2509) is known color: Mandarian Orange. HEX triplet: 9A, 25 and 09. RGB value is (154,37,9). Sum of RGB (Red+Green+Blue) = 154+37+9=200 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2509 is #65DAF6. Grayscale: #454545. Windows color (decimal): -6675191 or 599450. OLE color: 599450.
HSL color Cylindrical-coordinate representation of color #9A2509: hue angle of 11.59º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A2509 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 9 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.40 |
| HSL | 11.59º | 0.89% | 0.32% | - |
| HSV(B) | 11.59º | 0.94% | 0.6% | - |
| XYZ | 14.04 | 8.21 | 1.1 | - |
| YUV | 68.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 9 | 0 | 0.76 | 0.94 | 0.40 | 11.59 | 0.89 | 0.32 |
| Hex | 9A | 25 | 9 | 0 | 4C | 5E | 28 | C | 59 | 20 |
| Octal | 232 | 45 | 11 | 0 | 114 | 136 | 50 | 14 | 131 | 40 |
| Binary | 10011010 | 100101 | 1001 | 0 | 1001100 | 1011110 | 101000 | 1100 | 1011001 | 100000 |
Color Harmonies of #9A2509
Complementary color
Monochromatic Colors of #9A2509
Black with #9A2509
Text Example
Text Example
White with #9A2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2509; }
p { color: rgb(154,37,9); }
H1.HeaderClassName
{
color: #9A2509;
}
.AnyTagClassName
{
color: #9A2509;
}
</style>
background-color css
<style>
a { background-color: #9A2509; }
a { background-color: rgb(154,37,9); }
div.DivClassName
{
background-color: #9A2509;
}
.BgClassName
{
background-color: #9A2509;
}
</style>
border-color css
<style>
span { border-color: #9A2509; }
span { border-color: rgb(154,37,9); }
td.TdClassName
{
border-color: #9A2509;
}
.TagClassName
{
border-color: #9A2509;
}
</style>