#98260C

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

Shades of Mandarian Orange #98260C

Tints of Mandarian Orange #98260C

Color information

#98260C (or 0x98260C) is unknown color: approx Mandarian Orange. HEX triplet: 98, 26 and 0C. RGB value is (152,38,12). Sum of RGB (Red+Green+Blue) = 152+38+12=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #98260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98260C is #67D9F3. Grayscale: #454545. Windows color (decimal): -6806004 or 796312. OLE color: 796312.

HSL color Cylindrical-coordinate representation of color #98260C: hue angle of 11.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98260C is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB1523812-
CMYK00.750.920.40
HSL11.14º85.37%32.16%-
HSV(B)11.14º92.11%59.61%-
XYZ13.718.091.19-
YUV69.1295.77187.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.25%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=75.25%
G=18.81%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152381200.750.920.4011.1485.3732.16
Hex9826C04B5C28b5520
Octal23046140113134501312540
Binary10011000100110110001001011101110010100010111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98260C; }

 p { color: rgb(152,38,12); }

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

<style>
 a { background-color: #98260C; }

 a { background-color: rgb(152,38,12); }

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

<style>
 span { border-color: #98260C; }

 span { border-color: rgb(152,38,12); }

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