Shades of Mandarian Orange #98240A
Tints of Mandarian Orange #98240A
RGB
CMYK
RGB Variations
Color information
#98240A (or 0x98240A) is known color: Mandarian Orange. HEX triplet: 98, 24 and 0A. RGB value is (152,36,10). Sum of RGB (Red+Green+Blue) = 152+36+10=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #98240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98240A is #67DBF5. Grayscale: #434343. Windows color (decimal): -6806518 or 664728. OLE color: 664728.
HSL color Cylindrical-coordinate representation of color #98240A: hue angle of 10.99º degrees, saturation: 0.88, 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 #98240A is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 10 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.40 |
| HSL | 10.99º | 0.88% | 0.32% | - |
| HSV(B) | 10.99º | 0.93% | 0.6% | - |
| XYZ | 13.63 | 7.96 | 1.1 | - |
| YUV | 67.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 10 | 0 | 0.76 | 0.93 | 0.40 | 10.99 | 0.88 | 0.32 |
| Hex | 98 | 24 | A | 0 | 4C | 5D | 28 | B | 58 | 20 |
| Octal | 230 | 44 | 12 | 0 | 114 | 135 | 50 | 13 | 130 | 40 |
| Binary | 10011000 | 100100 | 1010 | 0 | 1001100 | 1011101 | 101000 | 1011 | 1011000 | 100000 |
Color Harmonies of #98240A
Complementary color
Monochromatic Colors of #98240A
Black with #98240A
Text Example
Text Example
White with #98240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98240A; }
p { color: rgb(152,36,10); }
H1.HeaderClassName
{
color: #98240A;
}
.AnyTagClassName
{
color: #98240A;
}
</style>
background-color css
<style>
a { background-color: #98240A; }
a { background-color: rgb(152,36,10); }
div.DivClassName
{
background-color: #98240A;
}
.BgClassName
{
background-color: #98240A;
}
</style>
border-color css
<style>
span { border-color: #98240A; }
span { border-color: rgb(152,36,10); }
td.TdClassName
{
border-color: #98240A;
}
.TagClassName
{
border-color: #98240A;
}
</style>