Color Hex Logo

#fa063c Color Hex

#FA063C
(250,6,60)
0 Favorites   0 Comments

Color spaces of #fa063c

RGB 250660
HSL0.960.960.50
HSV347°98°98°
CMYK 0.000.980.76   0.02
XYZ40.305120.78056.1617
Yxy20.78050.59940.3090
Hunter Lab45.585678.048123.8959
CIE-Lab52.708479.487641.6777

#fa063c color RGB value is (250,6,60).

#fa063c hex color red value is 250, green value is 6 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fa063c hue: 0.96 , saturation: 0.96 and the lightness value of fa063c is 0.50.

The process color (four color CMYK) of #fa063c color hex is 0.00, 0.98, 0.76, 0.02. Web safe color of #fa063c is #ff0033. Color #fa063c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000110 00111100
Octal 372 6 74
Decimal 250 6 60
Hex FA 6 3C

RGB Percentages of Color #fa063c

%79.11
%1.90
%18.99

CMYK Percentages of Color #fa063c

%0
%98
%76
%2

Triadic Colors of #fa063c

#fa063c #3cfa06 #063cfa

Analogous Colors of #fa063c

#fa063c #fa4a06 #fa06b6

Monochromatic Colors of #fa063c

#fa063c

Complementary Color

#fa063c #06fac4

#fa063c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa063c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa063c Color CSS Codes

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

#fa063c Text Font Color

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

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


#fa063c Background Color

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

This div background color is #fa063c


#fa063c Border Color

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

This div border color is #fa063c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa063c


Comments

No comments written yet.

Please login to write comment.