Color Hex Logo

#fa724a Color Hex

#FA724A
(250,114,74)
0 Favorites   0 Comments

Color spaces of #fa724a

RGB 25011474
HSL0.040.950.64
HSV14°70°98°
CMYK 0.000.540.70   0.02
XYZ46.677732.853010.3596
Yxy32.85300.51930.3655
Hunter Lab57.317545.059429.4062
CIE-Lab64.041749.474546.6987

#fa724a color RGB value is (250,114,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 01001010
Octal 372 162 112
Decimal 250 114 74
Hex FA 72 4A

RGB Percentages of Color #fa724a

%57.08
%26.03
%16.89

CMYK Percentages of Color #fa724a

%0
%54
%70
%2

Triadic Colors of #fa724a

#fa724a #4afa72 #724afa

Analogous Colors of #fa724a

#fa724a #faca4a #fa4a7a

Monochromatic Colors of #fa724a

#fa724a

Complementary Color

#fa724a #4ad2fa

#fa724a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa724a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa724a Color CSS Codes

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

#fa724a Text Font Color

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

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


#fa724a Background Color

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

This div background color is #fa724a


#fa724a Border Color

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

This div border color is #fa724a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa724a

Related Colors


Comments

No comments written yet.

Please login to write comment.