Shades of Mandarian Orange #99210F
Tints of Mandarian Orange #99210F
RGB
CMYK
RGB Variations
Color information
#99210F (or 0x99210F) is known color: Mandarian Orange. HEX triplet: 99, 21 and 0F. RGB value is (153,33,15). Sum of RGB (Red+Green+Blue) = 153+33+15=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99210F is #66DEF0. Grayscale: #434343. Windows color (decimal): -6741745 or 991641. OLE color: 991641.
HSL color Cylindrical-coordinate representation of color #99210F: hue angle of 7.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99210F is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 15 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.4 |
| HSL | 7.83º | 0.82% | 0.33% | - |
| HSV(B) | 7.83º | 0.9% | 0.6% | - |
| XYZ | 13.77 | 7.89 | 1.25 | - |
| YUV | 66.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 15 | 0 | 0.78 | 0.90 | 0.4 | 7.83 | 0.82 | 0.33 |
| Hex | 99 | 21 | F | 0 | 4E | 5A | 28 | 8 | 52 | 21 |
| Octal | 231 | 41 | 17 | 0 | 116 | 132 | 50 | 10 | 122 | 41 |
| Binary | 10011001 | 100001 | 1111 | 0 | 1001110 | 1011010 | 101000 | 1000 | 1010010 | 100001 |
Color Harmonies of #99210F
Complementary color
Monochromatic Colors of #99210F
Black with #99210F
Text Example
Text Example
White with #99210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99210F; }
p { color: rgb(153,33,15); }
H1.HeaderClassName
{
color: #99210F;
}
.AnyTagClassName
{
color: #99210F;
}
</style>
background-color css
<style>
a { background-color: #99210F; }
a { background-color: rgb(153,33,15); }
div.DivClassName
{
background-color: #99210F;
}
.BgClassName
{
background-color: #99210F;
}
</style>
border-color css
<style>
span { border-color: #99210F; }
span { border-color: rgb(153,33,15); }
td.TdClassName
{
border-color: #99210F;
}
.TagClassName
{
border-color: #99210F;
}
</style>