Color Hex Logo

#fa453e Color Hex

#FA453E
(250,69,62)
0 Favorites   0 Comments

Color spaces of #fa453e

RGB 2506962
HSL0.010.950.61
HSV75°98°
CMYK 0.000.720.75   0.02
XYZ42.422024.92807.1331
Yxy24.92800.56960.3347
Hunter Lab49.927964.291226.4789
CIE-Lab57.005267.431745.2461

#fa453e color RGB value is (250,69,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000101 00111110
Octal 372 105 76
Decimal 250 69 62
Hex FA 45 3E

RGB Percentages of Color #fa453e

%65.62
%18.11
%16.27

CMYK Percentages of Color #fa453e

%0
%72
%75
%2

Triadic Colors of #fa453e

#fa453e #3efa45 #453efa

Analogous Colors of #fa453e

#fa453e #faa33e #fa3e95

Monochromatic Colors of #fa453e

#fa453e

Complementary Color

#fa453e #3ef3fa

#fa453e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa453e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa453e Color CSS Codes

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

#fa453e Text Font Color

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

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


#fa453e Background Color

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

This div background color is #fa453e


#fa453e Border Color

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

This div border color is #fa453e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa453e


Comments

No comments written yet.

Please login to write comment.