Color Hex Logo

#fa523b Color Hex

#FA523B
(250,82,59)
0 Favorites   0 Comments

Color spaces of #fa523b

RGB 2508259
HSL0.020.950.61
HSV76°98°
CMYK 0.000.670.76   0.02
XYZ43.231126.67437.0078
Yxy26.67430.56210.3468
Hunter Lab51.647259.030328.1082
CIE-Lab58.671662.662848.5941

#fa523b color RGB value is (250,82,59).

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

The process color (four color CMYK) of #fa523b color hex is 0.00, 0.67, 0.76, 0.02. Web safe color of #fa523b is #ff6633. Color #fa523b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 00111011
Octal 372 122 73
Decimal 250 82 59
Hex FA 52 3B

RGB Percentages of Color #fa523b

%63.94
%20.97
%15.09

CMYK Percentages of Color #fa523b

%0
%67
%76
%2

Triadic Colors of #fa523b

#fa523b #3bfa52 #523bfa

Analogous Colors of #fa523b

#fa523b #fab23b #fa3b84

Monochromatic Colors of #fa523b

#fa523b

Complementary Color

#fa523b #3be3fa

#fa523b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa523b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa523b Color CSS Codes

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

#fa523b Text Font Color

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

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


#fa523b Background Color

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

This div background color is #fa523b


#fa523b Border Color

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

This div border color is #fa523b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,82,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 #fa523b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa523b

Related Colors


Comments

No comments written yet.

Please login to write comment.