Color Hex Logo

#fa653c Color Hex

#FA653C
(250,101,60)
0 Favorites   0 Comments

Color spaces of #fa653c

RGB 25010160
HSL0.040.950.61
HSV13°76°98°
CMYK 0.000.600.76   0.02
XYZ44.893629.95767.6912
Yxy29.95760.54390.3629
Hunter Lab54.733550.625829.9820
CIE-Lab61.617654.831851.1484

#fa653c color RGB value is (250,101,60).

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

The process color (four color CMYK) of #fa653c color hex is 0.00, 0.60, 0.76, 0.02. Web safe color of #fa653c is #ff6633. Color #fa653c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 00111100
Octal 372 145 74
Decimal 250 101 60
Hex FA 65 3C

RGB Percentages of Color #fa653c

%60.83
%24.57
%14.60

CMYK Percentages of Color #fa653c

%0
%60
%76
%2

Triadic Colors of #fa653c

#fa653c #3cfa65 #653cfa

Analogous Colors of #fa653c

#fa653c #fac43c #fa3c72

Monochromatic Colors of #fa653c

#fa653c

Complementary Color

#fa653c #3cd1fa

#fa653c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa653c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa653c Color CSS Codes

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

#fa653c Text Font Color

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

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


#fa653c Background Color

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

This div background color is #fa653c


#fa653c Border Color

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

This div border color is #fa653c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa653c


Comments

No comments written yet.

Please login to write comment.