Color Hex Logo

#ff974c Color Hex

#FF974C
(255,151,76)
0 Favorites   0 Comments

Color spaces of #ff974c

RGB 25515176
HSL0.071.000.65
HSV25°70°100°
CMYK 0.000.410.70   0.00
XYZ53.611143.915012.4883
Yxy43.91500.48730.3992
Hunter Lab66.268428.436735.2147
CIE-Lab72.171633.069154.8473

#ff974c color RGB value is (255,151,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 01001100
Octal 377 227 114
Decimal 255 151 76
Hex FF 97 4C

RGB Percentages of Color #ff974c

%52.90
%31.33
%15.77

CMYK Percentages of Color #ff974c

%0
%41
%70
%0

Triadic Colors of #ff974c

#ff974c #4cff97 #974cff

Analogous Colors of #ff974c

#ff974c #fff14c #ff4c5b

Monochromatic Colors of #ff974c

#ff974c

Complementary Color

#ff974c #4cb4ff

#ff974c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff974c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff974c Color CSS Codes

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

#ff974c Text Font Color

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

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


#ff974c Background Color

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

This div background color is #ff974c


#ff974c Border Color

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

This div border color is #ff974c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,151,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 #ff974c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff974c


Comments

No comments written yet.

Please login to write comment.