Color Hex Logo

#fa814c Color Hex

#FA814C
(250,129,76)
0 Favorites   0 Comments

Color spaces of #fa814c

RGB 25012976
HSL0.050.950.64
HSV18°70°98°
CMYK 0.000.480.70   0.02
XYZ48.579136.546311.3312
Yxy36.54630.50360.3789
Hunter Lab60.453537.644931.2044
CIE-Lab66.935242.287648.9180

#fa814c color RGB value is (250,129,76).

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

The process color (four color CMYK) of #fa814c color hex is 0.00, 0.48, 0.70, 0.02. Web safe color of #fa814c is #ff9933. Color #fa814c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 01001100
Octal 372 201 114
Decimal 250 129 76
Hex FA 81 4C

RGB Percentages of Color #fa814c

%54.95
%28.35
%16.70

CMYK Percentages of Color #fa814c

%0
%48
%70
%2

Triadic Colors of #fa814c

#fa814c #4cfa81 #814cfa

Analogous Colors of #fa814c

#fa814c #fad84c #fa4c6e

Monochromatic Colors of #fa814c

#fa814c

Complementary Color

#fa814c #4cc5fa

#fa814c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa814c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa814c Color CSS Codes

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

#fa814c Text Font Color

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

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


#fa814c Background Color

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

This div background color is #fa814c


#fa814c Border Color

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

This div border color is #fa814c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa814c


Comments

No comments written yet.

Please login to write comment.