Shades of Mandarian Orange #95220F
Tints of Mandarian Orange #95220F
RGB
CMYK
RGB Variations
Color information
#95220F (or 0x95220F) is known color: Mandarian Orange. HEX triplet: 95, 22 and 0F. RGB value is (149,34,15). Sum of RGB (Red+Green+Blue) = 149+34+15=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #95220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95220F is #6ADDF0. Grayscale: #424242. Windows color (decimal): -7003633 or 991893. OLE color: 991893.
HSL color Cylindrical-coordinate representation of color #95220F: hue angle of 8.51º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95220F is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 15 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.42 |
| HSL | 8.51º | 0.82% | 0.32% | - |
| HSV(B) | 8.51º | 0.9% | 0.58% | - |
| XYZ | 13.05 | 7.57 | 1.22 | - |
| YUV | 66.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 15 | 0 | 0.77 | 0.90 | 0.42 | 8.51 | 0.82 | 0.32 |
| Hex | 95 | 22 | F | 0 | 4D | 5A | 2A | 9 | 52 | 20 |
| Octal | 225 | 42 | 17 | 0 | 115 | 132 | 52 | 11 | 122 | 40 |
| Binary | 10010101 | 100010 | 1111 | 0 | 1001101 | 1011010 | 101010 | 1001 | 1010010 | 100000 |
Color Harmonies of #95220F
Complementary color
Monochromatic Colors of #95220F
Black with #95220F
Text Example
Text Example
White with #95220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95220F; }
p { color: rgb(149,34,15); }
H1.HeaderClassName
{
color: #95220F;
}
.AnyTagClassName
{
color: #95220F;
}
</style>
background-color css
<style>
a { background-color: #95220F; }
a { background-color: rgb(149,34,15); }
div.DivClassName
{
background-color: #95220F;
}
.BgClassName
{
background-color: #95220F;
}
</style>
border-color css
<style>
span { border-color: #95220F; }
span { border-color: rgb(149,34,15); }
td.TdClassName
{
border-color: #95220F;
}
.TagClassName
{
border-color: #95220F;
}
</style>