Shades of Mandarian Orange #98220F
Tints of Mandarian Orange #98220F
RGB
CMYK
RGB Variations
Color information
#98220F (or 0x98220F) is known color: Mandarian Orange. HEX triplet: 98, 22 and 0F. RGB value is (152,34,15). Sum of RGB (Red+Green+Blue) = 152+34+15=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98220F is #67DDF0. Grayscale: #434343. Windows color (decimal): -6807025 or 991896. OLE color: 991896.
HSL color Cylindrical-coordinate representation of color #98220F: hue angle of 8.32º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98220F is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 15 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.40 |
| HSL | 8.32º | 0.82% | 0.33% | - |
| HSV(B) | 8.32º | 0.9% | 0.6% | - |
| XYZ | 13.61 | 7.85 | 1.25 | - |
| YUV | 67.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 15 | 0 | 0.78 | 0.90 | 0.40 | 8.32 | 0.82 | 0.33 |
| Hex | 98 | 22 | F | 0 | 4E | 5A | 28 | 8 | 52 | 21 |
| Octal | 230 | 42 | 17 | 0 | 116 | 132 | 50 | 10 | 122 | 41 |
| Binary | 10011000 | 100010 | 1111 | 0 | 1001110 | 1011010 | 101000 | 1000 | 1010010 | 100001 |
Color Harmonies of #98220F
Complementary color
Monochromatic Colors of #98220F
Black with #98220F
Text Example
Text Example
White with #98220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98220F; }
p { color: rgb(152,34,15); }
H1.HeaderClassName
{
color: #98220F;
}
.AnyTagClassName
{
color: #98220F;
}
</style>
background-color css
<style>
a { background-color: #98220F; }
a { background-color: rgb(152,34,15); }
div.DivClassName
{
background-color: #98220F;
}
.BgClassName
{
background-color: #98220F;
}
</style>
border-color css
<style>
span { border-color: #98220F; }
span { border-color: rgb(152,34,15); }
td.TdClassName
{
border-color: #98220F;
}
.TagClassName
{
border-color: #98220F;
}
</style>