Color Hex Logo

#fa603f Color Hex

#FA603F
(250,96,63)
0 Favorites   0 Comments

Color spaces of #fa603f

RGB 2509663
HSL0.030.950.61
HSV11°75°98°
CMYK 0.000.620.75   0.02
XYZ44.504429.04867.9639
Yxy29.04860.54600.3564
Hunter Lab53.896853.074328.9669
CIE-Lab60.824557.121948.8152

#fa603f color RGB value is (250,96,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100000 00111111
Octal 372 140 77
Decimal 250 96 63
Hex FA 60 3F

RGB Percentages of Color #fa603f

%61.12
%23.47
%15.40

CMYK Percentages of Color #fa603f

%0
%62
%75
%2

Triadic Colors of #fa603f

#fa603f #3ffa60 #603ffa

Analogous Colors of #fa603f

#fa603f #fabe3f #fa3f7c

Monochromatic Colors of #fa603f

#fa603f

Complementary Color

#fa603f #3fd9fa

#fa603f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa603f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa603f Color CSS Codes

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

#fa603f Text Font Color

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

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


#fa603f Background Color

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

This div background color is #fa603f


#fa603f Border Color

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

This div border color is #fa603f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa603f

Related Colors


Comments

No comments written yet.

Please login to write comment.