Color Hex Logo

#fa654e Color Hex

#FA654E
(250,101,78)
0 Favorites   0 Comments

Color spaces of #fa654e

RGB 25010178
HSL0.020.950.64
HSV69°98°
CMYK 0.000.600.69   0.02
XYZ45.453230.181410.6377
Yxy30.18140.52690.3498
Hunter Lab54.937651.543026.9759
CIE-Lab61.810455.612042.0419

#fa654e color RGB value is (250,101,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 01001110
Octal 372 145 116
Decimal 250 101 78
Hex FA 65 4E

RGB Percentages of Color #fa654e

%58.28
%23.54
%18.18

CMYK Percentages of Color #fa654e

%0
%60
%69
%2

Triadic Colors of #fa654e

#fa654e #4efa65 #654efa

Analogous Colors of #fa654e

#fa654e #fabb4e #fa4e8d

Monochromatic Colors of #fa654e

#fa654e

Complementary Color

#fa654e #4ee3fa

#fa654e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa654e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa654e Color CSS Codes

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

#fa654e Text Font Color

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

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


#fa654e Background Color

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

This div background color is #fa654e


#fa654e Border Color

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

This div border color is #fa654e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,101,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 #fa654e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa654e


Comments

No comments written yet.

Please login to write comment.