Color Hex Logo

#fa062e Color Hex

#FA062E
(250,6,46)
0 Favorites   0 Comments

Color spaces of #fa062e

RGB 250646
HSL0.970.960.50
HSV350°98°98°
CMYK 0.000.980.82   0.02
XYZ39.982620.65154.4636
Yxy20.65150.61420.3172
Hunter Lab45.443977.521525.9872
CIE-Lab52.566079.097249.2559

#fa062e color RGB value is (250,6,46).

#fa062e hex color red value is 250, green value is 6 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fa062e hue: 0.97 , saturation: 0.96 and the lightness value of fa062e is 0.50.

The process color (four color CMYK) of #fa062e color hex is 0.00, 0.98, 0.82, 0.02. Web safe color of #fa062e is #ff0033. Color #fa062e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000110 00101110
Octal 372 6 56
Decimal 250 6 46
Hex FA 6 2E

RGB Percentages of Color #fa062e

%82.78
%1.99
%15.23

CMYK Percentages of Color #fa062e

%0
%98
%82
%2

Triadic Colors of #fa062e

#fa062e #2efa06 #062efa

Analogous Colors of #fa062e

#fa062e #fa5806 #fa06a8

Monochromatic Colors of #fa062e

#fa062e

Complementary Color

#fa062e #06fad2

#fa062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa062e Color CSS Codes

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

#fa062e Text Font Color

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

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


#fa062e Background Color

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

This div background color is #fa062e


#fa062e Border Color

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

This div border color is #fa062e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa062e


Comments

No comments written yet.

Please login to write comment.