Color Hex Logo

#fa6242 Color Hex

#FA6242
(250,98,66)
0 Favorites   0 Comments

Color spaces of #fa6242

RGB 2509866
HSL0.030.950.62
HSV10°74°98°
CMYK 0.000.610.74   0.02
XYZ44.775429.45278.4793
Yxy29.45270.54140.3561
Hunter Lab54.270352.297228.7257
CIE-Lab61.179156.379947.6598

#fa6242 color RGB value is (250,98,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 01000010
Octal 372 142 102
Decimal 250 98 66
Hex FA 62 42

RGB Percentages of Color #fa6242

%60.39
%23.67
%15.94

CMYK Percentages of Color #fa6242

%0
%61
%74
%2

Triadic Colors of #fa6242

#fa6242 #42fa62 #6242fa

Analogous Colors of #fa6242

#fa6242 #fabe42 #fa427e

Monochromatic Colors of #fa6242

#fa6242

Complementary Color

#fa6242 #42dafa

#fa6242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6242 Color CSS Codes

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

#fa6242 Text Font Color

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

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


#fa6242 Background Color

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

This div background color is #fa6242


#fa6242 Border Color

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

This div border color is #fa6242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6242


Comments

No comments written yet.

Please login to write comment.