Color Hex Logo

#fa831f Color Hex

#FA831F
(250,131,31)
0 Favorites   0 Comments

Color spaces of #fa831f

RGB 25013131
HSL0.080.960.55
HSV27°88°98°
CMYK 0.000.480.88   0.02
XYZ47.788036.65555.8528
Yxy36.65550.52920.4059
Hunter Lab60.543834.940836.6491
CIE-Lab67.017839.750067.6542

#fa831f color RGB value is (250,131,31).

#fa831f hex color red value is 250, green value is 131 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fa831f hue: 0.08 , saturation: 0.96 and the lightness value of fa831f is 0.55.

The process color (four color CMYK) of #fa831f color hex is 0.00, 0.48, 0.88, 0.02. Web safe color of #fa831f is #ff9933. Color #fa831f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000011 00011111
Octal 372 203 37
Decimal 250 131 31
Hex FA 83 1F

RGB Percentages of Color #fa831f

%60.68
%31.80
%7.52

CMYK Percentages of Color #fa831f

%0
%48
%88
%2

Triadic Colors of #fa831f

#fa831f #1ffa83 #831ffa

Analogous Colors of #fa831f

#fa831f #faf11f #fa1f28

Monochromatic Colors of #fa831f

#fa831f

Complementary Color

#fa831f #1f96fa

#fa831f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa831f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa831f Color CSS Codes

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

#fa831f Text Font Color

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

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


#fa831f Background Color

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

This div background color is #fa831f


#fa831f Border Color

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

This div border color is #fa831f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa831f


Comments

No comments written yet.

Please login to write comment.