Color Hex Logo

#fa571c Color Hex

#FA571C
(250,87,28)
0 Favorites   0 Comments

Color spaces of #fa571c

RGB 2508728
HSL0.040.960.55
HSV16°89°98°
CMYK 0.000.650.89   0.02
XYZ43.042127.22424.0848
Yxy27.22420.57890.3662
Hunter Lab52.176855.940231.8821
CIE-Lab59.181359.904962.6704

#fa571c color RGB value is (250,87,28).

#fa571c hex color red value is 250, green value is 87 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fa571c hue: 0.04 , saturation: 0.96 and the lightness value of fa571c is 0.55.

The process color (four color CMYK) of #fa571c color hex is 0.00, 0.65, 0.89, 0.02. Web safe color of #fa571c is #ff6633. Color #fa571c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010111 00011100
Octal 372 127 34
Decimal 250 87 28
Hex FA 57 1C

RGB Percentages of Color #fa571c

%68.49
%23.84
%7.67

CMYK Percentages of Color #fa571c

%0
%65
%89
%2

Triadic Colors of #fa571c

#fa571c #1cfa57 #571cfa

Analogous Colors of #fa571c

#fa571c #fac61c #fa1c50

Monochromatic Colors of #fa571c

#fa571c

Complementary Color

#fa571c #1cbffa

#fa571c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa571c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa571c Color CSS Codes

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

#fa571c Text Font Color

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

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


#fa571c Background Color

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

This div background color is #fa571c


#fa571c Border Color

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

This div border color is #fa571c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa571c


Comments

No comments written yet.

Please login to write comment.