Shades of Mandarian Orange #951E0F
Tints of Mandarian Orange #951E0F
RGB
CMYK
RGB Variations
Color information
#951E0F (or 0x951E0F) is known color: Mandarian Orange. HEX triplet: 95, 1E and 0F. RGB value is (149,30,15). Sum of RGB (Red+Green+Blue) = 149+30+15=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #951E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951E0F is #6AE1F0. Grayscale: #404040. Windows color (decimal): -7004657 or 990869. OLE color: 990869.
HSL color Cylindrical-coordinate representation of color #951E0F: hue angle of 6.72º 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 #951E0F is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 15 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.42 |
| HSL | 6.72º | 0.82% | 0.32% | - |
| HSV(B) | 6.72º | 0.9% | 0.58% | - |
| XYZ | 12.94 | 7.35 | 1.19 | - |
| YUV | 63.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 15 | 0 | 0.80 | 0.90 | 0.42 | 6.72 | 0.82 | 0.32 |
| Hex | 95 | 1E | F | 0 | 50 | 5A | 2A | 7 | 52 | 20 |
| Octal | 225 | 36 | 17 | 0 | 120 | 132 | 52 | 7 | 122 | 40 |
| Binary | 10010101 | 11110 | 1111 | 0 | 1010000 | 1011010 | 101010 | 111 | 1010010 | 100000 |
Color Harmonies of #951E0F
Complementary color
Monochromatic Colors of #951E0F
Black with #951E0F
Text Example
Text Example
White with #951E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E0F; }
p { color: rgb(149,30,15); }
H1.HeaderClassName
{
color: #951E0F;
}
.AnyTagClassName
{
color: #951E0F;
}
</style>
background-color css
<style>
a { background-color: #951E0F; }
a { background-color: rgb(149,30,15); }
div.DivClassName
{
background-color: #951E0F;
}
.BgClassName
{
background-color: #951E0F;
}
</style>
border-color css
<style>
span { border-color: #951E0F; }
span { border-color: rgb(149,30,15); }
td.TdClassName
{
border-color: #951E0F;
}
.TagClassName
{
border-color: #951E0F;
}
</style>