Color Hex Logo

#fa620f Color Hex

#FA620F
(250,98,15)
0 Favorites   0 Comments

Color spaces of #fa620f

RGB 2509815
HSL0.060.960.52
HSV21°94°98°
CMYK 0.000.610.94   0.02
XYZ43.878229.09383.7550
Yxy29.09380.57190.3792
Hunter Lab53.938750.814133.6295
CIE-Lab60.864355.120667.4249

#fa620f color RGB value is (250,98,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 00001111
Octal 372 142 17
Decimal 250 98 15
Hex FA 62 F

RGB Percentages of Color #fa620f

%68.87
%27.00
%4.13

CMYK Percentages of Color #fa620f

%0
%61
%94
%2

Triadic Colors of #fa620f

#fa620f #0ffa62 #620ffa

Analogous Colors of #fa620f

#fa620f #fad80f #fa0f31

Monochromatic Colors of #fa620f

#fa620f

Complementary Color

#fa620f #0fa7fa

#fa620f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa620f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa620f Color CSS Codes

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

#fa620f Text Font Color

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

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


#fa620f Background Color

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

This div background color is #fa620f


#fa620f Border Color

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

This div border color is #fa620f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa620f


Comments

No comments written yet.

Please login to write comment.