Shades of Mandarian Orange #9F290F
Tints of Mandarian Orange #9F290F
RGB
CMYK
RGB Variations
Color information
#9F290F (or 0x9F290F) is known color: Mandarian Orange. HEX triplet: 9F, 29 and 0F. RGB value is (159,41,15). Sum of RGB (Red+Green+Blue) = 159+41+15=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F290F is #60D6F0. Grayscale: #494949. Windows color (decimal): -6346481 or 993695. OLE color: 993695.
HSL color Cylindrical-coordinate representation of color #9F290F: hue angle of 10.83º degrees, saturation: 0.83, 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 #9F290F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 15 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.38 |
| HSL | 10.83º | 0.83% | 0.34% | - |
| HSV(B) | 10.83º | 0.91% | 0.62% | - |
| XYZ | 15.18 | 8.99 | 1.39 | - |
| YUV | 73.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 15 | 0 | 0.74 | 0.91 | 0.38 | 10.83 | 0.83 | 0.34 |
| Hex | 9F | 29 | F | 0 | 4A | 5B | 26 | B | 53 | 22 |
| Octal | 237 | 51 | 17 | 0 | 112 | 133 | 46 | 13 | 123 | 42 |
| Binary | 10011111 | 101001 | 1111 | 0 | 1001010 | 1011011 | 100110 | 1011 | 1010011 | 100010 |
Color Harmonies of #9F290F
Complementary color
Monochromatic Colors of #9F290F
Black with #9F290F
Text Example
Text Example
White with #9F290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F290F; }
p { color: rgb(159,41,15); }
H1.HeaderClassName
{
color: #9F290F;
}
.AnyTagClassName
{
color: #9F290F;
}
</style>
background-color css
<style>
a { background-color: #9F290F; }
a { background-color: rgb(159,41,15); }
div.DivClassName
{
background-color: #9F290F;
}
.BgClassName
{
background-color: #9F290F;
}
</style>
border-color css
<style>
span { border-color: #9F290F; }
span { border-color: rgb(159,41,15); }
td.TdClassName
{
border-color: #9F290F;
}
.TagClassName
{
border-color: #9F290F;
}
</style>