Color Hex Logo

#fa814f Color Hex

#FA814F
(250,129,79)
0 Favorites   0 Comments

Color spaces of #fa814f

RGB 25012979
HSL0.050.940.65
HSV18°68°98°
CMYK 0.000.480.68   0.02
XYZ48.685936.589011.8935
Yxy36.58900.50100.3766
Hunter Lab60.488837.814530.6844
CIE-Lab66.967542.441147.4426

#fa814f color RGB value is (250,129,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 01001111
Octal 372 201 117
Decimal 250 129 79
Hex FA 81 4F

RGB Percentages of Color #fa814f

%54.59
%28.17
%17.25

CMYK Percentages of Color #fa814f

%0
%48
%68
%2

Triadic Colors of #fa814f

#fa814f #4ffa81 #814ffa

Analogous Colors of #fa814f

#fa814f #fad74f #fa4f73

Monochromatic Colors of #fa814f

#fa814f

Complementary Color

#fa814f #4fc8fa

#fa814f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa814f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa814f Color CSS Codes

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

#fa814f Text Font Color

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

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


#fa814f Background Color

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

This div background color is #fa814f


#fa814f Border Color

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

This div border color is #fa814f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa814f


Comments

No comments written yet.

Please login to write comment.