Shades of Mandarian Orange #98170F
Tints of Mandarian Orange #98170F
RGB
CMYK
RGB Variations
Color information
#98170F (or 0x98170F) is known color: Mandarian Orange. HEX triplet: 98, 17 and 0F. RGB value is (152,23,15). Sum of RGB (Red+Green+Blue) = 152+23+15=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #98170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98170F is #67E8F0. Grayscale: #3C3C3C. Windows color (decimal): -6809841 or 989080. OLE color: 989080.
HSL color Cylindrical-coordinate representation of color #98170F: hue angle of 3.5º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98170F is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 15 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.40 |
| HSL | 3.5º | 0.82% | 0.33% | - |
| HSV(B) | 3.5º | 0.9% | 0.6% | - |
| XYZ | 13.34 | 7.32 | 1.16 | - |
| YUV | 60.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 15 | 0 | 0.85 | 0.90 | 0.40 | 3.5 | 0.82 | 0.33 |
| Hex | 98 | 17 | F | 0 | 55 | 5A | 28 | 4 | 52 | 21 |
| Octal | 230 | 27 | 17 | 0 | 125 | 132 | 50 | 4 | 122 | 41 |
| Binary | 10011000 | 10111 | 1111 | 0 | 1010101 | 1011010 | 101000 | 100 | 1010010 | 100001 |
Color Harmonies of #98170F
Complementary color
Monochromatic Colors of #98170F
Black with #98170F
Text Example
Text Example
White with #98170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98170F; }
p { color: rgb(152,23,15); }
H1.HeaderClassName
{
color: #98170F;
}
.AnyTagClassName
{
color: #98170F;
}
</style>
background-color css
<style>
a { background-color: #98170F; }
a { background-color: rgb(152,23,15); }
div.DivClassName
{
background-color: #98170F;
}
.BgClassName
{
background-color: #98170F;
}
</style>
border-color css
<style>
span { border-color: #98170F; }
span { border-color: rgb(152,23,15); }
td.TdClassName
{
border-color: #98170F;
}
.TagClassName
{
border-color: #98170F;
}
</style>