Shades of Mandarian Orange #902612
Tints of Mandarian Orange #902612
RGB
CMYK
RGB Variations
Color information
#902612 (or 0x902612) is known color: Mandarian Orange. HEX triplet: 90, 26 and 12. RGB value is (144,38,18). Sum of RGB (Red+Green+Blue) = 144+38+18=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #902612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902612 is #6FD9ED. Grayscale: #434343. Windows color (decimal): -7330286 or 1189520. OLE color: 1189520.
HSL color Cylindrical-coordinate representation of color #902612: hue angle of 9.52º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #902612 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 38 | 18 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.44 |
| HSL | 9.52º | 0.78% | 0.32% | - |
| HSV(B) | 9.52º | 0.88% | 0.56% | - |
| XYZ | 12.3 | 7.36 | 1.34 | - |
| YUV | 67.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 38 | 18 | 0 | 0.74 | 0.88 | 0.44 | 9.52 | 0.78 | 0.32 |
| Hex | 90 | 26 | 12 | 0 | 4A | 58 | 2C | A | 4E | 20 |
| Octal | 220 | 46 | 22 | 0 | 112 | 130 | 54 | 12 | 116 | 40 |
| Binary | 10010000 | 100110 | 10010 | 0 | 1001010 | 1011000 | 101100 | 1010 | 1001110 | 100000 |
Color Harmonies of #902612
Complementary color
Monochromatic Colors of #902612
Black with #902612
Text Example
Text Example
White with #902612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902612; }
p { color: rgb(144,38,18); }
H1.HeaderClassName
{
color: #902612;
}
.AnyTagClassName
{
color: #902612;
}
</style>
background-color css
<style>
a { background-color: #902612; }
a { background-color: rgb(144,38,18); }
div.DivClassName
{
background-color: #902612;
}
.BgClassName
{
background-color: #902612;
}
</style>
border-color css
<style>
span { border-color: #902612; }
span { border-color: rgb(144,38,18); }
td.TdClassName
{
border-color: #902612;
}
.TagClassName
{
border-color: #902612;
}
</style>