#94200C

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

Shades of Mandarian Orange #94200C

Tints of Mandarian Orange #94200C

Color information

#94200C (or 0x94200C) is unknown color: approx Mandarian Orange. HEX triplet: 94, 20 and 0C. RGB value is (148,32,12). Sum of RGB (Red+Green+Blue) = 148+32+12=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #94200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94200C is #6BDFF3. Grayscale: #404040. Windows color (decimal): -7069684 or 794772. OLE color: 794772.

HSL color Cylindrical-coordinate representation of color #94200C: hue angle of 8.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94200C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1483212-
CMYK00.780.920.42
HSL8.82º85%31.37%-
HSV(B)8.82º91.89%58.04%-
XYZ12.87.361.09-
YUV64.498.43187.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 77.08%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=77.08%
G=16.67%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148321200.780.920.428.828531.37
Hex9420C04E5C2A9551f
Octal22440140116134521112537
Binary1001010010000011000100111010111001010101001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,32,12); }

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

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

 a { background-color: rgb(148,32,12); }

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

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

 span { border-color: rgb(148,32,12); }

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