Color Hex Logo

#fa533e Color Hex

#FA533E
(250,83,62)
0 Favorites   0 Comments

Color spaces of #fa533e

RGB 2508362
HSL0.020.950.61
HSV75°98°
CMYK 0.000.670.75   0.02
XYZ43.387126.85837.4548
Yxy26.85830.55840.3457
Hunter Lab51.825058.743827.7489
CIE-Lab58.842962.386447.2203

#fa533e color RGB value is (250,83,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010011 00111110
Octal 372 123 76
Decimal 250 83 62
Hex FA 53 3E

RGB Percentages of Color #fa533e

%63.29
%21.01
%15.70

CMYK Percentages of Color #fa533e

%0
%67
%75
%2

Triadic Colors of #fa533e

#fa533e #3efa53 #533efa

Analogous Colors of #fa533e

#fa533e #fab13e #fa3e87

Monochromatic Colors of #fa533e

#fa533e

Complementary Color

#fa533e #3ee5fa

#fa533e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa533e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa533e Color CSS Codes

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

#fa533e Text Font Color

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

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


#fa533e Background Color

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

This div background color is #fa533e


#fa533e Border Color

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

This div border color is #fa533e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa533e

Related Colors


Comments

No comments written yet.

Please login to write comment.