Color Hex Logo

#fa611f Color Hex

#FA611F
(250,97,31)
0 Favorites   0 Comments

Color spaces of #fa611f

RGB 2509731
HSL0.050.960.55
HSV18°88°98°
CMYK 0.000.610.88   0.02
XYZ43.946428.97234.5723
Yxy28.97230.56710.3739
Hunter Lab53.825951.541732.6417
CIE-Lab60.757255.782662.8234

#fa611f color RGB value is (250,97,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100001 00011111
Octal 372 141 37
Decimal 250 97 31
Hex FA 61 1F

RGB Percentages of Color #fa611f

%66.14
%25.66
%8.20

CMYK Percentages of Color #fa611f

%0
%61
%88
%2

Triadic Colors of #fa611f

#fa611f #1ffa61 #611ffa

Analogous Colors of #fa611f

#fa611f #facf1f #fa1f4b

Monochromatic Colors of #fa611f

#fa611f

Complementary Color

#fa611f #1fb8fa

#fa611f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa611f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa611f Color CSS Codes

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

#fa611f Text Font Color

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

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


#fa611f Background Color

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

This div background color is #fa611f


#fa611f Border Color

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

This div border color is #fa611f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa611f


Comments

No comments written yet.

Please login to write comment.