Color Hex Logo

#fa463f Color Hex

#FA463F
(250,70,63)
0 Favorites   0 Comments

Color spaces of #fa463f

RGB 2507063
HSL0.010.950.61
HSV75°98°
CMYK 0.000.720.75   0.02
XYZ42.511725.06327.2997
Yxy25.06320.56780.3347
Hunter Lab50.063263.964826.3991
CIE-Lab57.136967.132944.8504

#fa463f color RGB value is (250,70,63).

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

The process color (four color CMYK) of #fa463f color hex is 0.00, 0.72, 0.75, 0.02. Web safe color of #fa463f is #ff3333. Color #fa463f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000110 00111111
Octal 372 106 77
Decimal 250 70 63
Hex FA 46 3F

RGB Percentages of Color #fa463f

%65.27
%18.28
%16.45

CMYK Percentages of Color #fa463f

%0
%72
%75
%2

Triadic Colors of #fa463f

#fa463f #3ffa46 #463ffa

Analogous Colors of #fa463f

#fa463f #faa43f #fa3f96

Monochromatic Colors of #fa463f

#fa463f

Complementary Color

#fa463f #3ff3fa

#fa463f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa463f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa463f Color CSS Codes

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

#fa463f Text Font Color

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

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


#fa463f Background Color

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

This div background color is #fa463f


#fa463f Border Color

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

This div border color is #fa463f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa463f

Related Colors


Comments

No comments written yet.

Please login to write comment.