color codes Logo

#ff971c color codes

#FF971C
(255,151,28)
0 Favorites   0 Comments

Color spaces of #ff971c

RGB 25515128
HSL0.091.000.55
HSV33°89°100°
CMYK 0.000.410.89   0.00
XYZ52.516243.47716.7226
Yxy43.47710.51130.4233
Hunter Lab65.937226.777840.1111
CIE-Lab71.877631.504872.4654

#ff971c color RGB value is (255,151,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 00011100
Octal 377 227 34
Decimal 255 151 28
Hex FF 97 1C

RGB Percentages of Color #ff971c

%58.76
%34.79
%6.45

CMYK Percentages of Color #ff971c

%0
%41
%89
%0

Triadic Colors of #ff971c

#ff971c #1cff97 #971cff

Analogous Colors of #ff971c

#ff971c #f6ff1c #ff261c

Monochromatic Colors of #ff971c

#ff971c

Complementary Color

#ff971c #1c84ff

#ff971c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff971c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff971c Color CSS Codes

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

#ff971c Text Font Color

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

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


#ff971c Background Color

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

This div background color is #ff971c


#ff971c Border Color

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

This div border color is #ff971c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff971c


Comments

No comments written yet.

Please login to write comment.