Color Hex Logo

#fa653b Color Hex

#FA653B
(250,101,59)
0 Favorites   0 Comments

Color spaces of #fa653b

RGB 25010159
HSL0.040.950.61
HSV13°76°98°
CMYK 0.000.600.76   0.02
XYZ44.867429.94717.5533
Yxy29.94710.54470.3636
Hunter Lab54.723950.582830.1232
CIE-Lab61.608654.795151.6299

#fa653b color RGB value is (250,101,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 00111011
Octal 372 145 73
Decimal 250 101 59
Hex FA 65 3B

RGB Percentages of Color #fa653b

%60.98
%24.63
%14.39

CMYK Percentages of Color #fa653b

%0
%60
%76
%2

Triadic Colors of #fa653b

#fa653b #3bfa65 #653bfa

Analogous Colors of #fa653b

#fa653b #fac53b #fa3b71

Monochromatic Colors of #fa653b

#fa653b

Complementary Color

#fa653b #3bd0fa

#fa653b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa653b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa653b Color CSS Codes

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

#fa653b Text Font Color

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

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


#fa653b Background Color

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

This div background color is #fa653b


#fa653b Border Color

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

This div border color is #fa653b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa653b


Comments

No comments written yet.

Please login to write comment.