Color Hex Logo

#fa773f Color Hex

#FA773F
(250,119,63)
0 Favorites   0 Comments

Color spaces of #fa773f

RGB 25011963
HSL0.050.950.61
HSV18°75°98°
CMYK 0.000.520.75   0.02
XYZ46.918433.87658.7686
Yxy33.87650.52390.3782
Hunter Lab58.203542.034331.8102
CIE-Lab64.864446.605253.0533

#fa773f color RGB value is (250,119,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110111 00111111
Octal 372 167 77
Decimal 250 119 63
Hex FA 77 3F

RGB Percentages of Color #fa773f

%57.87
%27.55
%14.58

CMYK Percentages of Color #fa773f

%0
%52
%75
%2

Triadic Colors of #fa773f

#fa773f #3ffa77 #773ffa

Analogous Colors of #fa773f

#fa773f #fad53f #fa3f65

Monochromatic Colors of #fa773f

#fa773f

Complementary Color

#fa773f #3fc2fa

#fa773f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa773f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa773f Color CSS Codes

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

#fa773f Text Font Color

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

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


#fa773f Background Color

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

This div background color is #fa773f


#fa773f Border Color

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

This div border color is #fa773f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa773f


Comments

No comments written yet.

Please login to write comment.