Color Hex Logo

#fa604a Color Hex

#FA604A
(250,96,74)
0 Favorites   0 Comments

Color spaces of #fa604a

RGB 2509674
HSL0.020.950.64
HSV70°98°
CMYK 0.000.620.70   0.02
XYZ44.843229.18419.7482
Yxy29.18410.53530.3484
Hunter Lab54.022353.631427.1169
CIE-Lab60.943857.590643.1901

#fa604a color RGB value is (250,96,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100000 01001010
Octal 372 140 112
Decimal 250 96 74
Hex FA 60 4A

RGB Percentages of Color #fa604a

%59.52
%22.86
%17.62

CMYK Percentages of Color #fa604a

%0
%62
%70
%2

Triadic Colors of #fa604a

#fa604a #4afa60 #604afa

Analogous Colors of #fa604a

#fa604a #fab84a #fa4a8c

Monochromatic Colors of #fa604a

#fa604a

Complementary Color

#fa604a #4ae4fa

#fa604a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa604a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa604a Color CSS Codes

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

#fa604a Text Font Color

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

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


#fa604a Background Color

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

This div background color is #fa604a


#fa604a Border Color

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

This div border color is #fa604a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa604a


Comments

No comments written yet.

Please login to write comment.