Shades of Mandarian Orange #9D260F
Tints of Mandarian Orange #9D260F
RGB
CMYK
RGB Variations
Color information
#9D260F (or 0x9D260F) is known color: Mandarian Orange. HEX triplet: 9D, 26 and 0F. RGB value is (157,38,15). Sum of RGB (Red+Green+Blue) = 157+38+15=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D260F is #62D9F0. Grayscale: #474747. Windows color (decimal): -6478321 or 992925. OLE color: 992925.
HSL color Cylindrical-coordinate representation of color #9D260F: hue angle of 9.72º degrees, saturation: 0.83, 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 #9D260F is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 15 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.38 |
| HSL | 9.72º | 0.83% | 0.34% | - |
| HSV(B) | 9.72º | 0.9% | 0.62% | - |
| XYZ | 14.68 | 8.59 | 1.34 | - |
| YUV | 70.96 | 96.42 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 15 | 0 | 0.76 | 0.90 | 0.38 | 9.72 | 0.83 | 0.34 |
| Hex | 9D | 26 | F | 0 | 4C | 5A | 26 | A | 53 | 22 |
| Octal | 235 | 46 | 17 | 0 | 114 | 132 | 46 | 12 | 123 | 42 |
| Binary | 10011101 | 100110 | 1111 | 0 | 1001100 | 1011010 | 100110 | 1010 | 1010011 | 100010 |
Color Harmonies of #9D260F
Complementary color
Monochromatic Colors of #9D260F
Black with #9D260F
Text Example
Text Example
White with #9D260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D260F; }
p { color: rgb(157,38,15); }
H1.HeaderClassName
{
color: #9D260F;
}
.AnyTagClassName
{
color: #9D260F;
}
</style>
background-color css
<style>
a { background-color: #9D260F; }
a { background-color: rgb(157,38,15); }
div.DivClassName
{
background-color: #9D260F;
}
.BgClassName
{
background-color: #9D260F;
}
</style>
border-color css
<style>
span { border-color: #9D260F; }
span { border-color: rgb(157,38,15); }
td.TdClassName
{
border-color: #9D260F;
}
.TagClassName
{
border-color: #9D260F;
}
</style>