Shades of Mandarian Orange #951F12
Tints of Mandarian Orange #951F12
RGB
CMYK
RGB Variations
Color information
#951F12 (or 0x951F12) is known color: Mandarian Orange. HEX triplet: 95, 1F and 12. RGB value is (149,31,18). Sum of RGB (Red+Green+Blue) = 149+31+18=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #951F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F12 is #6AE0ED. Grayscale: #404040. Windows color (decimal): -7004398 or 1187733. OLE color: 1187733.
HSL color Cylindrical-coordinate representation of color #951F12: hue angle of 5.95º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951F12 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 18 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.42 |
| HSL | 5.95º | 0.78% | 0.33% | - |
| HSV(B) | 5.95º | 0.88% | 0.58% | - |
| XYZ | 12.99 | 7.41 | 1.32 | - |
| YUV | 64.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 18 | 0 | 0.79 | 0.88 | 0.42 | 5.95 | 0.78 | 0.33 |
| Hex | 95 | 1F | 12 | 0 | 4F | 58 | 2A | 6 | 4E | 21 |
| Octal | 225 | 37 | 22 | 0 | 117 | 130 | 52 | 6 | 116 | 41 |
| Binary | 10010101 | 11111 | 10010 | 0 | 1001111 | 1011000 | 101010 | 110 | 1001110 | 100001 |
Color Harmonies of #951F12
Complementary color
Monochromatic Colors of #951F12
Black with #951F12
Text Example
Text Example
White with #951F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F12; }
p { color: rgb(149,31,18); }
H1.HeaderClassName
{
color: #951F12;
}
.AnyTagClassName
{
color: #951F12;
}
</style>
background-color css
<style>
a { background-color: #951F12; }
a { background-color: rgb(149,31,18); }
div.DivClassName
{
background-color: #951F12;
}
.BgClassName
{
background-color: #951F12;
}
</style>
border-color css
<style>
span { border-color: #951F12; }
span { border-color: rgb(149,31,18); }
td.TdClassName
{
border-color: #951F12;
}
.TagClassName
{
border-color: #951F12;
}
</style>