#98240C

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

Shades of Mandarian Orange #98240C

Tints of Mandarian Orange #98240C

Color information

#98240C (or 0x98240C) is unknown color: approx Mandarian Orange. HEX triplet: 98, 24 and 0C. RGB value is (152,36,12). Sum of RGB (Red+Green+Blue) = 152+36+12=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #98240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98240C is #67DBF3. Grayscale: #444444. Windows color (decimal): -6806516 or 795800. OLE color: 795800.

HSL color Cylindrical-coordinate representation of color #98240C: hue angle of 10.29º 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 #98240C is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB1523612-
CMYK00.760.920.40
HSL10.29º85.37%32.16%-
HSV(B)10.29º92.11%59.61%-
XYZ13.657.961.17-
YUV67.9596.43187.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 12 (5.08% from 255) = 6%
R=76%
G=18%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152361200.760.920.4010.2985.3732.16
Hex9824C04C5C28a5520
Octal23044140114134501212540
Binary10011000100100110001001100101110010100010101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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