Color Hex Logo

#fa970e Color Hex

#FA970E
(250,151,14)
0 Favorites   0 Comments

Color spaces of #fa970e

RGB 25015114
HSL0.100.960.52
HSV35°94°98°
CMYK 0.000.400.94   0.02
XYZ50.570242.48895.9513
Yxy42.48890.51080.4291
Hunter Lab65.183524.411440.2152
CIE-Lab71.206729.264974.4554

#fa970e color RGB value is (250,151,14).

#fa970e hex color red value is 250, green value is 151 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fa970e hue: 0.10 , saturation: 0.96 and the lightness value of fa970e is 0.52.

The process color (four color CMYK) of #fa970e color hex is 0.00, 0.40, 0.94, 0.02. Web safe color of #fa970e is #ff9900. Color #fa970e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010111 00001110
Octal 372 227 16
Decimal 250 151 14
Hex FA 97 E

RGB Percentages of Color #fa970e

%60.24
%36.39
%3.37

CMYK Percentages of Color #fa970e

%0
%40
%94
%2

Triadic Colors of #fa970e

#fa970e #0efa97 #970efa

Analogous Colors of #fa970e

#fa970e #e7fa0e #fa210e

Monochromatic Colors of #fa970e

#fa970e

Complementary Color

#fa970e #0e71fa

#fa970e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa970e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa970e Color CSS Codes

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

#fa970e Text Font Color

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

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


#fa970e Background Color

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

This div background color is #fa970e


#fa970e Border Color

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

This div border color is #fa970e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa970e


Comments

No comments written yet.

Please login to write comment.