Color Hex Logo

#fa823b Color Hex

#FA823B
(250,130,59)
0 Favorites   0 Comments

Color spaces of #fa823b

RGB 25013059
HSL0.060.950.61
HSV22°76°98°
CMYK 0.000.480.76   0.02
XYZ48.196436.60508.6629
Yxy36.60500.51570.3916
Hunter Lab60.502136.315833.8621
CIE-Lab66.979641.043757.0487

#fa823b color RGB value is (250,130,59).

#fa823b hex color red value is 250, green value is 130 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fa823b hue: 0.06 , saturation: 0.95 and the lightness value of fa823b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000010 00111011
Octal 372 202 73
Decimal 250 130 59
Hex FA 82 3B

RGB Percentages of Color #fa823b

%56.95
%29.61
%13.44

CMYK Percentages of Color #fa823b

%0
%48
%76
%2

Triadic Colors of #fa823b

#fa823b #3bfa82 #823bfa

Analogous Colors of #fa823b

#fa823b #fae23b #fa3b54

Monochromatic Colors of #fa823b

#fa823b

Complementary Color

#fa823b #3bb3fa

#fa823b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa823b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa823b Color CSS Codes

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

#fa823b Text Font Color

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

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


#fa823b Background Color

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

This div background color is #fa823b


#fa823b Border Color

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

This div border color is #fa823b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa823b


Comments

No comments written yet.

Please login to write comment.