Shades of Mandarian Orange #9A250A
Tints of Mandarian Orange #9A250A
RGB
CMYK
RGB Variations
Color information
#9A250A (or 0x9A250A) is known color: Mandarian Orange. HEX triplet: 9A, 25 and 0A. RGB value is (154,37,10). Sum of RGB (Red+Green+Blue) = 154+37+10=201 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.62% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 154 - color contains mainly: red. Hex color #9A250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A250A is #65DAF5. Grayscale: #454545. Windows color (decimal): -6675190 or 664986. OLE color: 664986.
HSL color Cylindrical-coordinate representation of color #9A250A: hue angle of 11.25º 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 #9A250A is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 10 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.40 |
| HSL | 11.25º | 0.88% | 0.32% | - |
| HSV(B) | 11.25º | 0.94% | 0.6% | - |
| XYZ | 14.04 | 8.22 | 1.13 | - |
| YUV | 68.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 10 | 0 | 0.76 | 0.94 | 0.40 | 11.25 | 0.88 | 0.32 |
| Hex | 9A | 25 | A | 0 | 4C | 5E | 28 | B | 58 | 20 |
| Octal | 232 | 45 | 12 | 0 | 114 | 136 | 50 | 13 | 130 | 40 |
| Binary | 10011010 | 100101 | 1010 | 0 | 1001100 | 1011110 | 101000 | 1011 | 1011000 | 100000 |
Color Harmonies of #9A250A
Complementary color
Monochromatic Colors of #9A250A
Black with #9A250A
Text Example
Text Example
White with #9A250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A250A; }
p { color: rgb(154,37,10); }
H1.HeaderClassName
{
color: #9A250A;
}
.AnyTagClassName
{
color: #9A250A;
}
</style>
background-color css
<style>
a { background-color: #9A250A; }
a { background-color: rgb(154,37,10); }
div.DivClassName
{
background-color: #9A250A;
}
.BgClassName
{
background-color: #9A250A;
}
</style>
border-color css
<style>
span { border-color: #9A250A; }
span { border-color: rgb(154,37,10); }
td.TdClassName
{
border-color: #9A250A;
}
.TagClassName
{
border-color: #9A250A;
}
</style>