Shades of Mandarian Orange #94260B
Tints of Mandarian Orange #94260B
RGB
CMYK
RGB Variations
Color information
#94260B (or 0x94260B) is known color: Mandarian Orange. HEX triplet: 94, 26 and 0B. RGB value is (148,38,11). Sum of RGB (Red+Green+Blue) = 148+38+11=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #94260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94260B is #6BD9F4. Grayscale: #444444. Windows color (decimal): -7068149 or 730772. OLE color: 730772.
HSL color Cylindrical-coordinate representation of color #94260B: hue angle of 11.82º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94260B is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 11 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.42 |
| HSL | 11.82º | 0.86% | 0.31% | - |
| HSV(B) | 11.82º | 0.93% | 0.58% | - |
| XYZ | 12.97 | 7.71 | 1.12 | - |
| YUV | 67.81 | 95.94 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 11 | 0 | 0.74 | 0.93 | 0.42 | 11.82 | 0.86 | 0.31 |
| Hex | 94 | 26 | B | 0 | 4A | 5D | 2A | C | 56 | 1F |
| Octal | 224 | 46 | 13 | 0 | 112 | 135 | 52 | 14 | 126 | 37 |
| Binary | 10010100 | 100110 | 1011 | 0 | 1001010 | 1011101 | 101010 | 1100 | 1010110 | 11111 |
Color Harmonies of #94260B
Complementary color
Monochromatic Colors of #94260B
Black with #94260B
Text Example
Text Example
White with #94260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94260B; }
p { color: rgb(148,38,11); }
H1.HeaderClassName
{
color: #94260B;
}
.AnyTagClassName
{
color: #94260B;
}
</style>
background-color css
<style>
a { background-color: #94260B; }
a { background-color: rgb(148,38,11); }
div.DivClassName
{
background-color: #94260B;
}
.BgClassName
{
background-color: #94260B;
}
</style>
border-color css
<style>
span { border-color: #94260B; }
span { border-color: rgb(148,38,11); }
td.TdClassName
{
border-color: #94260B;
}
.TagClassName
{
border-color: #94260B;
}
</style>