Color Hex Logo

#fa814a Color Hex

#FA814A
(250,129,74)
0 Favorites   0 Comments

Color spaces of #fa814a

RGB 25012974
HSL0.050.950.64
HSV19°70°98°
CMYK 0.000.480.70   0.02
XYZ48.510636.518910.9706
Yxy36.51890.50530.3804
Hunter Lab60.430937.536031.5381
CIE-Lab66.914542.188949.8910

#fa814a color RGB value is (250,129,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 01001010
Octal 372 201 112
Decimal 250 129 74
Hex FA 81 4A

RGB Percentages of Color #fa814a

%55.19
%28.48
%16.34

CMYK Percentages of Color #fa814a

%0
%48
%70
%2

Triadic Colors of #fa814a

#fa814a #4afa81 #814afa

Analogous Colors of #fa814a

#fa814a #fad94a #fa4a6b

Monochromatic Colors of #fa814a

#fa814a

Complementary Color

#fa814a #4ac3fa

#fa814a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa814a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa814a Color CSS Codes

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

#fa814a Text Font Color

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

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


#fa814a Background Color

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

This div background color is #fa814a


#fa814a Border Color

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

This div border color is #fa814a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa814a


Comments

No comments written yet.

Please login to write comment.