Shades of Mandarian Orange #94260D
Tints of Mandarian Orange #94260D
RGB
CMYK
RGB Variations
Color information
#94260D (or 0x94260D) is known color: Mandarian Orange. HEX triplet: 94, 26 and 0D. RGB value is (148,38,13). Sum of RGB (Red+Green+Blue) = 148+38+13=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #94260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94260D is #6BD9F2. Grayscale: #444444. Windows color (decimal): -7068147 or 861844. OLE color: 861844.
HSL color Cylindrical-coordinate representation of color #94260D: hue angle of 11.11º 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 #94260D is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 13 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.42 |
| HSL | 11.11º | 0.84% | 0.32% | - |
| HSV(B) | 11.11º | 0.91% | 0.58% | - |
| XYZ | 12.98 | 7.71 | 1.19 | - |
| YUV | 68.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 13 | 0 | 0.74 | 0.91 | 0.42 | 11.11 | 0.84 | 0.32 |
| Hex | 94 | 26 | D | 0 | 4A | 5B | 2A | B | 54 | 20 |
| Octal | 224 | 46 | 15 | 0 | 112 | 133 | 52 | 13 | 124 | 40 |
| Binary | 10010100 | 100110 | 1101 | 0 | 1001010 | 1011011 | 101010 | 1011 | 1010100 | 100000 |
Color Harmonies of #94260D
Complementary color
Monochromatic Colors of #94260D
Black with #94260D
Text Example
Text Example
White with #94260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94260D; }
p { color: rgb(148,38,13); }
H1.HeaderClassName
{
color: #94260D;
}
.AnyTagClassName
{
color: #94260D;
}
</style>
background-color css
<style>
a { background-color: #94260D; }
a { background-color: rgb(148,38,13); }
div.DivClassName
{
background-color: #94260D;
}
.BgClassName
{
background-color: #94260D;
}
</style>
border-color css
<style>
span { border-color: #94260D; }
span { border-color: rgb(148,38,13); }
td.TdClassName
{
border-color: #94260D;
}
.TagClassName
{
border-color: #94260D;
}
</style>