#9D240C

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

Shades of Mandarian Orange #9D240C

Tints of Mandarian Orange #9D240C

Color information

#9D240C (or 0x9D240C) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 24 and 0C. RGB value is (157,36,12). Sum of RGB (Red+Green+Blue) = 157+36+12=205 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.59% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 157 - color contains mainly: red. Hex color #9D240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D240C is #62DBF3. Grayscale: #454545. Windows color (decimal): -6478836 or 795805. OLE color: 795805.

HSL color Cylindrical-coordinate representation of color #9D240C: hue angle of 9.93º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D240C is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB1573612-
CMYK00.770.920.38
HSL9.93º85.8%33.14%-
HSV(B)9.93º92.36%61.57%-
XYZ14.68.461.21-
YUV69.4495.59190.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 76.59%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=76.59%
G=17.56%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157361200.770.920.389.9385.833.14
Hex9D24C04D5C26a5621
Octal23544140115134461212641
Binary10011101100100110001001101101110010011010101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D240C; }

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

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

<style>
 a { background-color: #9D240C; }

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

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

<style>
 span { border-color: #9D240C; }

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

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