Shades of Mandarian Orange #902C25
Tints of Mandarian Orange #902C25
RGB
CMYK
RGB Variations
Color information
#902C25 (or 0x902C25) is known color: Mandarian Orange. HEX triplet: 90, 2C and 25. RGB value is (144,44,37). Sum of RGB (Red+Green+Blue) = 144+44+37=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #902C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902C25 is #6FD3DA. Grayscale: #494949. Windows color (decimal): -7328731 or 2436240. OLE color: 2436240.
HSL color Cylindrical-coordinate representation of color #902C25: hue angle of 3.93º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902C25 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 44 | 37 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.44 |
| HSL | 3.93º | 0.59% | 0.35% | - |
| HSV(B) | 3.93º | 0.74% | 0.56% | - |
| XYZ | 12.74 | 7.86 | 2.6 | - |
| YUV | 73.1 | 107.63 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 37 | 0 | 0.69 | 0.74 | 0.44 | 3.93 | 0.59 | 0.35 |
| Hex | 90 | 2C | 25 | 0 | 45 | 4A | 2C | 4 | 3B | 23 |
| Octal | 220 | 54 | 45 | 0 | 105 | 112 | 54 | 4 | 73 | 43 |
| Binary | 10010000 | 101100 | 100101 | 0 | 1000101 | 1001010 | 101100 | 100 | 111011 | 100011 |
Color Harmonies of #902C25
Complementary color
Monochromatic Colors of #902C25
Black with #902C25
Text Example
Text Example
White with #902C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902C25; }
p { color: rgb(144,44,37); }
H1.HeaderClassName
{
color: #902C25;
}
.AnyTagClassName
{
color: #902C25;
}
</style>
background-color css
<style>
a { background-color: #902C25; }
a { background-color: rgb(144,44,37); }
div.DivClassName
{
background-color: #902C25;
}
.BgClassName
{
background-color: #902C25;
}
</style>
border-color css
<style>
span { border-color: #902C25; }
span { border-color: rgb(144,44,37); }
td.TdClassName
{
border-color: #902C25;
}
.TagClassName
{
border-color: #902C25;
}
</style>