#942610

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

Shades of Mandarian Orange #942610

Tints of Mandarian Orange #942610

Color information

#942610 (or 0x942610) is unknown color: approx Mandarian Orange. HEX triplet: 94, 26 and 10. RGB value is (148,38,16). Sum of RGB (Red+Green+Blue) = 148+38+16=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #942610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942610 is #6BD9EF. Grayscale: #444444. Windows color (decimal): -7068144 or 1058452. OLE color: 1058452.

HSL color Cylindrical-coordinate representation of color #942610: hue angle of 10º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #942610 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1483816-
CMYK00.740.890.42
HSL10º80.49%32.16%-
HSV(B)10º89.19%58.04%-
XYZ137.721.3-
YUV68.3898.44184.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 73.27%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=73.27%
G=18.81%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148381600.740.890.421080.4932.16
Hex94261004A592Aa5020
Octal22446200112131521212040
Binary100101001001101000001001010101100110101010101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942610; }

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

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

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

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

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

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

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

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