Shades of Mandarian Orange #94260C
Tints of Mandarian Orange #94260C
RGB
CMYK
RGB Variations
Color information
#94260C (or 0x94260C) is known color: Mandarian Orange. HEX triplet: 94, 26 and 0C. RGB value is (148,38,12). Sum of RGB (Red+Green+Blue) = 148+38+12=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #94260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94260C is #6BD9F3. Grayscale: #444444. Windows color (decimal): -7068148 or 796308. OLE color: 796308.
HSL color Cylindrical-coordinate representation of color #94260C: hue angle of 11.47º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94260C is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 12 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.42 |
| HSL | 11.47º | 0.85% | 0.31% | - |
| HSV(B) | 11.47º | 0.92% | 0.58% | - |
| XYZ | 12.97 | 7.71 | 1.15 | - |
| YUV | 67.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 12 | 0 | 0.74 | 0.92 | 0.42 | 11.47 | 0.85 | 0.31 |
| Hex | 94 | 26 | C | 0 | 4A | 5C | 2A | B | 55 | 1F |
| Octal | 224 | 46 | 14 | 0 | 112 | 134 | 52 | 13 | 125 | 37 |
| Binary | 10010100 | 100110 | 1100 | 0 | 1001010 | 1011100 | 101010 | 1011 | 1010101 | 11111 |
Color Harmonies of #94260C
Complementary color
Monochromatic Colors of #94260C
Black with #94260C
Text Example
Text Example
White with #94260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94260C; }
p { color: rgb(148,38,12); }
H1.HeaderClassName
{
color: #94260C;
}
.AnyTagClassName
{
color: #94260C;
}
</style>
background-color css
<style>
a { background-color: #94260C; }
a { background-color: rgb(148,38,12); }
div.DivClassName
{
background-color: #94260C;
}
.BgClassName
{
background-color: #94260C;
}
</style>
border-color css
<style>
span { border-color: #94260C; }
span { border-color: rgb(148,38,12); }
td.TdClassName
{
border-color: #94260C;
}
.TagClassName
{
border-color: #94260C;
}
</style>