Color Hex Logo

#fa823f Color Hex

#FA823F
(250,130,63)
0 Favorites   0 Comments

Color spaces of #fa823f

RGB 25013063
HSL0.060.950.61
HSV21°75°98°
CMYK 0.000.480.75   0.02
XYZ48.304236.64819.2305
Yxy36.64810.51290.3891
Hunter Lab60.537736.487733.3361
CIE-Lab67.012241.200555.2657

#fa823f color RGB value is (250,130,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000010 00111111
Octal 372 202 77
Decimal 250 130 63
Hex FA 82 3F

RGB Percentages of Color #fa823f

%56.43
%29.35
%14.22

CMYK Percentages of Color #fa823f

%0
%48
%75
%2

Triadic Colors of #fa823f

#fa823f #3ffa82 #823ffa

Analogous Colors of #fa823f

#fa823f #fae03f #fa3f59

Monochromatic Colors of #fa823f

#fa823f

Complementary Color

#fa823f #3fb7fa

#fa823f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa823f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa823f Color CSS Codes

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

#fa823f Text Font Color

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

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


#fa823f Background Color

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

This div background color is #fa823f


#fa823f Border Color

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

This div border color is #fa823f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa823f

Related Colors


Comments

No comments written yet.

Please login to write comment.