Color Hex Logo

#ff963e Color Hex

#FF963E
(255,150,62)
0 Favorites   0 Comments

Color spaces of #ff963e

RGB 25515062
HSL0.081.000.62
HSV27°76°100°
CMYK 0.000.410.76   0.00
XYZ53.015843.420510.1442
Yxy43.42050.49740.4074
Hunter Lab65.894228.298936.9985
CIE-Lab71.839432.966260.7803

#ff963e color RGB value is (255,150,62).

#ff963e hex color red value is 255, green value is 150 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ff963e hue: 0.08 , saturation: 1.00 and the lightness value of ff963e is 0.62.

The process color (four color CMYK) of #ff963e color hex is 0.00, 0.41, 0.76, 0.00. Web safe color of #ff963e is #ff9933. Color #ff963e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010110 00111110
Octal 377 226 76
Decimal 255 150 62
Hex FF 96 3E

RGB Percentages of Color #ff963e

%54.60
%32.12
%13.28

CMYK Percentages of Color #ff963e

%0
%41
%76
%0

Triadic Colors of #ff963e

#ff963e #3eff96 #963eff

Analogous Colors of #ff963e

#ff963e #fff73e #ff3e47

Monochromatic Colors of #ff963e

#ff963e

Complementary Color

#ff963e #3ea7ff

#ff963e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff963e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff963e Color CSS Codes

.mybgcolor {background-color:#ff963e; } 
.myforecolor {color:#ff963e; }
.mybordercolor {border:3px solid #ff963e; }

#ff963e Text Font Color

<p style="color:#ff963e">Text here</p>

This sample text font color is #ff963e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff963e Background Color

<div style="background-color:#ff963e">
Div content here</div>

This div background color is #ff963e


#ff963e Border Color

<div style="border:3px solid #ff963e">
Div here</div>

This div border color is #ff963e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,150,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff963e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff963e;
  -webkit-box-shadow: 1px 1px 3px 2px #ff963e;
  box-shadow:         1px 1px 3px 2px #ff963e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,150,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff963e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff963e;
  -webkit-box-shadow: 1px 1px 3px 2px #ff963e;
  box-shadow:         1px 1px 3px 2px #ff963e;">
Div content here</div>

This div box has shadow with color #ff963e

Related Colors

#ff963e Color Palettes


Comments

No comments written yet.

Please login to write comment.