Color Hex Logo

#fa964e Color Hex

#FA964E
(250,150,78)
0 Favorites   0 Comments

Color spaces of #fa964e

RGB 25015078
HSL0.070.950.64
HSV25°69°98°
CMYK 0.000.400.69   0.02
XYZ51.705842.686712.7219
Yxy42.68670.48270.3985
Hunter Lab65.335126.927534.1897
CIE-Lab71.341831.692852.8144

#fa964e color RGB value is (250,150,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 01001110
Octal 372 226 116
Decimal 250 150 78
Hex FA 96 4E

RGB Percentages of Color #fa964e

%52.30
%31.38
%16.32

CMYK Percentages of Color #fa964e

%0
%40
%69
%2

Triadic Colors of #fa964e

#fa964e #4efa96 #964efa

Analogous Colors of #fa964e

#fa964e #faec4e #fa4e5c

Monochromatic Colors of #fa964e

#fa964e

Complementary Color

#fa964e #4eb2fa

#fa964e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa964e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa964e Color CSS Codes

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

#fa964e Text Font Color

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

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


#fa964e Background Color

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

This div background color is #fa964e


#fa964e Border Color

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

This div border color is #fa964e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa964e

Related Colors


Comments

No comments written yet.

Please login to write comment.