Shades of Mandarian Orange #982501
Tints of Mandarian Orange #982501
RGB
CMYK
RGB Variations
Color information
#982501 (or 0x982501) is known color: Mandarian Orange. HEX triplet: 98, 25 and 01. RGB value is (152,37,1). Sum of RGB (Red+Green+Blue) = 152+37+1=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #982501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982501 is #67DAFE. Grayscale: #434343. Windows color (decimal): -6806271 or 75160. OLE color: 75160.
HSL color Cylindrical-coordinate representation of color #982501: hue angle of 14.3º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #982501 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.40 |
| HSL | 14.3º | 0.99% | 0.3% | - |
| HSV(B) | 14.3º | 0.99% | 0.6% | - |
| XYZ | 13.62 | 8 | 0.86 | - |
| YUV | 67.28 | 90.6 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 1 | 0 | 0.76 | 0.99 | 0.40 | 14.3 | 0.99 | 0.3 |
| Hex | 98 | 25 | 1 | 0 | 4C | 63 | 28 | E | 63 | 1E |
| Octal | 230 | 45 | 1 | 0 | 114 | 143 | 50 | 16 | 143 | 36 |
| Binary | 10011000 | 100101 | 1 | 0 | 1001100 | 1100011 | 101000 | 1110 | 1100011 | 11110 |
Color Harmonies of #982501
Complementary color
Monochromatic Colors of #982501
Black with #982501
Text Example
Text Example
White with #982501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982501; }
p { color: rgb(152,37,1); }
H1.HeaderClassName
{
color: #982501;
}
.AnyTagClassName
{
color: #982501;
}
</style>
background-color css
<style>
a { background-color: #982501; }
a { background-color: rgb(152,37,1); }
div.DivClassName
{
background-color: #982501;
}
.BgClassName
{
background-color: #982501;
}
</style>
border-color css
<style>
span { border-color: #982501; }
span { border-color: rgb(152,37,1); }
td.TdClassName
{
border-color: #982501;
}
.TagClassName
{
border-color: #982501;
}
</style>