Shades of Mandarian Orange #94210A
Tints of Mandarian Orange #94210A
RGB
CMYK
RGB Variations
Color information
#94210A (or 0x94210A) is known color: Mandarian Orange. HEX triplet: 94, 21 and 0A. RGB value is (148,33,10). Sum of RGB (Red+Green+Blue) = 148+33+10=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #94210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94210A is #6BDEF5. Grayscale: #404040. Windows color (decimal): -7069430 or 663956. OLE color: 663956.
HSL color Cylindrical-coordinate representation of color #94210A: hue angle of 10º degrees, saturation: 0.87, 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 #94210A is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 10 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.42 |
| HSL | 10º | 0.87% | 0.31% | - |
| HSV(B) | 10º | 0.93% | 0.58% | - |
| XYZ | 12.81 | 7.41 | 1.04 | - |
| YUV | 64.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 10 | 0 | 0.78 | 0.93 | 0.42 | 10 | 0.87 | 0.31 |
| Hex | 94 | 21 | A | 0 | 4E | 5D | 2A | A | 57 | 1F |
| Octal | 224 | 41 | 12 | 0 | 116 | 135 | 52 | 12 | 127 | 37 |
| Binary | 10010100 | 100001 | 1010 | 0 | 1001110 | 1011101 | 101010 | 1010 | 1010111 | 11111 |
Color Harmonies of #94210A
Complementary color
Monochromatic Colors of #94210A
Black with #94210A
Text Example
Text Example
White with #94210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94210A; }
p { color: rgb(148,33,10); }
H1.HeaderClassName
{
color: #94210A;
}
.AnyTagClassName
{
color: #94210A;
}
</style>
background-color css
<style>
a { background-color: #94210A; }
a { background-color: rgb(148,33,10); }
div.DivClassName
{
background-color: #94210A;
}
.BgClassName
{
background-color: #94210A;
}
</style>
border-color css
<style>
span { border-color: #94210A; }
span { border-color: rgb(148,33,10); }
td.TdClassName
{
border-color: #94210A;
}
.TagClassName
{
border-color: #94210A;
}
</style>