Color Hex Logo

#ff965e Color Hex

#FF965E
(255,150,94)
0 Favorites   0 Comments

Color spaces of #ff965e

RGB 25515094
HSL0.061.000.68
HSV21°63°100°
CMYK 0.000.410.63   0.00
XYZ54.166743.880816.2046
Yxy43.88080.47410.3841
Hunter Lab66.242630.035331.8660
CIE-Lab72.148834.590045.9928

#ff965e color RGB value is (255,150,94).

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

The process color (four color CMYK) of #ff965e color hex is 0.00, 0.41, 0.63, 0.00. Web safe color of #ff965e is #ff9966. Color #ff965e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010110 01011110
Octal 377 226 136
Decimal 255 150 94
Hex FF 96 5E

RGB Percentages of Color #ff965e

%51.10
%30.06
%18.84

CMYK Percentages of Color #ff965e

%0
%41
%63
%0

Triadic Colors of #ff965e

#ff965e #5eff96 #965eff

Analogous Colors of #ff965e

#ff965e #ffe75e #ff5e77

Monochromatic Colors of #ff965e

#ff965e

Complementary Color

#ff965e #5ec7ff

#ff965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff965e Color CSS Codes

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

#ff965e Text Font Color

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

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


#ff965e Background Color

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

This div background color is #ff965e


#ff965e Border Color

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

This div border color is #ff965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff965e


Comments

No comments written yet.

Please login to write comment.