Shades of Mandarian Orange #981A0E
Tints of Mandarian Orange #981A0E
RGB
CMYK
RGB Variations
Color information
#981A0E (or 0x981A0E) is known color: Mandarian Orange. HEX triplet: 98, 1A and 0E. RGB value is (152,26,14). Sum of RGB (Red+Green+Blue) = 152+26+14=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #981A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981A0E is #67E5F1. Grayscale: #3E3E3E. Windows color (decimal): -6809074 or 924312. OLE color: 924312.
HSL color Cylindrical-coordinate representation of color #981A0E: hue angle of 5.22º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #981A0E is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 26 | 14 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.40 |
| HSL | 5.22º | 0.83% | 0.33% | - |
| HSV(B) | 5.22º | 0.91% | 0.6% | - |
| XYZ | 13.4 | 7.45 | 1.15 | - |
| YUV | 62.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 14 | 0 | 0.83 | 0.91 | 0.40 | 5.22 | 0.83 | 0.33 |
| Hex | 98 | 1A | E | 0 | 53 | 5B | 28 | 5 | 53 | 21 |
| Octal | 230 | 32 | 16 | 0 | 123 | 133 | 50 | 5 | 123 | 41 |
| Binary | 10011000 | 11010 | 1110 | 0 | 1010011 | 1011011 | 101000 | 101 | 1010011 | 100001 |
Color Harmonies of #981A0E
Complementary color
Monochromatic Colors of #981A0E
Black with #981A0E
Text Example
Text Example
White with #981A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981A0E; }
p { color: rgb(152,26,14); }
H1.HeaderClassName
{
color: #981A0E;
}
.AnyTagClassName
{
color: #981A0E;
}
</style>
background-color css
<style>
a { background-color: #981A0E; }
a { background-color: rgb(152,26,14); }
div.DivClassName
{
background-color: #981A0E;
}
.BgClassName
{
background-color: #981A0E;
}
</style>
border-color css
<style>
span { border-color: #981A0E; }
span { border-color: rgb(152,26,14); }
td.TdClassName
{
border-color: #981A0E;
}
.TagClassName
{
border-color: #981A0E;
}
</style>