Color Hex Logo

#fa5228 Color Hex

#FA5228
(250,82,40)
0 Favorites   0 Comments

Color spaces of #fa5228

RGB 2508240
HSL0.030.950.57
HSV12°84°98°
CMYK 0.000.670.84   0.02
XYZ42.824626.51184.8677
Yxy26.51180.57710.3573
Hunter Lab51.489658.354030.4376
CIE-Lab58.519762.108757.4997

#fa5228 color RGB value is (250,82,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 00101000
Octal 372 122 50
Decimal 250 82 40
Hex FA 52 28

RGB Percentages of Color #fa5228

%67.20
%22.04
%10.75

CMYK Percentages of Color #fa5228

%0
%67
%84
%2

Triadic Colors of #fa5228

#fa5228 #28fa52 #5228fa

Analogous Colors of #fa5228

#fa5228 #fabb28 #fa2867

Monochromatic Colors of #fa5228

#fa5228

Complementary Color

#fa5228 #28d0fa

#fa5228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5228 Color CSS Codes

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

#fa5228 Text Font Color

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

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


#fa5228 Background Color

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

This div background color is #fa5228


#fa5228 Border Color

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

This div border color is #fa5228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5228


Comments

No comments written yet.

Please login to write comment.