Color Hex Logo

#fa8e4a Color Hex

#FA8E4A
(250,142,74)
0 Favorites   0 Comments

Color spaces of #fa8e4a

RGB 25014274
HSL0.060.950.64
HSV23°70°98°
CMYK 0.000.430.70   0.02
XYZ50.333440.164411.5782
Yxy40.16440.49310.3935
Hunter Lab63.375430.859633.5309
CIE-Lab69.586535.615352.8104

#fa8e4a color RGB value is (250,142,74).

#fa8e4a hex color red value is 250, green value is 142 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fa8e4a hue: 0.06 , saturation: 0.95 and the lightness value of fa8e4a is 0.64.

The process color (four color CMYK) of #fa8e4a color hex is 0.00, 0.43, 0.70, 0.02. Web safe color of #fa8e4a is #ff9933. Color #fa8e4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001110 01001010
Octal 372 216 112
Decimal 250 142 74
Hex FA 8E 4A

RGB Percentages of Color #fa8e4a

%53.65
%30.47
%15.88

CMYK Percentages of Color #fa8e4a

%0
%43
%70
%2

Triadic Colors of #fa8e4a

#fa8e4a #4afa8e #8e4afa

Analogous Colors of #fa8e4a

#fa8e4a #fae64a #fa4a5e

Monochromatic Colors of #fa8e4a

#fa8e4a

Complementary Color

#fa8e4a #4ab6fa

#fa8e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8e4a Color CSS Codes

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

#fa8e4a Text Font Color

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

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


#fa8e4a Background Color

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

This div background color is #fa8e4a


#fa8e4a Border Color

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

This div border color is #fa8e4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8e4a


Comments

No comments written yet.

Please login to write comment.