Shades of Mandarian Orange #902A25
Tints of Mandarian Orange #902A25
RGB
CMYK
RGB Variations
Color information
#902A25 (or 0x902A25) is known color: Mandarian Orange. HEX triplet: 90, 2A and 25. RGB value is (144,42,37). Sum of RGB (Red+Green+Blue) = 144+42+37=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #902A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902A25 is #6FD5DA. Grayscale: #484848. Windows color (decimal): -7329243 or 2435728. OLE color: 2435728.
HSL color Cylindrical-coordinate representation of color #902A25: hue angle of 2.8º 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 #902A25 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 42 | 37 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.44 |
| HSL | 2.8º | 0.59% | 0.35% | - |
| HSV(B) | 2.8º | 0.74% | 0.56% | - |
| XYZ | 12.66 | 7.72 | 2.57 | - |
| YUV | 71.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 37 | 0 | 0.71 | 0.74 | 0.44 | 2.8 | 0.59 | 0.35 |
| Hex | 90 | 2A | 25 | 0 | 47 | 4A | 2C | 3 | 3B | 23 |
| Octal | 220 | 52 | 45 | 0 | 107 | 112 | 54 | 3 | 73 | 43 |
| Binary | 10010000 | 101010 | 100101 | 0 | 1000111 | 1001010 | 101100 | 11 | 111011 | 100011 |
Color Harmonies of #902A25
Complementary color
Monochromatic Colors of #902A25
Black with #902A25
Text Example
Text Example
White with #902A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902A25; }
p { color: rgb(144,42,37); }
H1.HeaderClassName
{
color: #902A25;
}
.AnyTagClassName
{
color: #902A25;
}
</style>
background-color css
<style>
a { background-color: #902A25; }
a { background-color: rgb(144,42,37); }
div.DivClassName
{
background-color: #902A25;
}
.BgClassName
{
background-color: #902A25;
}
</style>
border-color css
<style>
span { border-color: #902A25; }
span { border-color: rgb(144,42,37); }
td.TdClassName
{
border-color: #902A25;
}
.TagClassName
{
border-color: #902A25;
}
</style>