Shades of Mandarian Orange #9A270E
Tints of Mandarian Orange #9A270E
RGB
CMYK
RGB Variations
Color information
#9A270E (or 0x9A270E) is known color: Mandarian Orange. HEX triplet: 9A, 27 and 0E. RGB value is (154,39,14). Sum of RGB (Red+Green+Blue) = 154+39+14=207 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.40% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 154 - color contains mainly: red. Hex color #9A270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A270E is #65D8F1. Grayscale: #464646. Windows color (decimal): -6674674 or 927642. OLE color: 927642.
HSL color Cylindrical-coordinate representation of color #9A270E: hue angle of 10.71º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A270E is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 39 | 14 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.40 |
| HSL | 10.71º | 0.83% | 0.33% | - |
| HSV(B) | 10.71º | 0.91% | 0.6% | - |
| XYZ | 14.13 | 8.35 | 1.28 | - |
| YUV | 70.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 39 | 14 | 0 | 0.75 | 0.91 | 0.40 | 10.71 | 0.83 | 0.33 |
| Hex | 9A | 27 | E | 0 | 4B | 5B | 28 | B | 53 | 21 |
| Octal | 232 | 47 | 16 | 0 | 113 | 133 | 50 | 13 | 123 | 41 |
| Binary | 10011010 | 100111 | 1110 | 0 | 1001011 | 1011011 | 101000 | 1011 | 1010011 | 100001 |
Color Harmonies of #9A270E
Complementary color
Monochromatic Colors of #9A270E
Black with #9A270E
Text Example
Text Example
White with #9A270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A270E; }
p { color: rgb(154,39,14); }
H1.HeaderClassName
{
color: #9A270E;
}
.AnyTagClassName
{
color: #9A270E;
}
</style>
background-color css
<style>
a { background-color: #9A270E; }
a { background-color: rgb(154,39,14); }
div.DivClassName
{
background-color: #9A270E;
}
.BgClassName
{
background-color: #9A270E;
}
</style>
border-color css
<style>
span { border-color: #9A270E; }
span { border-color: rgb(154,39,14); }
td.TdClassName
{
border-color: #9A270E;
}
.TagClassName
{
border-color: #9A270E;
}
</style>