Color Hex Logo

#fa702f Color Hex

#FA702F
(250,112,47)
0 Favorites   0 Comments

Color spaces of #fa702f

RGB 25011247
HSL0.050.950.58
HSV19°81°98°
CMYK 0.000.550.81   0.02
XYZ45.731632.11766.4783
Yxy32.11760.54230.3809
Hunter Lab56.672444.863332.8932
CIE-Lab63.440049.384858.8872

#fa702f color RGB value is (250,112,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110000 00101111
Octal 372 160 57
Decimal 250 112 47
Hex FA 70 2F

RGB Percentages of Color #fa702f

%61.12
%27.38
%11.49

CMYK Percentages of Color #fa702f

%0
%55
%81
%2

Triadic Colors of #fa702f

#fa702f #2ffa70 #702ffa

Analogous Colors of #fa702f

#fa702f #fad62f #fa2f53

Monochromatic Colors of #fa702f

#fa702f

Complementary Color

#fa702f #2fb9fa

#fa702f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa702f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa702f Color CSS Codes

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

#fa702f Text Font Color

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

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


#fa702f Background Color

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

This div background color is #fa702f


#fa702f Border Color

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

This div border color is #fa702f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa702f


Comments

No comments written yet.

Please login to write comment.