Color Hex Logo

#ff964e Color Hex

#FF964E
(255,150,78)
0 Favorites   0 Comments

Color spaces of #ff964e

RGB 25515078
HSL0.071.000.65
HSV24°69°100°
CMYK 0.000.410.69   0.00
XYZ53.521543.622812.8069
Yxy43.62280.48680.3967
Hunter Lab66.047629.063934.7367
CIE-Lab71.975733.683653.6900

#ff964e color RGB value is (255,150,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010110 01001110
Octal 377 226 116
Decimal 255 150 78
Hex FF 96 4E

RGB Percentages of Color #ff964e

%52.80
%31.06
%16.15

CMYK Percentages of Color #ff964e

%0
%41
%69
%0

Triadic Colors of #ff964e

#ff964e #4eff96 #964eff

Analogous Colors of #ff964e

#ff964e #ffef4e #ff4e5f

Monochromatic Colors of #ff964e

#ff964e

Complementary Color

#ff964e #4eb7ff

#ff964e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff964e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff964e Color CSS Codes

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

#ff964e Text Font Color

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

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


#ff964e Background Color

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

This div background color is #ff964e


#ff964e Border Color

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

This div border color is #ff964e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff964e

Related Colors


Comments

No comments written yet.

Please login to write comment.