Shades of Mandarian Orange #92260E
Tints of Mandarian Orange #92260E
RGB
CMYK
RGB Variations
Color information
#92260E (or 0x92260E) is known color: Mandarian Orange. HEX triplet: 92, 26 and 0E. RGB value is (146,38,14). Sum of RGB (Red+Green+Blue) = 146+38+14=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #92260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92260E is #6DD9F1. Grayscale: #434343. Windows color (decimal): -7199218 or 927378. OLE color: 927378.
HSL color Cylindrical-coordinate representation of color #92260E: hue angle of 10.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92260E is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 38 | 14 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.43 |
| HSL | 10.91º | 0.83% | 0.31% | - |
| HSV(B) | 10.91º | 0.9% | 0.57% | - |
| XYZ | 12.63 | 7.53 | 1.2 | - |
| YUV | 67.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 14 | 0 | 0.74 | 0.90 | 0.43 | 10.91 | 0.83 | 0.31 |
| Hex | 92 | 26 | E | 0 | 4A | 5A | 2B | B | 52 | 1F |
| Octal | 222 | 46 | 16 | 0 | 112 | 132 | 53 | 13 | 122 | 37 |
| Binary | 10010010 | 100110 | 1110 | 0 | 1001010 | 1011010 | 101011 | 1011 | 1010010 | 11111 |
Color Harmonies of #92260E
Complementary color
Monochromatic Colors of #92260E
Black with #92260E
Text Example
Text Example
White with #92260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92260E; }
p { color: rgb(146,38,14); }
H1.HeaderClassName
{
color: #92260E;
}
.AnyTagClassName
{
color: #92260E;
}
</style>
background-color css
<style>
a { background-color: #92260E; }
a { background-color: rgb(146,38,14); }
div.DivClassName
{
background-color: #92260E;
}
.BgClassName
{
background-color: #92260E;
}
</style>
border-color css
<style>
span { border-color: #92260E; }
span { border-color: rgb(146,38,14); }
td.TdClassName
{
border-color: #92260E;
}
.TagClassName
{
border-color: #92260E;
}
</style>