Color Hex Logo

#fa483e Color Hex

#FA483E
(250,72,62)
0 Favorites   0 Comments

Color spaces of #fa483e

RGB 2507262
HSL0.010.950.61
HSV75°98°
CMYK 0.000.710.75   0.02
XYZ42.611225.30657.1962
Yxy25.30650.56730.3369
Hunter Lab50.305663.163226.7325
CIE-Lab57.372866.414245.6429

#fa483e color RGB value is (250,72,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001000 00111110
Octal 372 110 76
Decimal 250 72 62
Hex FA 48 3E

RGB Percentages of Color #fa483e

%65.10
%18.75
%16.15

CMYK Percentages of Color #fa483e

%0
%71
%75
%2

Triadic Colors of #fa483e

#fa483e #3efa48 #483efa

Analogous Colors of #fa483e

#fa483e #faa63e #fa3e92

Monochromatic Colors of #fa483e

#fa483e

Complementary Color

#fa483e #3ef0fa

#fa483e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa483e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa483e Color CSS Codes

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

#fa483e Text Font Color

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

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


#fa483e Background Color

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

This div background color is #fa483e


#fa483e Border Color

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

This div border color is #fa483e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa483e

Related Colors


Comments

No comments written yet.

Please login to write comment.