Color Hex Logo

#fa784a Color Hex

#FA784A
(250,120,74)
0 Favorites   0 Comments

Color spaces of #fa784a

RGB 25012074
HSL0.040.950.64
HSV16°70°98°
CMYK 0.000.520.70   0.02
XYZ47.376834.251310.5927
Yxy34.25130.51370.3714
Hunter Lab58.524642.081130.2360
CIE-Lab65.161646.607247.9497

#fa784a color RGB value is (250,120,74).

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

The process color (four color CMYK) of #fa784a color hex is 0.00, 0.52, 0.70, 0.02. Web safe color of #fa784a is #ff6633. Color #fa784a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111000 01001010
Octal 372 170 112
Decimal 250 120 74
Hex FA 78 4A

RGB Percentages of Color #fa784a

%56.31
%27.03
%16.67

CMYK Percentages of Color #fa784a

%0
%52
%70
%2

Triadic Colors of #fa784a

#fa784a #4afa78 #784afa

Analogous Colors of #fa784a

#fa784a #fad04a #fa4a74

Monochromatic Colors of #fa784a

#fa784a

Complementary Color

#fa784a #4accfa

#fa784a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa784a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa784a Color CSS Codes

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

#fa784a Text Font Color

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

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


#fa784a Background Color

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

This div background color is #fa784a


#fa784a Border Color

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

This div border color is #fa784a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa784a

Related Colors


Comments

No comments written yet.

Please login to write comment.