Color Hex Logo

#fa832b Color Hex

#FA832B
(250,131,43)
0 Favorites   0 Comments

Color spaces of #fa832b

RGB 25013143
HSL0.070.950.57
HSV26°83°98°
CMYK 0.000.480.83   0.02
XYZ47.976736.73106.8466
Yxy36.73100.52400.4012
Hunter Lab60.606135.242635.7264
CIE-Lab67.074740.027163.7016

#fa832b color RGB value is (250,131,43).

#fa832b hex color red value is 250, green value is 131 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fa832b hue: 0.07 , saturation: 0.95 and the lightness value of fa832b is 0.57.

The process color (four color CMYK) of #fa832b color hex is 0.00, 0.48, 0.83, 0.02. Web safe color of #fa832b is #ff9933. Color #fa832b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000011 00101011
Octal 372 203 53
Decimal 250 131 43
Hex FA 83 2B

RGB Percentages of Color #fa832b

%58.96
%30.90
%10.14

CMYK Percentages of Color #fa832b

%0
%48
%83
%2

Triadic Colors of #fa832b

#fa832b #2bfa83 #832bfa

Analogous Colors of #fa832b

#fa832b #faeb2b #fa2b3a

Monochromatic Colors of #fa832b

#fa832b

Complementary Color

#fa832b #2ba2fa

#fa832b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa832b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa832b Color CSS Codes

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

#fa832b Text Font Color

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

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


#fa832b Background Color

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

This div background color is #fa832b


#fa832b Border Color

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

This div border color is #fa832b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa832b


Comments

No comments written yet.

Please login to write comment.