Shades of Mandarian Orange #98250B
Tints of Mandarian Orange #98250B
RGB
CMYK
RGB Variations
Color information
#98250B (or 0x98250B) is known color: Mandarian Orange. HEX triplet: 98, 25 and 0B. RGB value is (152,37,11). Sum of RGB (Red+Green+Blue) = 152+37+11=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #98250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98250B is #67DAF4. Grayscale: #444444. Windows color (decimal): -6806261 or 730520. OLE color: 730520.
HSL color Cylindrical-coordinate representation of color #98250B: hue angle of 11.06º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98250B is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 11 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.40 |
| HSL | 11.06º | 0.87% | 0.32% | - |
| HSV(B) | 11.06º | 0.93% | 0.6% | - |
| XYZ | 13.67 | 8.02 | 1.14 | - |
| YUV | 68.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 11 | 0 | 0.76 | 0.93 | 0.40 | 11.06 | 0.87 | 0.32 |
| Hex | 98 | 25 | B | 0 | 4C | 5D | 28 | B | 57 | 20 |
| Octal | 230 | 45 | 13 | 0 | 114 | 135 | 50 | 13 | 127 | 40 |
| Binary | 10011000 | 100101 | 1011 | 0 | 1001100 | 1011101 | 101000 | 1011 | 1010111 | 100000 |
Color Harmonies of #98250B
Complementary color
Monochromatic Colors of #98250B
Black with #98250B
Text Example
Text Example
White with #98250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98250B; }
p { color: rgb(152,37,11); }
H1.HeaderClassName
{
color: #98250B;
}
.AnyTagClassName
{
color: #98250B;
}
</style>
background-color css
<style>
a { background-color: #98250B; }
a { background-color: rgb(152,37,11); }
div.DivClassName
{
background-color: #98250B;
}
.BgClassName
{
background-color: #98250B;
}
</style>
border-color css
<style>
span { border-color: #98250B; }
span { border-color: rgb(152,37,11); }
td.TdClassName
{
border-color: #98250B;
}
.TagClassName
{
border-color: #98250B;
}
</style>