Shades of Mandarian Orange #9D280E
Tints of Mandarian Orange #9D280E
RGB
CMYK
RGB Variations
Color information
#9D280E (or 0x9D280E) is known color: Mandarian Orange. HEX triplet: 9D, 28 and 0E. RGB value is (157,40,14). Sum of RGB (Red+Green+Blue) = 157+40+14=211 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.41% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 157 - color contains mainly: red. Hex color #9D280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D280E is #62D7F1. Grayscale: #484848. Windows color (decimal): -6477810 or 927901. OLE color: 927901.
HSL color Cylindrical-coordinate representation of color #9D280E: hue angle of 10.91º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D280E is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 14 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.38 |
| HSL | 10.91º | 0.84% | 0.34% | - |
| HSV(B) | 10.91º | 0.91% | 0.62% | - |
| XYZ | 14.74 | 8.72 | 1.32 | - |
| YUV | 72.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 14 | 0 | 0.75 | 0.91 | 0.38 | 10.91 | 0.84 | 0.34 |
| Hex | 9D | 28 | E | 0 | 4B | 5B | 26 | B | 54 | 22 |
| Octal | 235 | 50 | 16 | 0 | 113 | 133 | 46 | 13 | 124 | 42 |
| Binary | 10011101 | 101000 | 1110 | 0 | 1001011 | 1011011 | 100110 | 1011 | 1010100 | 100010 |
Color Harmonies of #9D280E
Complementary color
Monochromatic Colors of #9D280E
Black with #9D280E
Text Example
Text Example
White with #9D280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D280E; }
p { color: rgb(157,40,14); }
H1.HeaderClassName
{
color: #9D280E;
}
.AnyTagClassName
{
color: #9D280E;
}
</style>
background-color css
<style>
a { background-color: #9D280E; }
a { background-color: rgb(157,40,14); }
div.DivClassName
{
background-color: #9D280E;
}
.BgClassName
{
background-color: #9D280E;
}
</style>
border-color css
<style>
span { border-color: #9D280E; }
span { border-color: rgb(157,40,14); }
td.TdClassName
{
border-color: #9D280E;
}
.TagClassName
{
border-color: #9D280E;
}
</style>