Color Hex Logo

#fa9854 Color Hex

#FA9854
(250,152,84)
0 Favorites   0 Comments

Color spaces of #fa9854

RGB 25015284
HSL0.070.940.65
HSV25°66°98°
CMYK 0.000.390.66   0.02
XYZ52.252843.420614.0145
Yxy43.42060.47640.3959
Hunter Lab65.894326.231733.5161
CIE-Lab71.839530.981850.4673

#fa9854 color RGB value is (250,152,84).

#fa9854 hex color red value is 250, green value is 152 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fa9854 hue: 0.07 , saturation: 0.94 and the lightness value of fa9854 is 0.65.

The process color (four color CMYK) of #fa9854 color hex is 0.00, 0.39, 0.66, 0.02. Web safe color of #fa9854 is #ff9966. Color #fa9854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011000 01010100
Octal 372 230 124
Decimal 250 152 84
Hex FA 98 54

RGB Percentages of Color #fa9854

%51.44
%31.28
%17.28

CMYK Percentages of Color #fa9854

%0
%39
%66
%2

Triadic Colors of #fa9854

#fa9854 #54fa98 #9854fa

Analogous Colors of #fa9854

#fa9854 #faeb54 #fa5463

Monochromatic Colors of #fa9854

#fa9854

Complementary Color

#fa9854 #54b6fa

#fa9854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9854 Color CSS Codes

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

#fa9854 Text Font Color

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

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


#fa9854 Background Color

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

This div background color is #fa9854


#fa9854 Border Color

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

This div border color is #fa9854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9854


Comments

No comments written yet.

Please login to write comment.