Shades of Mandarian Orange #9F2810
Tints of Mandarian Orange #9F2810
RGB
CMYK
RGB Variations
Color information
#9F2810 (or 0x9F2810) is known color: Mandarian Orange. HEX triplet: 9F, 28 and 10. RGB value is (159,40,16). Sum of RGB (Red+Green+Blue) = 159+40+16=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2810 is #60D7EF. Grayscale: #494949. Windows color (decimal): -6346736 or 1058975. OLE color: 1058975.
HSL color Cylindrical-coordinate representation of color #9F2810: hue angle of 10.07º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F2810 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 16 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.38 |
| HSL | 10.07º | 0.82% | 0.34% | - |
| HSV(B) | 10.07º | 0.9% | 0.62% | - |
| XYZ | 15.15 | 8.93 | 1.41 | - |
| YUV | 72.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 16 | 0 | 0.75 | 0.90 | 0.38 | 10.07 | 0.82 | 0.34 |
| Hex | 9F | 28 | 10 | 0 | 4B | 5A | 26 | A | 52 | 22 |
| Octal | 237 | 50 | 20 | 0 | 113 | 132 | 46 | 12 | 122 | 42 |
| Binary | 10011111 | 101000 | 10000 | 0 | 1001011 | 1011010 | 100110 | 1010 | 1010010 | 100010 |
Color Harmonies of #9F2810
Complementary color
Monochromatic Colors of #9F2810
Black with #9F2810
Text Example
Text Example
White with #9F2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2810; }
p { color: rgb(159,40,16); }
H1.HeaderClassName
{
color: #9F2810;
}
.AnyTagClassName
{
color: #9F2810;
}
</style>
background-color css
<style>
a { background-color: #9F2810; }
a { background-color: rgb(159,40,16); }
div.DivClassName
{
background-color: #9F2810;
}
.BgClassName
{
background-color: #9F2810;
}
</style>
border-color css
<style>
span { border-color: #9F2810; }
span { border-color: rgb(159,40,16); }
td.TdClassName
{
border-color: #9F2810;
}
.TagClassName
{
border-color: #9F2810;
}
</style>