Color Hex Logo

#fa624c Color Hex

#FA624C
(250,98,76)
0 Favorites   0 Comments

Color spaces of #fa624c

RGB 2509876
HSL0.020.950.64
HSV70°98°
CMYK 0.000.610.70   0.02
XYZ45.096529.581210.1704
Yxy29.58120.53150.3486
Hunter Lab54.388652.823826.9851
CIE-Lab61.291256.824642.5157

#fa624c color RGB value is (250,98,76).

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

The process color (four color CMYK) of #fa624c color hex is 0.00, 0.61, 0.70, 0.02. Web safe color of #fa624c is #ff6633. Color #fa624c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 01001100
Octal 372 142 114
Decimal 250 98 76
Hex FA 62 4C

RGB Percentages of Color #fa624c

%58.96
%23.11
%17.92

CMYK Percentages of Color #fa624c

%0
%61
%70
%2

Triadic Colors of #fa624c

#fa624c #4cfa62 #624cfa

Analogous Colors of #fa624c

#fa624c #fab94c #fa4c8d

Monochromatic Colors of #fa624c

#fa624c

Complementary Color

#fa624c #4ce4fa

#fa624c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa624c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa624c Color CSS Codes

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

#fa624c Text Font Color

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

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


#fa624c Background Color

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

This div background color is #fa624c


#fa624c Border Color

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

This div border color is #fa624c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa624c


Comments

No comments written yet.

Please login to write comment.