#97250C

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

Shades of Mandarian Orange #97250C

Tints of Mandarian Orange #97250C

Color information

#97250C (or 0x97250C) is unknown color: approx Mandarian Orange. HEX triplet: 97, 25 and 0C. RGB value is (151,37,12). Sum of RGB (Red+Green+Blue) = 151+37+12=200 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 151 - color contains mainly: red. Hex color #97250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97250C is #68DAF3. Grayscale: #444444. Windows color (decimal): -6871796 or 796055. OLE color: 796055.

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

Color convert

RGB1513712-
CMYK00.750.920.41
HSL10.79º85.28%31.96%-
HSV(B)10.79º92.05%59.22%-
XYZ13.497.931.17-
YUV68.2496.27187.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 75.5%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 12 (5.08% from 255) = 6%
R=75.5%
G=18.5%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151371200.750.920.4110.7985.2831.96
Hex9725C04B5C29b5520
Octal22745140113134511312540
Binary10010111100101110001001011101110010100110111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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