Shades of Mandarian Orange #90210F
Tints of Mandarian Orange #90210F
RGB
CMYK
RGB Variations
Color information
#90210F (or 0x90210F) is known color: Mandarian Orange. HEX triplet: 90, 21 and 0F. RGB value is (144,33,15). Sum of RGB (Red+Green+Blue) = 144+33+15=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #90210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90210F is #6FDEF0. Grayscale: #404040. Windows color (decimal): -7331569 or 991632. OLE color: 991632.
HSL color Cylindrical-coordinate representation of color #90210F: hue angle of 8.37º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90210F is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 33 | 15 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.44 |
| HSL | 8.37º | 0.81% | 0.31% | - |
| HSV(B) | 8.37º | 0.9% | 0.56% | - |
| XYZ | 12.13 | 7.05 | 1.17 | - |
| YUV | 64.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 33 | 15 | 0 | 0.77 | 0.90 | 0.44 | 8.37 | 0.81 | 0.31 |
| Hex | 90 | 21 | F | 0 | 4D | 5A | 2C | 8 | 51 | 1F |
| Octal | 220 | 41 | 17 | 0 | 115 | 132 | 54 | 10 | 121 | 37 |
| Binary | 10010000 | 100001 | 1111 | 0 | 1001101 | 1011010 | 101100 | 1000 | 1010001 | 11111 |
Color Harmonies of #90210F
Complementary color
Monochromatic Colors of #90210F
Black with #90210F
Text Example
Text Example
White with #90210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90210F; }
p { color: rgb(144,33,15); }
H1.HeaderClassName
{
color: #90210F;
}
.AnyTagClassName
{
color: #90210F;
}
</style>
background-color css
<style>
a { background-color: #90210F; }
a { background-color: rgb(144,33,15); }
div.DivClassName
{
background-color: #90210F;
}
.BgClassName
{
background-color: #90210F;
}
</style>
border-color css
<style>
span { border-color: #90210F; }
span { border-color: rgb(144,33,15); }
td.TdClassName
{
border-color: #90210F;
}
.TagClassName
{
border-color: #90210F;
}
</style>