Shades of Mandarian Orange #9A2204
Tints of Mandarian Orange #9A2204
RGB
CMYK
RGB Variations
Color information
#9A2204 (or 0x9A2204) is known color: Mandarian Orange. HEX triplet: 9A, 22 and 04. RGB value is (154,34,4). Sum of RGB (Red+Green+Blue) = 154+34+4=192 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.21% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2204 is #65DDFB. Grayscale: #424242. Windows color (decimal): -6675964 or 271002. OLE color: 271002.
HSL color Cylindrical-coordinate representation of color #9A2204: hue angle of 12º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A2204 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 34 | 4 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.40 |
| HSL | 12º | 0.95% | 0.31% | - |
| HSV(B) | 12º | 0.97% | 0.6% | - |
| XYZ | 13.92 | 8.02 | 0.93 | - |
| YUV | 66.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 4 | 0 | 0.78 | 0.97 | 0.40 | 12 | 0.95 | 0.31 |
| Hex | 9A | 22 | 4 | 0 | 4E | 61 | 28 | C | 5F | 1F |
| Octal | 232 | 42 | 4 | 0 | 116 | 141 | 50 | 14 | 137 | 37 |
| Binary | 10011010 | 100010 | 100 | 0 | 1001110 | 1100001 | 101000 | 1100 | 1011111 | 11111 |
Color Harmonies of #9A2204
Complementary color
Monochromatic Colors of #9A2204
Black with #9A2204
Text Example
Text Example
White with #9A2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2204; }
p { color: rgb(154,34,4); }
H1.HeaderClassName
{
color: #9A2204;
}
.AnyTagClassName
{
color: #9A2204;
}
</style>
background-color css
<style>
a { background-color: #9A2204; }
a { background-color: rgb(154,34,4); }
div.DivClassName
{
background-color: #9A2204;
}
.BgClassName
{
background-color: #9A2204;
}
</style>
border-color css
<style>
span { border-color: #9A2204; }
span { border-color: rgb(154,34,4); }
td.TdClassName
{
border-color: #9A2204;
}
.TagClassName
{
border-color: #9A2204;
}
</style>