Color Hex Logo

#fa621e Color Hex

#FA621E
(250,98,30)
0 Favorites   0 Comments

Color spaces of #fa621e

RGB 2509830
HSL0.050.960.55
HSV19°88°98°
CMYK 0.000.610.88   0.02
XYZ44.026429.15314.5350
Yxy29.15310.56650.3751
Hunter Lab53.993651.060132.8157
CIE-Lab60.916555.330263.2877

#fa621e color RGB value is (250,98,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 00011110
Octal 372 142 36
Decimal 250 98 30
Hex FA 62 1E

RGB Percentages of Color #fa621e

%66.14
%25.93
%7.94

CMYK Percentages of Color #fa621e

%0
%61
%88
%2

Triadic Colors of #fa621e

#fa621e #1efa62 #621efa

Analogous Colors of #fa621e

#fa621e #fad01e #fa1e48

Monochromatic Colors of #fa621e

#fa621e

Complementary Color

#fa621e #1eb6fa

#fa621e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa621e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa621e Color CSS Codes

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

#fa621e Text Font Color

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

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


#fa621e Background Color

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

This div background color is #fa621e


#fa621e Border Color

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

This div border color is #fa621e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa621e


Comments

No comments written yet.

Please login to write comment.