Color Hex Logo

#fa363e Color Hex

#FA363E
(250,54,62)
0 Favorites   0 Comments

Color spaces of #fa363e

RGB 2505462
HSL0.990.950.60
HSV358°78°98°
CMYK 0.000.780.75   0.02
XYZ41.613023.31016.8635
Yxy23.31010.57970.3247
Hunter Lab48.280569.358225.3678
CIE-Lab55.390371.947843.4907

#fa363e color RGB value is (250,54,62).

#fa363e hex color red value is 250, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fa363e hue: 0.99 , saturation: 0.95 and the lightness value of fa363e is 0.60.

The process color (four color CMYK) of #fa363e color hex is 0.00, 0.78, 0.75, 0.02. Web safe color of #fa363e is #ff3333. Color #fa363e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110110 00111110
Octal 372 66 76
Decimal 250 54 62
Hex FA 36 3E

RGB Percentages of Color #fa363e

%68.31
%14.75
%16.94

CMYK Percentages of Color #fa363e

%0
%78
%75
%2

Triadic Colors of #fa363e

#fa363e #3efa36 #363efa

Analogous Colors of #fa363e

#fa363e #fa9036 #fa36a0

Monochromatic Colors of #fa363e

#fa363e

Complementary Color

#fa363e #36faf2

#fa363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa363e Color CSS Codes

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

#fa363e Text Font Color

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

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


#fa363e Background Color

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

This div background color is #fa363e


#fa363e Border Color

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

This div border color is #fa363e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa363e


Comments

No comments written yet.

Please login to write comment.