Color Hex Logo

#fa433e Color Hex

#FA433E
(250,67,62)
0 Favorites   0 Comments

Color spaces of #fa433e

RGB 2506762
HSL0.000.950.61
HSV75°98°
CMYK 0.000.730.75   0.02
XYZ42.301024.68617.0928
Yxy24.68610.57100.3332
Hunter Lab49.685165.022726.3156
CIE-Lab56.768368.089244.9897

#fa433e color RGB value is (250,67,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000011 00111110
Octal 372 103 76
Decimal 250 67 62
Hex FA 43 3E

RGB Percentages of Color #fa433e

%65.96
%17.68
%16.36

CMYK Percentages of Color #fa433e

%0
%73
%75
%2

Triadic Colors of #fa433e

#fa433e #3efa43 #433efa

Analogous Colors of #fa433e

#fa433e #faa13e #fa3e97

Monochromatic Colors of #fa433e

#fa433e

Complementary Color

#fa433e #3ef5fa

#fa433e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa433e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa433e Color CSS Codes

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

#fa433e Text Font Color

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

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


#fa433e Background Color

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

This div background color is #fa433e


#fa433e Border Color

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

This div border color is #fa433e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,67,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 #fa433e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa433e

Related Colors


Comments

No comments written yet.

Please login to write comment.