Color Hex Logo

#fa362f Color Hex

#FA362F
(250,54,47)
0 Favorites   0 Comments

Color spaces of #fa362f

RGB 2505447
HSL0.010.950.58
HSV81°98°
CMYK 0.000.780.81   0.02
XYZ41.256623.16764.9866
Yxy23.16760.59440.3338
Hunter Lab48.132768.767627.5504
CIE-Lab55.244671.489151.2796

#fa362f color RGB value is (250,54,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110110 00101111
Octal 372 66 57
Decimal 250 54 47
Hex FA 36 2F

RGB Percentages of Color #fa362f

%71.23
%15.38
%13.39

CMYK Percentages of Color #fa362f

%0
%78
%81
%2

Triadic Colors of #fa362f

#fa362f #2ffa36 #362ffa

Analogous Colors of #fa362f

#fa362f #fa9c2f #fa2f8e

Monochromatic Colors of #fa362f

#fa362f

Complementary Color

#fa362f #2ff3fa

#fa362f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa362f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa362f Color CSS Codes

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

#fa362f Text Font Color

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

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


#fa362f Background Color

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

This div background color is #fa362f


#fa362f Border Color

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

This div border color is #fa362f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa362f


Comments

No comments written yet.

Please login to write comment.