Color Hex Logo

#fa620b Color Hex

#FA620B
(250,98,11)
0 Favorites   0 Comments

Color spaces of #fa620b

RGB 2509811
HSL0.060.960.51
HSV22°96°98°
CMYK 0.000.610.96   0.02
XYZ43.852429.08353.6190
Yxy29.08350.57280.3799
Hunter Lab53.929150.771133.7716
CIE-Lab60.855355.084068.2048

#fa620b color RGB value is (250,98,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 00001011
Octal 372 142 13
Decimal 250 98 11
Hex FA 62 B

RGB Percentages of Color #fa620b

%69.64
%27.30
%3.06

CMYK Percentages of Color #fa620b

%0
%61
%96
%2

Triadic Colors of #fa620b

#fa620b #0bfa62 #620bfa

Analogous Colors of #fa620b

#fa620b #fada0b #fa0b2c

Monochromatic Colors of #fa620b

#fa620b

Complementary Color

#fa620b #0ba3fa

#fa620b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa620b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa620b Color CSS Codes

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

#fa620b Text Font Color

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

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


#fa620b Background Color

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

This div background color is #fa620b


#fa620b Border Color

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

This div border color is #fa620b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa620b


Comments

No comments written yet.

Please login to write comment.