Color Hex Logo

#fa620a Color Hex

#FA620A
(250,98,10)
0 Favorites   0 Comments

Color spaces of #fa620a

RGB 2509810
HSL0.060.960.51
HSV22°96°98°
CMYK 0.000.610.96   0.02
XYZ43.846829.08133.5894
Yxy29.08130.57300.3801
Hunter Lab53.927150.761633.8026
CIE-Lab60.853355.075968.3773

#fa620a color RGB value is (250,98,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 00001010
Octal 372 142 12
Decimal 250 98 10
Hex FA 62 A

RGB Percentages of Color #fa620a

%69.83
%27.37
%2.79

CMYK Percentages of Color #fa620a

%0
%61
%96
%2

Triadic Colors of #fa620a

#fa620a #0afa62 #620afa

Analogous Colors of #fa620a

#fa620a #fada0a #fa0a2a

Monochromatic Colors of #fa620a

#fa620a

Complementary Color

#fa620a #0aa2fa

#fa620a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa620a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa620a Color CSS Codes

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

#fa620a Text Font Color

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

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


#fa620a Background Color

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

This div background color is #fa620a


#fa620a Border Color

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

This div border color is #fa620a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa620a

Related Colors


Comments

No comments written yet.

Please login to write comment.