Color Hex Logo

#fa610e Color Hex

#FA610E
(250,97,14)
0 Favorites   0 Comments

Color spaces of #fa610e

RGB 2509714
HSL0.060.960.52
HSV21°94°98°
CMYK 0.000.610.94   0.02
XYZ43.778328.90513.6873
Yxy28.90510.57320.3785
Hunter Lab53.763551.262233.5681
CIE-Lab60.697855.545067.5313

#fa610e color RGB value is (250,97,14).

#fa610e hex color red value is 250, green value is 97 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fa610e hue: 0.06 , saturation: 0.96 and the lightness value of fa610e is 0.52.

The process color (four color CMYK) of #fa610e color hex is 0.00, 0.61, 0.94, 0.02. Web safe color of #fa610e is #ff6600. Color #fa610e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100001 00001110
Octal 372 141 16
Decimal 250 97 14
Hex FA 61 E

RGB Percentages of Color #fa610e

%69.25
%26.87
%3.88

CMYK Percentages of Color #fa610e

%0
%61
%94
%2

Triadic Colors of #fa610e

#fa610e #0efa61 #610efa

Analogous Colors of #fa610e

#fa610e #fad70e #fa0e31

Monochromatic Colors of #fa610e

#fa610e

Complementary Color

#fa610e #0ea7fa

#fa610e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa610e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa610e Color CSS Codes

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

#fa610e Text Font Color

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

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


#fa610e Background Color

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

This div background color is #fa610e


#fa610e Border Color

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

This div border color is #fa610e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa610e

Related Colors


Comments

No comments written yet.

Please login to write comment.