Shades of Mandarian Orange #94240D
Tints of Mandarian Orange #94240D
RGB
CMYK
RGB Variations
Color information
#94240D (or 0x94240D) is known color: Mandarian Orange. HEX triplet: 94, 24 and 0D. RGB value is (148,36,13). Sum of RGB (Red+Green+Blue) = 148+36+13=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #94240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94240D is #6BDBF2. Grayscale: #434343. Windows color (decimal): -7068659 or 861332. OLE color: 861332.
HSL color Cylindrical-coordinate representation of color #94240D: hue angle of 10.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94240D is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 13 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.42 |
| HSL | 10.22º | 0.84% | 0.32% | - |
| HSV(B) | 10.22º | 0.91% | 0.58% | - |
| XYZ | 12.92 | 7.59 | 1.16 | - |
| YUV | 66.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 13 | 0 | 0.76 | 0.91 | 0.42 | 10.22 | 0.84 | 0.32 |
| Hex | 94 | 24 | D | 0 | 4C | 5B | 2A | A | 54 | 20 |
| Octal | 224 | 44 | 15 | 0 | 114 | 133 | 52 | 12 | 124 | 40 |
| Binary | 10010100 | 100100 | 1101 | 0 | 1001100 | 1011011 | 101010 | 1010 | 1010100 | 100000 |
Color Harmonies of #94240D
Complementary color
Monochromatic Colors of #94240D
Black with #94240D
Text Example
Text Example
White with #94240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94240D; }
p { color: rgb(148,36,13); }
H1.HeaderClassName
{
color: #94240D;
}
.AnyTagClassName
{
color: #94240D;
}
</style>
background-color css
<style>
a { background-color: #94240D; }
a { background-color: rgb(148,36,13); }
div.DivClassName
{
background-color: #94240D;
}
.BgClassName
{
background-color: #94240D;
}
</style>
border-color css
<style>
span { border-color: #94240D; }
span { border-color: rgb(148,36,13); }
td.TdClassName
{
border-color: #94240D;
}
.TagClassName
{
border-color: #94240D;
}
</style>