Color Hex Logo

#fa672a Color Hex

#FA672A
(250,103,42)
0 Favorites   0 Comments

Color spaces of #fa672a

RGB 25010342
HSL0.050.950.57
HSV18°83°98°
CMYK 0.000.590.83   0.02
XYZ44.692530.19175.6625
Yxy30.19170.55490.3748
Hunter Lab54.947049.030232.3528
CIE-Lab61.819353.380359.5184

#fa672a color RGB value is (250,103,42).

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

The process color (four color CMYK) of #fa672a color hex is 0.00, 0.59, 0.83, 0.02. Web safe color of #fa672a is #ff6633. Color #fa672a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100111 00101010
Octal 372 147 52
Decimal 250 103 42
Hex FA 67 2A

RGB Percentages of Color #fa672a

%63.29
%26.08
%10.63

CMYK Percentages of Color #fa672a

%0
%59
%83
%2

Triadic Colors of #fa672a

#fa672a #2afa67 #672afa

Analogous Colors of #fa672a

#fa672a #facf2a #fa2a55

Monochromatic Colors of #fa672a

#fa672a

Complementary Color

#fa672a #2abdfa

#fa672a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa672a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa672a Color CSS Codes

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

#fa672a Text Font Color

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

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


#fa672a Background Color

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

This div background color is #fa672a


#fa672a Border Color

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

This div border color is #fa672a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa672a

Related Colors


Comments

No comments written yet.

Please login to write comment.