Color Hex Logo

#ff960e Color Hex

#FF960E
(255,150,14)
0 Favorites   0 Comments

Color spaces of #ff960e

RGB 25515014
HSL0.091.000.53
HSV34°95°100°
CMYK 0.000.410.95   0.00
XYZ52.225643.10445.9829
Yxy43.10440.51550.4255
Hunter Lab65.653927.096640.5548
CIE-Lab71.625831.832075.0439

#ff960e color RGB value is (255,150,14).

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

The process color (four color CMYK) of #ff960e color hex is 0.00, 0.41, 0.95, 0.00. Web safe color of #ff960e is #ff9900. Color #ff960e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010110 00001110
Octal 377 226 16
Decimal 255 150 14
Hex FF 96 E

RGB Percentages of Color #ff960e

%60.86
%35.80
%3.34

CMYK Percentages of Color #ff960e

%0
%41
%95
%0

Triadic Colors of #ff960e

#ff960e #0eff96 #960eff

Analogous Colors of #ff960e

#ff960e #f0ff0e #ff1e0e

Monochromatic Colors of #ff960e

#ff960e

Complementary Color

#ff960e #0e77ff

#ff960e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff960e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff960e Color CSS Codes

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

#ff960e Text Font Color

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

This sample text font color is #ff960e
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.


#ff960e Background Color

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

This div background color is #ff960e


#ff960e Border Color

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

This div border color is #ff960e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff960e


Comments

No comments written yet.

Please login to write comment.