Shades of Mandarian Orange #902314
Tints of Mandarian Orange #902314
RGB
CMYK
RGB Variations
Color information
#902314 (or 0x902314) is known color: Mandarian Orange. HEX triplet: 90, 23 and 14. RGB value is (144,35,20). Sum of RGB (Red+Green+Blue) = 144+35+20=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #902314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902314 is #6FDCEB. Grayscale: #424242. Windows color (decimal): -7331052 or 1319824. OLE color: 1319824.
HSL color Cylindrical-coordinate representation of color #902314: hue angle of 7.26º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #902314 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 35 | 20 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.44 |
| HSL | 7.26º | 0.76% | 0.32% | - |
| HSV(B) | 7.26º | 0.86% | 0.56% | - |
| XYZ | 12.23 | 7.18 | 1.4 | - |
| YUV | 65.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 20 | 0 | 0.76 | 0.86 | 0.44 | 7.26 | 0.76 | 0.32 |
| Hex | 90 | 23 | 14 | 0 | 4C | 56 | 2C | 7 | 4C | 20 |
| Octal | 220 | 43 | 24 | 0 | 114 | 126 | 54 | 7 | 114 | 40 |
| Binary | 10010000 | 100011 | 10100 | 0 | 1001100 | 1010110 | 101100 | 111 | 1001100 | 100000 |
Color Harmonies of #902314
Complementary color
Monochromatic Colors of #902314
Black with #902314
Text Example
Text Example
White with #902314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902314; }
p { color: rgb(144,35,20); }
H1.HeaderClassName
{
color: #902314;
}
.AnyTagClassName
{
color: #902314;
}
</style>
background-color css
<style>
a { background-color: #902314; }
a { background-color: rgb(144,35,20); }
div.DivClassName
{
background-color: #902314;
}
.BgClassName
{
background-color: #902314;
}
</style>
border-color css
<style>
span { border-color: #902314; }
span { border-color: rgb(144,35,20); }
td.TdClassName
{
border-color: #902314;
}
.TagClassName
{
border-color: #902314;
}
</style>