Shades of Mandarian Orange #902411
Tints of Mandarian Orange #902411
RGB
CMYK
RGB Variations
Color information
#902411 (or 0x902411) is known color: Mandarian Orange. HEX triplet: 90, 24 and 11. RGB value is (144,36,17). Sum of RGB (Red+Green+Blue) = 144+36+17=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #902411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902411 is #6FDBEE. Grayscale: #424242. Windows color (decimal): -7330799 or 1123472. OLE color: 1123472.
HSL color Cylindrical-coordinate representation of color #902411: hue angle of 8.98º degrees, saturation: 0.79, 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 #902411 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 17 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.44 |
| HSL | 8.98º | 0.79% | 0.32% | - |
| HSV(B) | 8.98º | 0.88% | 0.56% | - |
| XYZ | 12.23 | 7.23 | 1.28 | - |
| YUV | 66.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 17 | 0 | 0.75 | 0.88 | 0.44 | 8.98 | 0.79 | 0.32 |
| Hex | 90 | 24 | 11 | 0 | 4B | 58 | 2C | 9 | 4F | 20 |
| Octal | 220 | 44 | 21 | 0 | 113 | 130 | 54 | 11 | 117 | 40 |
| Binary | 10010000 | 100100 | 10001 | 0 | 1001011 | 1011000 | 101100 | 1001 | 1001111 | 100000 |
Color Harmonies of #902411
Complementary color
Monochromatic Colors of #902411
Black with #902411
Text Example
Text Example
White with #902411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902411; }
p { color: rgb(144,36,17); }
H1.HeaderClassName
{
color: #902411;
}
.AnyTagClassName
{
color: #902411;
}
</style>
background-color css
<style>
a { background-color: #902411; }
a { background-color: rgb(144,36,17); }
div.DivClassName
{
background-color: #902411;
}
.BgClassName
{
background-color: #902411;
}
</style>
border-color css
<style>
span { border-color: #902411; }
span { border-color: rgb(144,36,17); }
td.TdClassName
{
border-color: #902411;
}
.TagClassName
{
border-color: #902411;
}
</style>