Shades of Mandarian Orange #9A2500
Tints of Mandarian Orange #9A2500
RGB
CMYK
RGB Variations
Color information
#9A2500 (or 0x9A2500) is known color: Mandarian Orange. HEX triplet: 9A, 25 and 00. RGB value is (154,37,0). Sum of RGB (Red+Green+Blue) = 154+37+0=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2500 is #65DAFF. Grayscale: #444444. Windows color (decimal): -6675200 or 9626. OLE color: 9626.
HSL color Cylindrical-coordinate representation of color #9A2500: hue angle of 14.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A2500 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.40 |
| HSL | 14.42º | 1% | 0.3% | - |
| HSV(B) | 14.42º | 1% | 0.6% | - |
| XYZ | 13.99 | 8.19 | 0.84 | - |
| YUV | 67.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 0 | 0 | 0.76 | 1 | 0.40 | 14.42 | 1 | 0.3 |
| Hex | 9A | 25 | 0 | 0 | 4C | 64 | 28 | E | 64 | 1E |
| Octal | 232 | 45 | 0 | 0 | 114 | 144 | 50 | 16 | 144 | 36 |
| Binary | 10011010 | 100101 | 0 | 0 | 1001100 | 1100100 | 101000 | 1110 | 1100100 | 11110 |
Color Harmonies of #9A2500
Complementary color
Monochromatic Colors of #9A2500
Black with #9A2500
Text Example
Text Example
White with #9A2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2500; }
p { color: rgb(154,37,0); }
H1.HeaderClassName
{
color: #9A2500;
}
.AnyTagClassName
{
color: #9A2500;
}
</style>
background-color css
<style>
a { background-color: #9A2500; }
a { background-color: rgb(154,37,0); }
div.DivClassName
{
background-color: #9A2500;
}
.BgClassName
{
background-color: #9A2500;
}
</style>
border-color css
<style>
span { border-color: #9A2500; }
span { border-color: rgb(154,37,0); }
td.TdClassName
{
border-color: #9A2500;
}
.TagClassName
{
border-color: #9A2500;
}
</style>