Color Hex Logo

#ff964c Color Hex

#FF964C
(255,150,76)
0 Favorites   0 Comments

Color spaces of #ff964c

RGB 25515076
HSL0.071.000.65
HSV25°70°100°
CMYK 0.000.410.70   0.00
XYZ53.450943.594512.4349
Yxy43.59450.48820.3982
Hunter Lab66.026128.957435.0520
CIE-Lab71.956633.584054.6153

#ff964c color RGB value is (255,150,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010110 01001100
Octal 377 226 114
Decimal 255 150 76
Hex FF 96 4C

RGB Percentages of Color #ff964c

%53.01
%31.19
%15.80

CMYK Percentages of Color #ff964c

%0
%41
%70
%0

Triadic Colors of #ff964c

#ff964c #4cff96 #964cff

Analogous Colors of #ff964c

#ff964c #fff04c #ff4c5c

Monochromatic Colors of #ff964c

#ff964c

Complementary Color

#ff964c #4cb5ff

#ff964c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff964c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff964c Color CSS Codes

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

#ff964c Text Font Color

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

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


#ff964c Background Color

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

This div background color is #ff964c


#ff964c Border Color

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

This div border color is #ff964c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff964c


Comments

No comments written yet.

Please login to write comment.