Color Hex Logo

#fa443b Color Hex

#FA443B
(250,68,59)
0 Favorites   0 Comments

Color spaces of #fa443b

RGB 2506859
HSL0.010.950.61
HSV76°98°
CMYK 0.000.730.76   0.02
XYZ42.280924.77406.6911
Yxy24.77400.57330.3359
Hunter Lab49.773564.526126.8710
CIE-Lab56.854667.656946.6873

#fa443b color RGB value is (250,68,59).

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

The process color (four color CMYK) of #fa443b color hex is 0.00, 0.73, 0.76, 0.02. Web safe color of #fa443b is #ff3333. Color #fa443b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000100 00111011
Octal 372 104 73
Decimal 250 68 59
Hex FA 44 3B

RGB Percentages of Color #fa443b

%66.31
%18.04
%15.65

CMYK Percentages of Color #fa443b

%0
%73
%76
%2

Triadic Colors of #fa443b

#fa443b #3bfa44 #443bfa

Analogous Colors of #fa443b

#fa443b #faa43b #fa3b92

Monochromatic Colors of #fa443b

#fa443b

Complementary Color

#fa443b #3bf1fa

#fa443b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa443b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa443b Color CSS Codes

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

#fa443b Text Font Color

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

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


#fa443b Background Color

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

This div background color is #fa443b


#fa443b Border Color

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

This div border color is #fa443b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa443b


Comments

No comments written yet.

Please login to write comment.