Shades of Mandarian Orange #9F240B
Tints of Mandarian Orange #9F240B
RGB
CMYK
RGB Variations
Color information
#9F240B (or 0x9F240B) is known color: Mandarian Orange. HEX triplet: 9F, 24 and 0B. RGB value is (159,36,11). Sum of RGB (Red+Green+Blue) = 159+36+11=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F240B is #60DBF4. Grayscale: #464646. Windows color (decimal): -6347765 or 730271. OLE color: 730271.
HSL color Cylindrical-coordinate representation of color #9F240B: hue angle of 10.14º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F240B is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 11 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.38 |
| HSL | 10.14º | 0.87% | 0.33% | - |
| HSV(B) | 10.14º | 0.93% | 0.62% | - |
| XYZ | 14.99 | 8.66 | 1.2 | - |
| YUV | 69.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 11 | 0 | 0.77 | 0.93 | 0.38 | 10.14 | 0.87 | 0.33 |
| Hex | 9F | 24 | B | 0 | 4D | 5D | 26 | A | 57 | 21 |
| Octal | 237 | 44 | 13 | 0 | 115 | 135 | 46 | 12 | 127 | 41 |
| Binary | 10011111 | 100100 | 1011 | 0 | 1001101 | 1011101 | 100110 | 1010 | 1010111 | 100001 |
Color Harmonies of #9F240B
Complementary color
Monochromatic Colors of #9F240B
Black with #9F240B
Text Example
Text Example
White with #9F240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F240B; }
p { color: rgb(159,36,11); }
H1.HeaderClassName
{
color: #9F240B;
}
.AnyTagClassName
{
color: #9F240B;
}
</style>
background-color css
<style>
a { background-color: #9F240B; }
a { background-color: rgb(159,36,11); }
div.DivClassName
{
background-color: #9F240B;
}
.BgClassName
{
background-color: #9F240B;
}
</style>
border-color css
<style>
span { border-color: #9F240B; }
span { border-color: rgb(159,36,11); }
td.TdClassName
{
border-color: #9F240B;
}
.TagClassName
{
border-color: #9F240B;
}
</style>