Color Hex Logo

#fa944e Color Hex

#FA944E
(250,148,78)
0 Favorites   0 Comments

Color spaces of #fa944e

RGB 25014878
HSL0.070.950.64
HSV24°69°98°
CMYK 0.000.410.69   0.02
XYZ51.389442.053912.6164
Yxy42.05390.48450.3965
Hunter Lab64.849027.966133.8594
CIE-Lab70.908132.728152.3376

#fa944e color RGB value is (250,148,78).

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

The process color (four color CMYK) of #fa944e color hex is 0.00, 0.41, 0.69, 0.02. Web safe color of #fa944e is #ff9966. Color #fa944e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010100 01001110
Octal 372 224 116
Decimal 250 148 78
Hex FA 94 4E

RGB Percentages of Color #fa944e

%52.52
%31.09
%16.39

CMYK Percentages of Color #fa944e

%0
%41
%69
%2

Triadic Colors of #fa944e

#fa944e #4efa94 #944efa

Analogous Colors of #fa944e

#fa944e #faea4e #fa4e5e

Monochromatic Colors of #fa944e

#fa944e

Complementary Color

#fa944e #4eb4fa

#fa944e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa944e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa944e Color CSS Codes

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

#fa944e Text Font Color

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

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


#fa944e Background Color

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

This div background color is #fa944e


#fa944e Border Color

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

This div border color is #fa944e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa944e


Comments

No comments written yet.

Please login to write comment.