Shades of Mandarian Orange #982503
Tints of Mandarian Orange #982503
RGB
CMYK
RGB Variations
Color information
#982503 (or 0x982503) is known color: Mandarian Orange. HEX triplet: 98, 25 and 03. RGB value is (152,37,3). Sum of RGB (Red+Green+Blue) = 152+37+3=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #982503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982503 is #67DAFC. Grayscale: #434343. Windows color (decimal): -6806269 or 206232. OLE color: 206232.
HSL color Cylindrical-coordinate representation of color #982503: hue angle of 13.69º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #982503 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.40 |
| HSL | 13.69º | 0.96% | 0.3% | - |
| HSV(B) | 13.69º | 0.98% | 0.6% | - |
| XYZ | 13.63 | 8.01 | 0.91 | - |
| YUV | 67.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 3 | 0 | 0.76 | 0.98 | 0.40 | 13.69 | 0.96 | 0.3 |
| Hex | 98 | 25 | 3 | 0 | 4C | 62 | 28 | E | 60 | 1E |
| Octal | 230 | 45 | 3 | 0 | 114 | 142 | 50 | 16 | 140 | 36 |
| Binary | 10011000 | 100101 | 11 | 0 | 1001100 | 1100010 | 101000 | 1110 | 1100000 | 11110 |
Color Harmonies of #982503
Complementary color
Monochromatic Colors of #982503
Black with #982503
Text Example
Text Example
White with #982503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982503; }
p { color: rgb(152,37,3); }
H1.HeaderClassName
{
color: #982503;
}
.AnyTagClassName
{
color: #982503;
}
</style>
background-color css
<style>
a { background-color: #982503; }
a { background-color: rgb(152,37,3); }
div.DivClassName
{
background-color: #982503;
}
.BgClassName
{
background-color: #982503;
}
</style>
border-color css
<style>
span { border-color: #982503; }
span { border-color: rgb(152,37,3); }
td.TdClassName
{
border-color: #982503;
}
.TagClassName
{
border-color: #982503;
}
</style>