Shades of Mandarian Orange #981C0F
Tints of Mandarian Orange #981C0F
RGB
CMYK
RGB Variations
Color information
#981C0F (or 0x981C0F) is known color: Mandarian Orange. HEX triplet: 98, 1C and 0F. RGB value is (152,28,15). Sum of RGB (Red+Green+Blue) = 152+28+15=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #981C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C0F is #67E3F0. Grayscale: #3F3F3F. Windows color (decimal): -6808561 or 990360. OLE color: 990360.
HSL color Cylindrical-coordinate representation of color #981C0F: hue angle of 5.69º 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 #981C0F is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 15 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.40 |
| HSL | 5.69º | 0.82% | 0.33% | - |
| HSV(B) | 5.69º | 0.9% | 0.6% | - |
| XYZ | 13.45 | 7.54 | 1.2 | - |
| YUV | 63.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 15 | 0 | 0.82 | 0.90 | 0.40 | 5.69 | 0.82 | 0.33 |
| Hex | 98 | 1C | F | 0 | 52 | 5A | 28 | 6 | 52 | 21 |
| Octal | 230 | 34 | 17 | 0 | 122 | 132 | 50 | 6 | 122 | 41 |
| Binary | 10011000 | 11100 | 1111 | 0 | 1010010 | 1011010 | 101000 | 110 | 1010010 | 100001 |
Color Harmonies of #981C0F
Complementary color
Monochromatic Colors of #981C0F
Black with #981C0F
Text Example
Text Example
White with #981C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C0F; }
p { color: rgb(152,28,15); }
H1.HeaderClassName
{
color: #981C0F;
}
.AnyTagClassName
{
color: #981C0F;
}
</style>
background-color css
<style>
a { background-color: #981C0F; }
a { background-color: rgb(152,28,15); }
div.DivClassName
{
background-color: #981C0F;
}
.BgClassName
{
background-color: #981C0F;
}
</style>
border-color css
<style>
span { border-color: #981C0F; }
span { border-color: rgb(152,28,15); }
td.TdClassName
{
border-color: #981C0F;
}
.TagClassName
{
border-color: #981C0F;
}
</style>