Color Hex Logo

#fa603c Color Hex

#FA603C
(250,96,60)
0 Favorites   0 Comments

Color spaces of #fa603c

RGB 2509660
HSL0.030.950.61
HSV11°76°98°
CMYK 0.000.620.76   0.02
XYZ44.422829.01607.5343
Yxy29.01600.54860.3583
Hunter Lab53.866552.939629.4137
CIE-Lab60.795757.008450.2974

#fa603c color RGB value is (250,96,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100000 00111100
Octal 372 140 74
Decimal 250 96 60
Hex FA 60 3C

RGB Percentages of Color #fa603c

%61.58
%23.65
%14.78

CMYK Percentages of Color #fa603c

%0
%62
%76
%2

Triadic Colors of #fa603c

#fa603c #3cfa60 #603cfa

Analogous Colors of #fa603c

#fa603c #fabf3c #fa3c77

Monochromatic Colors of #fa603c

#fa603c

Complementary Color

#fa603c #3cd6fa

#fa603c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa603c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa603c Color CSS Codes

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

#fa603c Text Font Color

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

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


#fa603c Background Color

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

This div background color is #fa603c


#fa603c Border Color

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

This div border color is #fa603c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,96,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 #fa603c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa603c


Comments

No comments written yet.

Please login to write comment.