Color Hex Logo

#fa8b50 Color Hex

#FA8B50
(250,139,80)
0 Favorites   0 Comments

Color spaces of #fa8b50

RGB 25013980
HSL0.060.940.65
HSV21°68°98°
CMYK 0.000.440.68   0.02
XYZ50.104939.368412.5475
Yxy39.36840.49110.3859
Hunter Lab62.744232.740132.0642
CIE-Lab69.017337.455549.2555

#fa8b50 color RGB value is (250,139,80).

#fa8b50 hex color red value is 250, green value is 139 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fa8b50 hue: 0.06 , saturation: 0.94 and the lightness value of fa8b50 is 0.65.

The process color (four color CMYK) of #fa8b50 color hex is 0.00, 0.44, 0.68, 0.02. Web safe color of #fa8b50 is #ff9966. Color #fa8b50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001011 01010000
Octal 372 213 120
Decimal 250 139 80
Hex FA 8B 50

RGB Percentages of Color #fa8b50

%53.30
%29.64
%17.06

CMYK Percentages of Color #fa8b50

%0
%44
%68
%2

Triadic Colors of #fa8b50

#fa8b50 #50fa8b #8b50fa

Analogous Colors of #fa8b50

#fa8b50 #fae050 #fa506a

Monochromatic Colors of #fa8b50

#fa8b50

Complementary Color

#fa8b50 #50bffa

#fa8b50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8b50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8b50 Color CSS Codes

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

#fa8b50 Text Font Color

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

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


#fa8b50 Background Color

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

This div background color is #fa8b50


#fa8b50 Border Color

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

This div border color is #fa8b50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8b50

Related Colors


Comments

No comments written yet.

Please login to write comment.