Color Hex Logo

#fa463a Color Hex

#FA463A
(250,70,58)
1 Favorites   0 Comments

Color spaces of #fa463a

RGB 2507058
HSL0.010.950.60
HSV77°98°
CMYK 0.000.720.77   0.02
XYZ42.378225.00986.5968
Yxy25.00980.57280.3380
Hunter Lab50.009863.743427.1859
CIE-Lab57.085066.956347.4571

#fa463a color RGB value is (250,70,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000110 00111010
Octal 372 106 72
Decimal 250 70 58
Hex FA 46 3A

RGB Percentages of Color #fa463a

%66.14
%18.52
%15.34

CMYK Percentages of Color #fa463a

%0
%72
%77
%2

Triadic Colors of #fa463a

#fa463a #3afa46 #463afa

Analogous Colors of #fa463a

#fa463a #faa63a #fa3a8e

Monochromatic Colors of #fa463a

#fa463a

Complementary Color

#fa463a #3aeefa

#fa463a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa463a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa463a Color CSS Codes

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

#fa463a Text Font Color

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

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


#fa463a Background Color

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

This div background color is #fa463a


#fa463a Border Color

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

This div border color is #fa463a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa463a


Comments

No comments written yet.

Please login to write comment.