#98170f

Color #98170F Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #98170F

Tints of Mandarian Orange #98170F

Color information

#98170F (or 0x98170F) is unknown color: approx Mandarian Orange. HEX triplet: 98, 17 and 0F. RGB value is (152,23,15). Sum of RGB (Red+Green+Blue) = 152+23+15=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #98170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98170F is #67E8F0. Grayscale: #3C3C3C. Windows color (decimal): -6809841 or 989080. OLE color: 989080.

HSL color Cylindrical-coordinate representation of color #98170F: hue angle of 3.5º 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 #98170F is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB1522315-
CMYK00.850.900.40
HSL3.5º82.04%32.75%-
HSV(B)3.5º90.13%59.61%-
XYZ13.347.321.16-
YUV60.66102.24193.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 80%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=80%
G=12.11%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152231500.850.900.403.582.0432.75
Hex9817F0555A2845221
Octal2302717012513250412241
Binary100110001011111110101010110110101010001001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98170f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98170f; }

 p { color: rgb(152,23,15); }

 H1.HeaderClassName
 {
   color: #98170f;
 }
 .AnyTagClassName
 {
   color: #98170f;
 }
</style>
background-color css

<style>
 a { background-color: #98170f; }

 a { background-color: rgb(152,23,15); }

 div.DivClassName
 {
   background-color: #98170f;
 }
 .BgClassName
 {
   background-color: #98170f;
 }
</style>
border-color css

<style>
 span { border-color: #98170f; }

 span { border-color: rgb(152,23,15); }

 td.TdClassName
 {
   border-color: #98170f;
 }
 .TagClassName
 {
   border-color: #98170f;
 }
</style>