Color Hex Logo

#fa984e Color Hex

#FA984E
(250,152,78)
0 Favorites   0 Comments

Color spaces of #fa984e

RGB 25015278
HSL0.070.950.64
HSV26°69°98°
CMYK 0.000.390.69   0.02
XYZ52.027743.330512.8292
Yxy43.33050.48090.4005
Hunter Lab65.825925.888134.5228
CIE-Lab71.778730.654953.2936

#fa984e color RGB value is (250,152,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011000 01001110
Octal 372 230 116
Decimal 250 152 78
Hex FA 98 4E

RGB Percentages of Color #fa984e

%52.08
%31.67
%16.25

CMYK Percentages of Color #fa984e

%0
%39
%69
%2

Triadic Colors of #fa984e

#fa984e #4efa98 #984efa

Analogous Colors of #fa984e

#fa984e #faee4e #fa4e5a

Monochromatic Colors of #fa984e

#fa984e

Complementary Color

#fa984e #4eb0fa

#fa984e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa984e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa984e Color CSS Codes

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

#fa984e Text Font Color

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

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


#fa984e Background Color

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

This div background color is #fa984e


#fa984e Border Color

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

This div border color is #fa984e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa984e

Related Colors


Comments

No comments written yet.

Please login to write comment.