Shades of Mandarian Orange #982502
Tints of Mandarian Orange #982502
RGB
CMYK
RGB Variations
Color information
#982502 (or 0x982502) is known color: Mandarian Orange. HEX triplet: 98, 25 and 02. RGB value is (152,37,2). Sum of RGB (Red+Green+Blue) = 152+37+2=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #982502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982502 is #67DAFD. Grayscale: #434343. Windows color (decimal): -6806270 or 140696. OLE color: 140696.
HSL color Cylindrical-coordinate representation of color #982502: hue angle of 14º degrees, saturation: 0.97, 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 #982502 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.40 |
| HSL | 14º | 0.97% | 0.3% | - |
| HSV(B) | 14º | 0.99% | 0.6% | - |
| XYZ | 13.62 | 8 | 0.88 | - |
| YUV | 67.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 2 | 0 | 0.76 | 0.99 | 0.40 | 14 | 0.97 | 0.3 |
| Hex | 98 | 25 | 2 | 0 | 4C | 63 | 28 | E | 61 | 1E |
| Octal | 230 | 45 | 2 | 0 | 114 | 143 | 50 | 16 | 141 | 36 |
| Binary | 10011000 | 100101 | 10 | 0 | 1001100 | 1100011 | 101000 | 1110 | 1100001 | 11110 |
Color Harmonies of #982502
Complementary color
Monochromatic Colors of #982502
Black with #982502
Text Example
Text Example
White with #982502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982502; }
p { color: rgb(152,37,2); }
H1.HeaderClassName
{
color: #982502;
}
.AnyTagClassName
{
color: #982502;
}
</style>
background-color css
<style>
a { background-color: #982502; }
a { background-color: rgb(152,37,2); }
div.DivClassName
{
background-color: #982502;
}
.BgClassName
{
background-color: #982502;
}
</style>
border-color css
<style>
span { border-color: #982502; }
span { border-color: rgb(152,37,2); }
td.TdClassName
{
border-color: #982502;
}
.TagClassName
{
border-color: #982502;
}
</style>