Shades of Mandarian Orange #97240E
Tints of Mandarian Orange #97240E
RGB
CMYK
RGB Variations
Color information
#97240E (or 0x97240E) is known color: Mandarian Orange. HEX triplet: 97, 24 and 0E. RGB value is (151,36,14). Sum of RGB (Red+Green+Blue) = 151+36+14=201 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.12% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 151 - color contains mainly: red. Hex color #97240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97240E is #68DBF1. Grayscale: #444444. Windows color (decimal): -6872050 or 926871. OLE color: 926871.
HSL color Cylindrical-coordinate representation of color #97240E: hue angle of 9.64º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97240E is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 36 | 14 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.41 |
| HSL | 9.64º | 0.83% | 0.32% | - |
| HSV(B) | 9.64º | 0.91% | 0.59% | - |
| XYZ | 13.47 | 7.87 | 1.22 | - |
| YUV | 67.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 14 | 0 | 0.76 | 0.91 | 0.41 | 9.64 | 0.83 | 0.32 |
| Hex | 97 | 24 | E | 0 | 4C | 5B | 29 | A | 53 | 20 |
| Octal | 227 | 44 | 16 | 0 | 114 | 133 | 51 | 12 | 123 | 40 |
| Binary | 10010111 | 100100 | 1110 | 0 | 1001100 | 1011011 | 101001 | 1010 | 1010011 | 100000 |
Color Harmonies of #97240E
Complementary color
Monochromatic Colors of #97240E
Black with #97240E
Text Example
Text Example
White with #97240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97240E; }
p { color: rgb(151,36,14); }
H1.HeaderClassName
{
color: #97240E;
}
.AnyTagClassName
{
color: #97240E;
}
</style>
background-color css
<style>
a { background-color: #97240E; }
a { background-color: rgb(151,36,14); }
div.DivClassName
{
background-color: #97240E;
}
.BgClassName
{
background-color: #97240E;
}
</style>
border-color css
<style>
span { border-color: #97240E; }
span { border-color: rgb(151,36,14); }
td.TdClassName
{
border-color: #97240E;
}
.TagClassName
{
border-color: #97240E;
}
</style>