Color Hex Logo

#fa624e Color Hex

#FA624E
(250,98,78)
0 Favorites   0 Comments

Color spaces of #fa624e

RGB 2509878
HSL0.020.950.64
HSV69°98°
CMYK 0.000.610.69   0.02
XYZ45.167229.609410.5423
Yxy29.60940.52940.3470
Hunter Lab54.414552.939926.6033
CIE-Lab61.315756.922541.4651

#fa624e color RGB value is (250,98,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 01001110
Octal 372 142 116
Decimal 250 98 78
Hex FA 62 4E

RGB Percentages of Color #fa624e

%58.69
%23.00
%18.31

CMYK Percentages of Color #fa624e

%0
%61
%69
%2

Triadic Colors of #fa624e

#fa624e #4efa62 #624efa

Analogous Colors of #fa624e

#fa624e #fab84e #fa4e90

Monochromatic Colors of #fa624e

#fa624e

Complementary Color

#fa624e #4ee6fa

#fa624e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa624e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa624e Color CSS Codes

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

#fa624e Text Font Color

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

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


#fa624e Background Color

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

This div background color is #fa624e


#fa624e Border Color

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

This div border color is #fa624e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa624e

Related Colors


Comments

No comments written yet.

Please login to write comment.