Color Hex Logo

#fa905f Color Hex

#FA905F
(250,144,95)
0 Favorites   0 Comments

Color spaces of #fa905f

RGB 25014495
HSL0.050.940.68
HSV19°62°98°
CMYK 0.000.420.62   0.02
XYZ51.463241.096716.0465
Yxy41.09670.47390.3784
Hunter Lab64.106731.108430.0339
CIE-Lab70.243635.787043.0539

#fa905f color RGB value is (250,144,95).

#fa905f hex color red value is 250, green value is 144 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fa905f hue: 0.05 , saturation: 0.94 and the lightness value of fa905f is 0.68.

The process color (four color CMYK) of #fa905f color hex is 0.00, 0.42, 0.62, 0.02. Web safe color of #fa905f is #ff9966. Color #fa905f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010000 01011111
Octal 372 220 137
Decimal 250 144 95
Hex FA 90 5F

RGB Percentages of Color #fa905f

%51.12
%29.45
%19.43

CMYK Percentages of Color #fa905f

%0
%42
%62
%2

Triadic Colors of #fa905f

#fa905f #5ffa90 #905ffa

Analogous Colors of #fa905f

#fa905f #fade5f #fa5f7c

Monochromatic Colors of #fa905f

#fa905f

Complementary Color

#fa905f #5fc9fa

#fa905f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa905f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa905f Color CSS Codes

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

#fa905f Text Font Color

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

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


#fa905f Background Color

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

This div background color is #fa905f


#fa905f Border Color

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

This div border color is #fa905f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa905f


Comments

No comments written yet.

Please login to write comment.