Shades of Mandarian Orange #9F250C
Tints of Mandarian Orange #9F250C
RGB
CMYK
RGB Variations
Color information
#9F250C (or 0x9F250C) is known color: Mandarian Orange. HEX triplet: 9F, 25 and 0C. RGB value is (159,37,12). Sum of RGB (Red+Green+Blue) = 159+37+12=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F250C is #60DAF3. Grayscale: #464646. Windows color (decimal): -6347508 or 796063. OLE color: 796063.
HSL color Cylindrical-coordinate representation of color #9F250C: hue angle of 10.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F250C is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 12 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.38 |
| HSL | 10.2º | 0.86% | 0.34% | - |
| HSV(B) | 10.2º | 0.92% | 0.62% | - |
| XYZ | 15.03 | 8.72 | 1.24 | - |
| YUV | 70.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 12 | 0 | 0.77 | 0.92 | 0.38 | 10.2 | 0.86 | 0.34 |
| Hex | 9F | 25 | C | 0 | 4D | 5C | 26 | A | 56 | 22 |
| Octal | 237 | 45 | 14 | 0 | 115 | 134 | 46 | 12 | 126 | 42 |
| Binary | 10011111 | 100101 | 1100 | 0 | 1001101 | 1011100 | 100110 | 1010 | 1010110 | 100010 |
Color Harmonies of #9F250C
Complementary color
Monochromatic Colors of #9F250C
Black with #9F250C
Text Example
Text Example
White with #9F250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F250C; }
p { color: rgb(159,37,12); }
H1.HeaderClassName
{
color: #9F250C;
}
.AnyTagClassName
{
color: #9F250C;
}
</style>
background-color css
<style>
a { background-color: #9F250C; }
a { background-color: rgb(159,37,12); }
div.DivClassName
{
background-color: #9F250C;
}
.BgClassName
{
background-color: #9F250C;
}
</style>
border-color css
<style>
span { border-color: #9F250C; }
span { border-color: rgb(159,37,12); }
td.TdClassName
{
border-color: #9F250C;
}
.TagClassName
{
border-color: #9F250C;
}
</style>