Color Hex Logo

#fa321f Color Hex

#FA321F
(250,50,31)
0 Favorites   0 Comments

Color spaces of #fa321f

RGB 2505031
HSL0.010.960.55
HSV88°98°
CMYK 0.000.800.88   0.02
XYZ40.812322.70413.5276
Yxy22.70410.60870.3386
Hunter Lab47.648869.503928.9647
CIE-Lab54.766272.186958.2525

#fa321f color RGB value is (250,50,31).

#fa321f hex color red value is 250, green value is 50 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fa321f hue: 0.01 , saturation: 0.96 and the lightness value of fa321f is 0.55.

The process color (four color CMYK) of #fa321f color hex is 0.00, 0.80, 0.88, 0.02. Web safe color of #fa321f is #ff3333. Color #fa321f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110010 00011111
Octal 372 62 37
Decimal 250 50 31
Hex FA 32 1F

RGB Percentages of Color #fa321f

%75.53
%15.11
%9.37

CMYK Percentages of Color #fa321f

%0
%80
%88
%2

Triadic Colors of #fa321f

#fa321f #1ffa32 #321ffa

Analogous Colors of #fa321f

#fa321f #faa01f #fa1f7a

Monochromatic Colors of #fa321f

#fa321f

Complementary Color

#fa321f #1fe7fa

#fa321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa321f Color CSS Codes

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

#fa321f Text Font Color

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

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


#fa321f Background Color

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

This div background color is #fa321f


#fa321f Border Color

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

This div border color is #fa321f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa321f


Comments

No comments written yet.

Please login to write comment.