Color Hex Logo

#fa6a58 Color Hex

#FA6A58
(250,106,88)
0 Favorites   0 Comments

Color spaces of #fa6a58

RGB 25010688
HSL0.020.940.66
HSV65°98°
CMYK 0.000.580.65   0.02
XYZ46.339831.336612.8387
Yxy31.33660.51200.3462
Hunter Lab55.979149.799825.5873
CIE-Lab62.790853.912337.7729

#fa6a58 color RGB value is (250,106,88).

#fa6a58 hex color red value is 250, green value is 106 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fa6a58 hue: 0.02 , saturation: 0.94 and the lightness value of fa6a58 is 0.66.

The process color (four color CMYK) of #fa6a58 color hex is 0.00, 0.58, 0.65, 0.02. Web safe color of #fa6a58 is #ff6666. Color #fa6a58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101010 01011000
Octal 372 152 130
Decimal 250 106 88
Hex FA 6A 58

RGB Percentages of Color #fa6a58

%56.31
%23.87
%19.82

CMYK Percentages of Color #fa6a58

%0
%58
%65
%2

Triadic Colors of #fa6a58

#fa6a58 #58fa6a #6a58fa

Analogous Colors of #fa6a58

#fa6a58 #fabb58 #fa5897

Monochromatic Colors of #fa6a58

#fa6a58

Complementary Color

#fa6a58 #58e8fa

#fa6a58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6a58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6a58 Color CSS Codes

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

#fa6a58 Text Font Color

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

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


#fa6a58 Background Color

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

This div background color is #fa6a58


#fa6a58 Border Color

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

This div border color is #fa6a58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6a58


Comments

No comments written yet.

Please login to write comment.