Color Hex Logo

#fa655b Color Hex

#FA655B
(250,101,91)
0 Favorites   0 Comments

Color spaces of #fa655b

RGB 25010191
HSL0.010.940.67
HSV64°98°
CMYK 0.000.600.64   0.02
XYZ45.966330.386713.3401
Yxy30.38670.51250.3388
Hunter Lab55.124152.378424.2386
CIE-Lab61.986556.319035.1258

#fa655b color RGB value is (250,101,91).

#fa655b hex color red value is 250, green value is 101 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fa655b hue: 0.01 , saturation: 0.94 and the lightness value of fa655b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 01011011
Octal 372 145 133
Decimal 250 101 91
Hex FA 65 5B

RGB Percentages of Color #fa655b

%56.56
%22.85
%20.59

CMYK Percentages of Color #fa655b

%0
%60
%64
%2

Triadic Colors of #fa655b

#fa655b #5bfa65 #655bfa

Analogous Colors of #fa655b

#fa655b #fab55b #fa5ba1

Monochromatic Colors of #fa655b

#fa655b

Complementary Color

#fa655b #5bf0fa

#fa655b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa655b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa655b Color CSS Codes

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

#fa655b Text Font Color

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

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


#fa655b Background Color

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

This div background color is #fa655b


#fa655b Border Color

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

This div border color is #fa655b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa655b


Comments

No comments written yet.

Please login to write comment.