Color Hex Logo

#fa703e Color Hex

#FA703E
(250,112,62)
0 Favorites   0 Comments

Color spaces of #fa703e

RGB 25011262
HSL0.040.950.61
HSV16°75°98°
CMYK 0.000.550.75   0.02
XYZ46.088032.26018.3552
Yxy32.26010.53160.3721
Hunter Lab56.798045.445131.0368
CIE-Lab63.557349.894352.1788

#fa703e color RGB value is (250,112,62).

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

The process color (four color CMYK) of #fa703e color hex is 0.00, 0.55, 0.75, 0.02. Web safe color of #fa703e is #ff6633. Color #fa703e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110000 00111110
Octal 372 160 76
Decimal 250 112 62
Hex FA 70 3E

RGB Percentages of Color #fa703e

%58.96
%26.42
%14.62

CMYK Percentages of Color #fa703e

%0
%55
%75
%2

Triadic Colors of #fa703e

#fa703e #3efa70 #703efa

Analogous Colors of #fa703e

#fa703e #face3e #fa3e6a

Monochromatic Colors of #fa703e

#fa703e

Complementary Color

#fa703e #3ec8fa

#fa703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa703e Color CSS Codes

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

#fa703e Text Font Color

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

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


#fa703e Background Color

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

This div background color is #fa703e


#fa703e Border Color

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

This div border color is #fa703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa703e


Comments

No comments written yet.

Please login to write comment.