Shades of Mandarian Orange #982204
Tints of Mandarian Orange #982204
RGB
CMYK
RGB Variations
Color information
#982204 (or 0x982204) is known color: Mandarian Orange. HEX triplet: 98, 22 and 04. RGB value is (152,34,4). Sum of RGB (Red+Green+Blue) = 152+34+4=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #982204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982204 is #67DDFB. Grayscale: #424242. Windows color (decimal): -6807036 or 271000. OLE color: 271000.
HSL color Cylindrical-coordinate representation of color #982204: hue angle of 12.16º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #982204 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 4 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.40 |
| HSL | 12.16º | 0.95% | 0.31% | - |
| HSV(B) | 12.16º | 0.97% | 0.6% | - |
| XYZ | 13.54 | 7.83 | 0.91 | - |
| YUV | 65.86 | 93.09 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 4 | 0 | 0.78 | 0.97 | 0.40 | 12.16 | 0.95 | 0.31 |
| Hex | 98 | 22 | 4 | 0 | 4E | 61 | 28 | C | 5F | 1F |
| Octal | 230 | 42 | 4 | 0 | 116 | 141 | 50 | 14 | 137 | 37 |
| Binary | 10011000 | 100010 | 100 | 0 | 1001110 | 1100001 | 101000 | 1100 | 1011111 | 11111 |
Color Harmonies of #982204
Complementary color
Monochromatic Colors of #982204
Black with #982204
Text Example
Text Example
White with #982204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982204; }
p { color: rgb(152,34,4); }
H1.HeaderClassName
{
color: #982204;
}
.AnyTagClassName
{
color: #982204;
}
</style>
background-color css
<style>
a { background-color: #982204; }
a { background-color: rgb(152,34,4); }
div.DivClassName
{
background-color: #982204;
}
.BgClassName
{
background-color: #982204;
}
</style>
border-color css
<style>
span { border-color: #982204; }
span { border-color: rgb(152,34,4); }
td.TdClassName
{
border-color: #982204;
}
.TagClassName
{
border-color: #982204;
}
</style>