Shades of Mandarian Orange #9F2019
Tints of Mandarian Orange #9F2019
RGB
CMYK
RGB Variations
Color information
#9F2019 (or 0x9F2019) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 19. RGB value is (159,32,25). Sum of RGB (Red+Green+Blue) = 159+32+25=216 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.61% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2019 is #60DFE6. Grayscale: #454545. Windows color (decimal): -6348775 or 1646751. OLE color: 1646751.
HSL color Cylindrical-coordinate representation of color #9F2019: hue angle of 3.13º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F2019 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 25 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.38 |
| HSL | 3.13º | 0.73% | 0.36% | - |
| HSV(B) | 3.13º | 0.84% | 0.62% | - |
| XYZ | 14.99 | 8.47 | 1.77 | - |
| YUV | 69.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 25 | 0 | 0.80 | 0.84 | 0.38 | 3.13 | 0.73 | 0.36 |
| Hex | 9F | 20 | 19 | 0 | 50 | 54 | 26 | 3 | 49 | 24 |
| Octal | 237 | 40 | 31 | 0 | 120 | 124 | 46 | 3 | 111 | 44 |
| Binary | 10011111 | 100000 | 11001 | 0 | 1010000 | 1010100 | 100110 | 11 | 1001001 | 100100 |
Color Harmonies of #9F2019
Complementary color
Monochromatic Colors of #9F2019
Black with #9F2019
Text Example
Text Example
White with #9F2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2019; }
p { color: rgb(159,32,25); }
H1.HeaderClassName
{
color: #9F2019;
}
.AnyTagClassName
{
color: #9F2019;
}
</style>
background-color css
<style>
a { background-color: #9F2019; }
a { background-color: rgb(159,32,25); }
div.DivClassName
{
background-color: #9F2019;
}
.BgClassName
{
background-color: #9F2019;
}
</style>
border-color css
<style>
span { border-color: #9F2019; }
span { border-color: rgb(159,32,25); }
td.TdClassName
{
border-color: #9F2019;
}
.TagClassName
{
border-color: #9F2019;
}
</style>