Color Hex Logo

#fa6c65 Color Hex

#FA6C65
(250,108,101)
0 Favorites   0 Comments

Color spaces of #fa6c65

RGB 250108101
HSL0.010.940.69
HSV60°98°
CMYK 0.000.570.60   0.02
XYZ47.135931.988716.0020
Yxy31.98870.49550.3363
Hunter Lab56.558649.784422.8162
CIE-Lab63.333553.813531.2377

#fa6c65 color RGB value is (250,108,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101100 01100101
Octal 372 154 145
Decimal 250 108 101
Hex FA 6C 65

RGB Percentages of Color #fa6c65

%54.47
%23.53
%22.00

CMYK Percentages of Color #fa6c65

%0
%57
%60
%2

Triadic Colors of #fa6c65

#fa6c65 #65fa6c #6c65fa

Analogous Colors of #fa6c65

#fa6c65 #fab765 #fa65a9

Monochromatic Colors of #fa6c65

#fa6c65

Complementary Color

#fa6c65 #65f3fa

#fa6c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6c65 Color CSS Codes

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

#fa6c65 Text Font Color

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

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


#fa6c65 Background Color

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

This div background color is #fa6c65


#fa6c65 Border Color

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

This div border color is #fa6c65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6c65


Comments

No comments written yet.

Please login to write comment.