Color Hex Logo

#ff971b Color Hex

#FF971B
(255,151,27)
0 Favorites   0 Comments

Color spaces of #ff971b

RGB 25515127
HSL0.091.000.55
HSV33°89°100°
CMYK 0.000.410.89   0.00
XYZ52.504443.47236.6606
Yxy43.47230.51160.4236
Hunter Lab65.933526.760040.1640
CIE-Lab71.874431.488072.7036

#ff971b color RGB value is (255,151,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 00011011
Octal 377 227 33
Decimal 255 151 27
Hex FF 97 1B

RGB Percentages of Color #ff971b

%58.89
%34.87
%6.24

CMYK Percentages of Color #ff971b

%0
%41
%89
%0

Triadic Colors of #ff971b

#ff971b #1bff97 #971bff

Analogous Colors of #ff971b

#ff971b #f5ff1b #ff251b

Monochromatic Colors of #ff971b

#ff971b

Complementary Color

#ff971b #1b83ff

#ff971b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff971b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff971b Color CSS Codes

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

#ff971b Text Font Color

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

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


#ff971b Background Color

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

This div background color is #ff971b


#ff971b Border Color

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

This div border color is #ff971b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff971b

#ff971b Color Palettes


Comments

No comments written yet.

Please login to write comment.