Shades of Mandarian Orange #99260F
Tints of Mandarian Orange #99260F
RGB
CMYK
RGB Variations
Color information
#99260F (or 0x99260F) is known color: Mandarian Orange. HEX triplet: 99, 26 and 0F. RGB value is (153,38,15). Sum of RGB (Red+Green+Blue) = 153+38+15=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #99260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99260F is #66D9F0. Grayscale: #454545. Windows color (decimal): -6740465 or 992921. OLE color: 992921.
HSL color Cylindrical-coordinate representation of color #99260F: hue angle of 10º 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 #99260F is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 15 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.4 |
| HSL | 10º | 0.82% | 0.33% | - |
| HSV(B) | 10º | 0.9% | 0.6% | - |
| XYZ | 13.92 | 8.19 | 1.3 | - |
| YUV | 69.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 15 | 0 | 0.75 | 0.90 | 0.4 | 10 | 0.82 | 0.33 |
| Hex | 99 | 26 | F | 0 | 4B | 5A | 28 | A | 52 | 21 |
| Octal | 231 | 46 | 17 | 0 | 113 | 132 | 50 | 12 | 122 | 41 |
| Binary | 10011001 | 100110 | 1111 | 0 | 1001011 | 1011010 | 101000 | 1010 | 1010010 | 100001 |
Color Harmonies of #99260F
Complementary color
Monochromatic Colors of #99260F
Black with #99260F
Text Example
Text Example
White with #99260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99260F; }
p { color: rgb(153,38,15); }
H1.HeaderClassName
{
color: #99260F;
}
.AnyTagClassName
{
color: #99260F;
}
</style>
background-color css
<style>
a { background-color: #99260F; }
a { background-color: rgb(153,38,15); }
div.DivClassName
{
background-color: #99260F;
}
.BgClassName
{
background-color: #99260F;
}
</style>
border-color css
<style>
span { border-color: #99260F; }
span { border-color: rgb(153,38,15); }
td.TdClassName
{
border-color: #99260F;
}
.TagClassName
{
border-color: #99260F;
}
</style>