Shades of Mandarian Orange #9A2108
Tints of Mandarian Orange #9A2108
RGB
CMYK
RGB Variations
Color information
#9A2108 (or 0x9A2108) is known color: Mandarian Orange. HEX triplet: 9A, 21 and 08. RGB value is (154,33,8). Sum of RGB (Red+Green+Blue) = 154+33+8=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2108 is #65DEF7. Grayscale: #424242. Windows color (decimal): -6676216 or 532890. OLE color: 532890.
HSL color Cylindrical-coordinate representation of color #9A2108: hue angle of 10.27º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A2108 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 33 | 8 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.40 |
| HSL | 10.27º | 0.9% | 0.32% | - |
| HSV(B) | 10.27º | 0.95% | 0.6% | - |
| XYZ | 13.91 | 7.98 | 1.04 | - |
| YUV | 66.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 33 | 8 | 0 | 0.79 | 0.95 | 0.40 | 10.27 | 0.9 | 0.32 |
| Hex | 9A | 21 | 8 | 0 | 4F | 5F | 28 | A | 5A | 20 |
| Octal | 232 | 41 | 10 | 0 | 117 | 137 | 50 | 12 | 132 | 40 |
| Binary | 10011010 | 100001 | 1000 | 0 | 1001111 | 1011111 | 101000 | 1010 | 1011010 | 100000 |
Color Harmonies of #9A2108
Complementary color
Monochromatic Colors of #9A2108
Black with #9A2108
Text Example
Text Example
White with #9A2108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2108; }
p { color: rgb(154,33,8); }
H1.HeaderClassName
{
color: #9A2108;
}
.AnyTagClassName
{
color: #9A2108;
}
</style>
background-color css
<style>
a { background-color: #9A2108; }
a { background-color: rgb(154,33,8); }
div.DivClassName
{
background-color: #9A2108;
}
.BgClassName
{
background-color: #9A2108;
}
</style>
border-color css
<style>
span { border-color: #9A2108; }
span { border-color: rgb(154,33,8); }
td.TdClassName
{
border-color: #9A2108;
}
.TagClassName
{
border-color: #9A2108;
}
</style>