Shades of Mandarian Orange #972502
Tints of Mandarian Orange #972502
RGB
CMYK
RGB Variations
Color information
#972502 (or 0x972502) is known color: Mandarian Orange. HEX triplet: 97, 25 and 02. RGB value is (151,37,2). Sum of RGB (Red+Green+Blue) = 151+37+2=190 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.47% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 151 - color contains mainly: red. Hex color #972502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972502 is #68DAFD. Grayscale: #434343. Windows color (decimal): -6871806 or 140695. OLE color: 140695.
HSL color Cylindrical-coordinate representation of color #972502: hue angle of 14.09º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #972502 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 37 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.41 |
| HSL | 14.09º | 0.97% | 0.3% | - |
| HSV(B) | 14.09º | 0.99% | 0.59% | - |
| XYZ | 13.44 | 7.91 | 0.88 | - |
| YUV | 67.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 2 | 0 | 0.75 | 0.99 | 0.41 | 14.09 | 0.97 | 0.3 |
| Hex | 97 | 25 | 2 | 0 | 4B | 63 | 29 | E | 61 | 1E |
| Octal | 227 | 45 | 2 | 0 | 113 | 143 | 51 | 16 | 141 | 36 |
| Binary | 10010111 | 100101 | 10 | 0 | 1001011 | 1100011 | 101001 | 1110 | 1100001 | 11110 |
Color Harmonies of #972502
Complementary color
Monochromatic Colors of #972502
Black with #972502
Text Example
Text Example
White with #972502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972502; }
p { color: rgb(151,37,2); }
H1.HeaderClassName
{
color: #972502;
}
.AnyTagClassName
{
color: #972502;
}
</style>
background-color css
<style>
a { background-color: #972502; }
a { background-color: rgb(151,37,2); }
div.DivClassName
{
background-color: #972502;
}
.BgClassName
{
background-color: #972502;
}
</style>
border-color css
<style>
span { border-color: #972502; }
span { border-color: rgb(151,37,2); }
td.TdClassName
{
border-color: #972502;
}
.TagClassName
{
border-color: #972502;
}
</style>