Color Hex Logo

#fa722e Color Hex

#FA722E
(250,114,46)
0 Favorites   0 Comments

Color spaces of #fa722e

RGB 25011446
HSL0.060.950.58
HSV20°82°98°
CMYK 0.000.540.82   0.02
XYZ45.934832.55596.4477
Yxy32.55590.54080.3833
Hunter Lab57.057843.851733.2405
CIE-Lab63.799748.413659.6305

#fa722e color RGB value is (250,114,46).

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

The process color (four color CMYK) of #fa722e color hex is 0.00, 0.54, 0.82, 0.02. Web safe color of #fa722e is #ff6633. Color #fa722e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 00101110
Octal 372 162 56
Decimal 250 114 46
Hex FA 72 2E

RGB Percentages of Color #fa722e

%60.98
%27.80
%11.22

CMYK Percentages of Color #fa722e

%0
%54
%82
%2

Triadic Colors of #fa722e

#fa722e #2efa72 #722efa

Analogous Colors of #fa722e

#fa722e #fad82e #fa2e50

Monochromatic Colors of #fa722e

#fa722e

Complementary Color

#fa722e #2eb6fa

#fa722e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa722e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa722e Color CSS Codes

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

#fa722e Text Font Color

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

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


#fa722e Background Color

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

This div background color is #fa722e


#fa722e Border Color

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

This div border color is #fa722e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa722e


Comments

No comments written yet.

Please login to write comment.