color codes Logo

#fa811f color codes

#FA811F
(250,129,31)
0 Favorites   0 Comments

Color spaces of #fa811f

RGB 25012931
HSL0.070.960.55
HSV27°88°98°
CMYK 0.000.480.88   0.02
XYZ47.521936.12345.7642
Yxy36.12340.53150.4040
Hunter Lab60.102735.956236.3857
CIE-Lab66.614140.750567.3410

#fa811f color RGB value is (250,129,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 00011111
Octal 372 201 37
Decimal 250 129 31
Hex FA 81 1F

RGB Percentages of Color #fa811f

%60.98
%31.46
%7.56

CMYK Percentages of Color #fa811f

%0
%48
%88
%2

Triadic Colors of #fa811f

#fa811f #1ffa81 #811ffa

Analogous Colors of #fa811f

#fa811f #faef1f #fa1f2b

Monochromatic Colors of #fa811f

#fa811f

Complementary Color

#fa811f #1f98fa

#fa811f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa811f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa811f Color CSS Codes

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

#fa811f Text Font Color

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

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


#fa811f Background Color

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

This div background color is #fa811f


#fa811f Border Color

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

This div border color is #fa811f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,129,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 #fa811f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa811f


Comments

No comments written yet.

Please login to write comment.