Color Hex Logo

#fa814e Color Hex

#FA814E
(250,129,78)
0 Favorites   0 Comments

Color spaces of #fa814e

RGB 25012978
HSL0.050.950.64
HSV18°69°98°
CMYK 0.000.480.69   0.02
XYZ48.649736.574611.7032
Yxy36.57460.50190.3773
Hunter Lab60.476937.756830.8603
CIE-Lab66.956642.388947.9365

#fa814e color RGB value is (250,129,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 01001110
Octal 372 201 116
Decimal 250 129 78
Hex FA 81 4E

RGB Percentages of Color #fa814e

%54.70
%28.23
%17.07

CMYK Percentages of Color #fa814e

%0
%48
%69
%2

Triadic Colors of #fa814e

#fa814e #4efa81 #814efa

Analogous Colors of #fa814e

#fa814e #fad74e #fa4e71

Monochromatic Colors of #fa814e

#fa814e

Complementary Color

#fa814e #4ec7fa

#fa814e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa814e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa814e Color CSS Codes

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

#fa814e Text Font Color

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

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


#fa814e Background Color

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

This div background color is #fa814e


#fa814e Border Color

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

This div border color is #fa814e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa814e


Comments

No comments written yet.

Please login to write comment.