Color Hex Logo

#ff972c Color Hex

#FF972C
(255,151,44)
0 Favorites   0 Comments

Color spaces of #ff972c

RGB 25515144
HSL0.081.000.59
HSV30°83°100°
CMYK 0.000.410.83   0.00
XYZ52.761243.57518.0129
Yxy43.57510.50560.4176
Hunter Lab66.011427.150339.0110
CIE-Lab71.943631.857467.8148

#ff972c color RGB value is (255,151,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 00101100
Octal 377 227 54
Decimal 255 151 44
Hex FF 97 2C

RGB Percentages of Color #ff972c

%56.67
%33.56
%9.78

CMYK Percentages of Color #ff972c

%0
%41
%83
%0

Triadic Colors of #ff972c

#ff972c #2cff97 #972cff

Analogous Colors of #ff972c

#ff972c #feff2c #ff2e2c

Monochromatic Colors of #ff972c

#ff972c

Complementary Color

#ff972c #2c94ff

#ff972c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff972c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff972c Color CSS Codes

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

#ff972c Text Font Color

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

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


#ff972c Background Color

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

This div background color is #ff972c


#ff972c Border Color

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

This div border color is #ff972c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff972c

Related Colors

#ff972c Color Palettes


Comments

No comments written yet.

Please login to write comment.