#97240C

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

Shades of Mandarian Orange #97240C

Tints of Mandarian Orange #97240C

Color information

#97240C (or 0x97240C) is unknown color: approx Mandarian Orange. HEX triplet: 97, 24 and 0C. RGB value is (151,36,12). Sum of RGB (Red+Green+Blue) = 151+36+12=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #97240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97240C is #68DBF3. Grayscale: #434343. Windows color (decimal): -6872052 or 795799. OLE color: 795799.

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

Color convert

RGB1513612-
CMYK00.760.920.41
HSL10.36º85.28%31.96%-
HSV(B)10.36º92.05%59.22%-
XYZ13.467.871.16-
YUV67.6596.6187.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 75.88%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=75.88%
G=18.09%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151361200.760.920.4110.3685.2831.96
Hex9724C04C5C29a5520
Octal22744140114134511212540
Binary10010111100100110001001100101110010100110101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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