Color Hex Logo

#ff972a Color Hex

#FF972A
(255,151,42)
0 Favorites   0 Comments

Color spaces of #ff972a

RGB 25515142
HSL0.091.000.58
HSV31°84°100°
CMYK 0.000.410.84   0.00
XYZ52.724543.56047.8196
Yxy43.56040.50650.4184
Hunter Lab66.000327.094639.1756
CIE-Lab71.933731.804768.4772

#ff972a color RGB value is (255,151,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 00101010
Octal 377 227 52
Decimal 255 151 42
Hex FF 97 2A

RGB Percentages of Color #ff972a

%56.92
%33.71
%9.38

CMYK Percentages of Color #ff972a

%0
%41
%84
%0

Triadic Colors of #ff972a

#ff972a #2aff97 #972aff

Analogous Colors of #ff972a

#ff972a #fdff2a #ff2d2a

Monochromatic Colors of #ff972a

#ff972a

Complementary Color

#ff972a #2a92ff

#ff972a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff972a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff972a Color CSS Codes

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

#ff972a Text Font Color

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

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


#ff972a Background Color

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

This div background color is #ff972a


#ff972a Border Color

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

This div border color is #ff972a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff972a

Related Colors


Comments

No comments written yet.

Please login to write comment.