Color Hex Logo

#fa624d Color Hex

#FA624D
(250,98,77)
1 Favorites   0 Comments

Color spaces of #fa624d

RGB 2509877
HSL0.020.950.64
HSV69°98°
CMYK 0.000.610.69   0.02
XYZ45.131629.595210.3549
Yxy29.59520.53050.3478
Hunter Lab54.401552.881526.7956
CIE-Lab61.303456.873241.9912

#fa624d color RGB value is (250,98,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 01001101
Octal 372 142 115
Decimal 250 98 77
Hex FA 62 4D

RGB Percentages of Color #fa624d

%58.82
%23.06
%18.12

CMYK Percentages of Color #fa624d

%0
%61
%69
%2

Triadic Colors of #fa624d

#fa624d #4dfa62 #624dfa

Analogous Colors of #fa624d

#fa624d #fab94d #fa4d8f

Monochromatic Colors of #fa624d

#fa624d

Complementary Color

#fa624d #4de5fa

#fa624d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa624d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa624d Color CSS Codes

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

#fa624d Text Font Color

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

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


#fa624d Background Color

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

This div background color is #fa624d


#fa624d Border Color

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

This div border color is #fa624d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa624d

#fa624d Color Palettes


Comments

No comments written yet.

Please login to write comment.