Shades of Mandarian Orange #94240F
Tints of Mandarian Orange #94240F
RGB
CMYK
RGB Variations
Color information
#94240F (or 0x94240F) is known color: Mandarian Orange. HEX triplet: 94, 24 and 0F. RGB value is (148,36,15). Sum of RGB (Red+Green+Blue) = 148+36+15=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #94240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94240F is #6BDBF0. Grayscale: #434343. Windows color (decimal): -7068657 or 992404. OLE color: 992404.
HSL color Cylindrical-coordinate representation of color #94240F: hue angle of 9.47º 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 #94240F is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 15 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.42 |
| HSL | 9.47º | 0.82% | 0.32% | - |
| HSV(B) | 9.47º | 0.9% | 0.58% | - |
| XYZ | 12.93 | 7.59 | 1.24 | - |
| YUV | 67.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 15 | 0 | 0.76 | 0.90 | 0.42 | 9.47 | 0.82 | 0.32 |
| Hex | 94 | 24 | F | 0 | 4C | 5A | 2A | 9 | 52 | 20 |
| Octal | 224 | 44 | 17 | 0 | 114 | 132 | 52 | 11 | 122 | 40 |
| Binary | 10010100 | 100100 | 1111 | 0 | 1001100 | 1011010 | 101010 | 1001 | 1010010 | 100000 |
Color Harmonies of #94240F
Complementary color
Monochromatic Colors of #94240F
Black with #94240F
Text Example
Text Example
White with #94240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94240F; }
p { color: rgb(148,36,15); }
H1.HeaderClassName
{
color: #94240F;
}
.AnyTagClassName
{
color: #94240F;
}
</style>
background-color css
<style>
a { background-color: #94240F; }
a { background-color: rgb(148,36,15); }
div.DivClassName
{
background-color: #94240F;
}
.BgClassName
{
background-color: #94240F;
}
</style>
border-color css
<style>
span { border-color: #94240F; }
span { border-color: rgb(148,36,15); }
td.TdClassName
{
border-color: #94240F;
}
.TagClassName
{
border-color: #94240F;
}
</style>