Shades of Mandarian Orange #98280F
Tints of Mandarian Orange #98280F
RGB
CMYK
RGB Variations
Color information
#98280F (or 0x98280F) is known color: Mandarian Orange. HEX triplet: 98, 28 and 0F. RGB value is (152,40,15). Sum of RGB (Red+Green+Blue) = 152+40+15=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #98280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98280F is #67D7F0. Grayscale: #464646. Windows color (decimal): -6805489 or 993432. OLE color: 993432.
HSL color Cylindrical-coordinate representation of color #98280F: hue angle of 10.95º 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 #98280F is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 15 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.40 |
| HSL | 10.95º | 0.82% | 0.33% | - |
| HSV(B) | 10.95º | 0.9% | 0.6% | - |
| XYZ | 13.79 | 8.23 | 1.31 | - |
| YUV | 70.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 15 | 0 | 0.74 | 0.90 | 0.40 | 10.95 | 0.82 | 0.33 |
| Hex | 98 | 28 | F | 0 | 4A | 5A | 28 | B | 52 | 21 |
| Octal | 230 | 50 | 17 | 0 | 112 | 132 | 50 | 13 | 122 | 41 |
| Binary | 10011000 | 101000 | 1111 | 0 | 1001010 | 1011010 | 101000 | 1011 | 1010010 | 100001 |
Color Harmonies of #98280F
Complementary color
Monochromatic Colors of #98280F
Black with #98280F
Text Example
Text Example
White with #98280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98280F; }
p { color: rgb(152,40,15); }
H1.HeaderClassName
{
color: #98280F;
}
.AnyTagClassName
{
color: #98280F;
}
</style>
background-color css
<style>
a { background-color: #98280F; }
a { background-color: rgb(152,40,15); }
div.DivClassName
{
background-color: #98280F;
}
.BgClassName
{
background-color: #98280F;
}
</style>
border-color css
<style>
span { border-color: #98280F; }
span { border-color: rgb(152,40,15); }
td.TdClassName
{
border-color: #98280F;
}
.TagClassName
{
border-color: #98280F;
}
</style>