Color Hex Logo

#fa962b Color Hex

#FA962B
(250,150,43)
0 Favorites   0 Comments

Color spaces of #fa962b

RGB 25015043
HSL0.090.950.57
HSV31°83°98°
CMYK 0.000.400.83   0.02
XYZ50.766742.31117.7767
Yxy42.31110.50340.4195
Hunter Lab65.047025.480338.4445
CIE-Lab71.084930.314167.1660

#fa962b color RGB value is (250,150,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 00101011
Octal 372 226 53
Decimal 250 150 43
Hex FA 96 2B

RGB Percentages of Color #fa962b

%56.43
%33.86
%9.71

CMYK Percentages of Color #fa962b

%0
%40
%83
%2

Triadic Colors of #fa962b

#fa962b #2bfa96 #962bfa

Analogous Colors of #fa962b

#fa962b #f7fa2b #fa2e2b

Monochromatic Colors of #fa962b

#fa962b

Complementary Color

#fa962b #2b8ffa

#fa962b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa962b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa962b Color CSS Codes

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

#fa962b Text Font Color

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

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


#fa962b Background Color

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

This div background color is #fa962b


#fa962b Border Color

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

This div border color is #fa962b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa962b


Comments

No comments written yet.

Please login to write comment.