Shades of Mandarian Orange #95260F
Tints of Mandarian Orange #95260F
RGB
CMYK
RGB Variations
Color information
#95260F (or 0x95260F) is known color: Mandarian Orange. HEX triplet: 95, 26 and 0F. RGB value is (149,38,15). Sum of RGB (Red+Green+Blue) = 149+38+15=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #95260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95260F is #6AD9F0. Grayscale: #444444. Windows color (decimal): -7002609 or 992917. OLE color: 992917.
HSL color Cylindrical-coordinate representation of color #95260F: hue angle of 10.3º 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 #95260F is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 15 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.42 |
| HSL | 10.3º | 0.82% | 0.32% | - |
| HSV(B) | 10.3º | 0.9% | 0.58% | - |
| XYZ | 13.17 | 7.81 | 1.27 | - |
| YUV | 68.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 15 | 0 | 0.74 | 0.90 | 0.42 | 10.3 | 0.82 | 0.32 |
| Hex | 95 | 26 | F | 0 | 4A | 5A | 2A | A | 52 | 20 |
| Octal | 225 | 46 | 17 | 0 | 112 | 132 | 52 | 12 | 122 | 40 |
| Binary | 10010101 | 100110 | 1111 | 0 | 1001010 | 1011010 | 101010 | 1010 | 1010010 | 100000 |
Color Harmonies of #95260F
Complementary color
Monochromatic Colors of #95260F
Black with #95260F
Text Example
Text Example
White with #95260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95260F; }
p { color: rgb(149,38,15); }
H1.HeaderClassName
{
color: #95260F;
}
.AnyTagClassName
{
color: #95260F;
}
</style>
background-color css
<style>
a { background-color: #95260F; }
a { background-color: rgb(149,38,15); }
div.DivClassName
{
background-color: #95260F;
}
.BgClassName
{
background-color: #95260F;
}
</style>
border-color css
<style>
span { border-color: #95260F; }
span { border-color: rgb(149,38,15); }
td.TdClassName
{
border-color: #95260F;
}
.TagClassName
{
border-color: #95260F;
}
</style>