Color Hex Logo

#ff971e Color Hex

#FF971E
(255,151,30)
0 Favorites   0 Comments

Color spaces of #ff971e

RGB 25515130
HSL0.091.000.56
HSV32°88°100°
CMYK 0.000.410.88   0.00
XYZ52.541043.48706.8529
Yxy43.48700.51070.4227
Hunter Lab65.944726.815639.9999
CIE-Lab71.884331.540671.9695

#ff971e color RGB value is (255,151,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 00011110
Octal 377 227 36
Decimal 255 151 30
Hex FF 97 1E

RGB Percentages of Color #ff971e

%58.49
%34.63
%6.88

CMYK Percentages of Color #ff971e

%0
%41
%88
%0

Triadic Colors of #ff971e

#ff971e #1eff97 #971eff

Analogous Colors of #ff971e

#ff971e #f7ff1e #ff271e

Monochromatic Colors of #ff971e

#ff971e

Complementary Color

#ff971e #1e86ff

#ff971e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff971e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff971e Color CSS Codes

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

#ff971e Text Font Color

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

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


#ff971e Background Color

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

This div background color is #ff971e


#ff971e Border Color

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

This div border color is #ff971e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff971e


Comments

No comments written yet.

Please login to write comment.