Shades of Mandarian Orange #9A210F
Tints of Mandarian Orange #9A210F
RGB
CMYK
RGB Variations
Color information
#9A210F (or 0x9A210F) is known color: Mandarian Orange. HEX triplet: 9A, 21 and 0F. RGB value is (154,33,15). Sum of RGB (Red+Green+Blue) = 154+33+15=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A210F is #65DEF0. Grayscale: #434343. Windows color (decimal): -6676209 or 991642. OLE color: 991642.
HSL color Cylindrical-coordinate representation of color #9A210F: hue angle of 7.77º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A210F is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 33 | 15 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.40 |
| HSL | 7.77º | 0.82% | 0.33% | - |
| HSV(B) | 7.77º | 0.9% | 0.6% | - |
| XYZ | 13.96 | 7.99 | 1.26 | - |
| YUV | 67.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 33 | 15 | 0 | 0.79 | 0.90 | 0.40 | 7.77 | 0.82 | 0.33 |
| Hex | 9A | 21 | F | 0 | 4F | 5A | 28 | 8 | 52 | 21 |
| Octal | 232 | 41 | 17 | 0 | 117 | 132 | 50 | 10 | 122 | 41 |
| Binary | 10011010 | 100001 | 1111 | 0 | 1001111 | 1011010 | 101000 | 1000 | 1010010 | 100001 |
Color Harmonies of #9A210F
Complementary color
Monochromatic Colors of #9A210F
Black with #9A210F
Text Example
Text Example
White with #9A210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A210F; }
p { color: rgb(154,33,15); }
H1.HeaderClassName
{
color: #9A210F;
}
.AnyTagClassName
{
color: #9A210F;
}
</style>
background-color css
<style>
a { background-color: #9A210F; }
a { background-color: rgb(154,33,15); }
div.DivClassName
{
background-color: #9A210F;
}
.BgClassName
{
background-color: #9A210F;
}
</style>
border-color css
<style>
span { border-color: #9A210F; }
span { border-color: rgb(154,33,15); }
td.TdClassName
{
border-color: #9A210F;
}
.TagClassName
{
border-color: #9A210F;
}
</style>