Color Hex Logo

#fa863f Color Hex

#FA863F
(250,134,63)
0 Favorites   0 Comments

Color spaces of #fa863f

RGB 25013463
HSL0.060.950.61
HSV23°75°98°
CMYK 0.000.460.75   0.02
XYZ48.846637.73319.4113
Yxy37.73310.50890.3931
Hunter Lab61.427334.444433.9152
CIE-Lab67.823439.191656.0945

#fa863f color RGB value is (250,134,63).

#fa863f hex color red value is 250, green value is 134 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fa863f hue: 0.06 , saturation: 0.95 and the lightness value of fa863f is 0.61.

The process color (four color CMYK) of #fa863f color hex is 0.00, 0.46, 0.75, 0.02. Web safe color of #fa863f is #ff9933. Color #fa863f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 00111111
Octal 372 206 77
Decimal 250 134 63
Hex FA 86 3F

RGB Percentages of Color #fa863f

%55.93
%29.98
%14.09

CMYK Percentages of Color #fa863f

%0
%46
%75
%2

Triadic Colors of #fa863f

#fa863f #3ffa86 #863ffa

Analogous Colors of #fa863f

#fa863f #fae43f #fa3f55

Monochromatic Colors of #fa863f

#fa863f

Complementary Color

#fa863f #3fb3fa

#fa863f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa863f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa863f Color CSS Codes

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

#fa863f Text Font Color

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

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


#fa863f Background Color

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

This div background color is #fa863f


#fa863f Border Color

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

This div border color is #fa863f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa863f

Related Colors


Comments

No comments written yet.

Please login to write comment.