#94261C

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

Shades of Mandarian Orange #94261C

Tints of Mandarian Orange #94261C

Color information

#94261C (or 0x94261C) is unknown color: approx Mandarian Orange. HEX triplet: 94, 26 and 1C. RGB value is (148,38,28). Sum of RGB (Red+Green+Blue) = 148+38+28=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #94261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94261C is #6BD9E3. Grayscale: #454545. Windows color (decimal): -7068132 or 1844884. OLE color: 1844884.

HSL color Cylindrical-coordinate representation of color #94261C: hue angle of 5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94261C is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1483828-
CMYK00.740.810.42
HSL68.18%34.51%-
HSV(B)81.08%58.04%-
XYZ13.127.771.91-
YUV69.75104.44183.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.16%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 28 (11.33% from 255) = 13.08%
R=69.16%
G=17.76%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148382800.740.810.42568.1834.51
Hex94261C04A512A54423
Octal2244634011212152510443
Binary10010100100110111000100101010100011010101011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,38,28); }

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

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

 a { background-color: rgb(148,38,28); }

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

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

 span { border-color: rgb(148,38,28); }

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