Color Hex Logo

#fa611e Color Hex

#FA611E
(250,97,30)
0 Favorites   0 Comments

Color spaces of #fa611e

RGB 2509730
HSL0.050.960.55
HSV18°88°98°
CMYK 0.000.610.88   0.02
XYZ43.933428.96714.5040
Yxy28.96710.56760.3742
Hunter Lab53.821151.520132.7131
CIE-Lab60.752655.764263.1634

#fa611e color RGB value is (250,97,30).

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

The process color (four color CMYK) of #fa611e color hex is 0.00, 0.61, 0.88, 0.02. Web safe color of #fa611e is #ff6633. Color #fa611e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100001 00011110
Octal 372 141 36
Decimal 250 97 30
Hex FA 61 1E

RGB Percentages of Color #fa611e

%66.31
%25.73
%7.96

CMYK Percentages of Color #fa611e

%0
%61
%88
%2

Triadic Colors of #fa611e

#fa611e #1efa61 #611efa

Analogous Colors of #fa611e

#fa611e #facf1e #fa1e49

Monochromatic Colors of #fa611e

#fa611e

Complementary Color

#fa611e #1eb7fa

#fa611e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa611e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa611e Color CSS Codes

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

#fa611e Text Font Color

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

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


#fa611e Background Color

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

This div background color is #fa611e


#fa611e Border Color

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

This div border color is #fa611e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa611e


Comments

No comments written yet.

Please login to write comment.