Color Hex Logo

#fa962e Color Hex

#FA962E
(250,150,46)
0 Favorites   0 Comments

Color spaces of #fa962e

RGB 25015046
HSL0.080.950.58
HSV31°82°98°
CMYK 0.000.400.82   0.02
XYZ50.823842.33398.0773
Yxy42.33390.50200.4182
Hunter Lab65.064525.568738.1847
CIE-Lab71.100530.398766.1373

#fa962e color RGB value is (250,150,46).

#fa962e hex color red value is 250, green value is 150 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fa962e hue: 0.08 , saturation: 0.95 and the lightness value of fa962e is 0.58.

The process color (four color CMYK) of #fa962e color hex is 0.00, 0.40, 0.82, 0.02. Web safe color of #fa962e is #ff9933. Color #fa962e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 00101110
Octal 372 226 56
Decimal 250 150 46
Hex FA 96 2E

RGB Percentages of Color #fa962e

%56.05
%33.63
%10.31

CMYK Percentages of Color #fa962e

%0
%40
%82
%2

Triadic Colors of #fa962e

#fa962e #2efa96 #962efa

Analogous Colors of #fa962e

#fa962e #f8fa2e #fa302e

Monochromatic Colors of #fa962e

#fa962e

Complementary Color

#fa962e #2e92fa

#fa962e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa962e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa962e Color CSS Codes

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

#fa962e Text Font Color

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

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


#fa962e Background Color

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

This div background color is #fa962e


#fa962e Border Color

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

This div border color is #fa962e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa962e


Comments

No comments written yet.

Please login to write comment.