Color Hex Logo

#fa764e Color Hex

#FA764E
(250,118,78)
0 Favorites   0 Comments

Color spaces of #fa764e

RGB 25011878
HSL0.040.950.64
HSV14°69°98°
CMYK 0.000.530.69   0.02
XYZ47.277933.830911.2459
Yxy33.83090.51190.3663
Hunter Lab58.164343.303129.2515
CIE-Lab64.828147.768445.5217

#fa764e color RGB value is (250,118,78).

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

The process color (four color CMYK) of #fa764e color hex is 0.00, 0.53, 0.69, 0.02. Web safe color of #fa764e is #ff6666. Color #fa764e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110110 01001110
Octal 372 166 116
Decimal 250 118 78
Hex FA 76 4E

RGB Percentages of Color #fa764e

%56.05
%26.46
%17.49

CMYK Percentages of Color #fa764e

%0
%53
%69
%2

Triadic Colors of #fa764e

#fa764e #4efa76 #764efa

Analogous Colors of #fa764e

#fa764e #facc4e #fa4e7c

Monochromatic Colors of #fa764e

#fa764e

Complementary Color

#fa764e #4ed2fa

#fa764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa764e Color CSS Codes

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

#fa764e Text Font Color

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

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


#fa764e Background Color

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

This div background color is #fa764e


#fa764e Border Color

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

This div border color is #fa764e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa764e

Related Colors


Comments

No comments written yet.

Please login to write comment.