#94260a

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

Shades of Mandarian Orange #94260A

Tints of Mandarian Orange #94260A

Color information

#94260A (or 0x94260A) is unknown color: approx Mandarian Orange. HEX triplet: 94, 26 and 0A. RGB value is (148,38,10). Sum of RGB (Red+Green+Blue) = 148+38+10=196 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.51% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 148 - color contains mainly: red. Hex color #94260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94260A is #6BD9F5. Grayscale: #434343. Windows color (decimal): -7068150 or 665236. OLE color: 665236.

HSL color Cylindrical-coordinate representation of color #94260A: hue angle of 12.17º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94260A is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1483810-
CMYK00.740.930.42
HSL12.17º87.34%30.98%-
HSV(B)12.17º93.24%58.04%-
XYZ12.967.71.09-
YUV67.795.44185.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 75.51%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=75.51%
G=19.39%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148381000.740.930.4212.1787.3430.98
Hex9426A04A5D2Ac571f
Octal22446120112135521412737
Binary1001010010011010100100101010111011010101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94260a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94260a; }

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

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

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

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

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

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

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

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