Shades of Mandarian Orange #9A270A
Tints of Mandarian Orange #9A270A
RGB
CMYK
RGB Variations
Color information
#9A270A (or 0x9A270A) is known color: Mandarian Orange. HEX triplet: 9A, 27 and 0A. RGB value is (154,39,10). Sum of RGB (Red+Green+Blue) = 154+39+10=203 (26% of max value = 765). Red value is 154 (60.55% from 255 or 75.86% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 154 - color contains mainly: red. Hex color #9A270A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A270A is #65D8F5. Grayscale: #464646. Windows color (decimal): -6674678 or 665498. OLE color: 665498.
HSL color Cylindrical-coordinate representation of color #9A270A: hue angle of 12.08º degrees, saturation: 0.88, 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 #9A270A is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 39 | 10 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.40 |
| HSL | 12.08º | 0.88% | 0.32% | - |
| HSV(B) | 12.08º | 0.94% | 0.6% | - |
| XYZ | 14.11 | 8.34 | 1.15 | - |
| YUV | 70.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 39 | 10 | 0 | 0.75 | 0.94 | 0.40 | 12.08 | 0.88 | 0.32 |
| Hex | 9A | 27 | A | 0 | 4B | 5E | 28 | C | 58 | 20 |
| Octal | 232 | 47 | 12 | 0 | 113 | 136 | 50 | 14 | 130 | 40 |
| Binary | 10011010 | 100111 | 1010 | 0 | 1001011 | 1011110 | 101000 | 1100 | 1011000 | 100000 |
Color Harmonies of #9A270A
Complementary color
Monochromatic Colors of #9A270A
Black with #9A270A
Text Example
Text Example
White with #9A270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A270A; }
p { color: rgb(154,39,10); }
H1.HeaderClassName
{
color: #9A270A;
}
.AnyTagClassName
{
color: #9A270A;
}
</style>
background-color css
<style>
a { background-color: #9A270A; }
a { background-color: rgb(154,39,10); }
div.DivClassName
{
background-color: #9A270A;
}
.BgClassName
{
background-color: #9A270A;
}
</style>
border-color css
<style>
span { border-color: #9A270A; }
span { border-color: rgb(154,39,10); }
td.TdClassName
{
border-color: #9A270A;
}
.TagClassName
{
border-color: #9A270A;
}
</style>