Color Hex Logo

#fa722a Color Hex

#FA722A
(250,114,42)
0 Favorites   0 Comments

Color spaces of #fa722a

RGB 25011442
HSL0.060.950.57
HSV21°83°98°
CMYK 0.000.540.83   0.02
XYZ45.859632.52586.0515
Yxy32.52580.54310.3852
Hunter Lab57.031443.729033.6308
CIE-Lab63.775148.305461.2187

#fa722a color RGB value is (250,114,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 00101010
Octal 372 162 52
Decimal 250 114 42
Hex FA 72 2A

RGB Percentages of Color #fa722a

%61.58
%28.08
%10.34

CMYK Percentages of Color #fa722a

%0
%54
%83
%2

Triadic Colors of #fa722a

#fa722a #2afa72 #722afa

Analogous Colors of #fa722a

#fa722a #fada2a #fa2a4a

Monochromatic Colors of #fa722a

#fa722a

Complementary Color

#fa722a #2ab2fa

#fa722a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa722a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa722a Color CSS Codes

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

#fa722a Text Font Color

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

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


#fa722a Background Color

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

This div background color is #fa722a


#fa722a Border Color

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

This div border color is #fa722a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa722a


Comments

No comments written yet.

Please login to write comment.