Color Hex Logo

#fa754a Color Hex

#FA754A
(250,117,74)
0 Favorites   0 Comments

Color spaces of #fa754a

RGB 25011774
HSL0.040.950.64
HSV15°70°98°
CMYK 0.000.530.70   0.02
XYZ47.021733.541010.4743
Yxy33.54100.51650.3684
Hunter Lab57.914643.576229.8172
CIE-Lab64.596648.049547.3197

#fa754a color RGB value is (250,117,74).

#fa754a hex color red value is 250, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fa754a hue: 0.04 , saturation: 0.95 and the lightness value of fa754a is 0.64.

The process color (four color CMYK) of #fa754a color hex is 0.00, 0.53, 0.70, 0.02. Web safe color of #fa754a is #ff6633. Color #fa754a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110101 01001010
Octal 372 165 112
Decimal 250 117 74
Hex FA 75 4A

RGB Percentages of Color #fa754a

%56.69
%26.53
%16.78

CMYK Percentages of Color #fa754a

%0
%53
%70
%2

Triadic Colors of #fa754a

#fa754a #4afa75 #754afa

Analogous Colors of #fa754a

#fa754a #facd4a #fa4a77

Monochromatic Colors of #fa754a

#fa754a

Complementary Color

#fa754a #4acffa

#fa754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa754a Color CSS Codes

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

#fa754a Text Font Color

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

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


#fa754a Background Color

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

This div background color is #fa754a


#fa754a Border Color

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

This div border color is #fa754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa754a


Comments

No comments written yet.

Please login to write comment.