Color Hex Logo

#fa844b Color Hex

#FA844B
(250,132,75)
0 Favorites   0 Comments

Color spaces of #fa844b

RGB 25013275
HSL0.050.950.64
HSV20°70°98°
CMYK 0.000.470.70   0.02
XYZ48.945637.334511.2832
Yxy37.33450.50170.3827
Hunter Lab61.102036.058631.8228
CIE-Lab67.527240.738750.0717

#fa844b color RGB value is (250,132,75).

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

The process color (four color CMYK) of #fa844b color hex is 0.00, 0.47, 0.70, 0.02. Web safe color of #fa844b is #ff9933. Color #fa844b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 01001011
Octal 372 204 113
Decimal 250 132 75
Hex FA 84 4B

RGB Percentages of Color #fa844b

%54.70
%28.88
%16.41

CMYK Percentages of Color #fa844b

%0
%47
%70
%2

Triadic Colors of #fa844b

#fa844b #4bfa84 #844bfa

Analogous Colors of #fa844b

#fa844b #fadc4b #fa4b6a

Monochromatic Colors of #fa844b

#fa844b

Complementary Color

#fa844b #4bc1fa

#fa844b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa844b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa844b Color CSS Codes

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

#fa844b Text Font Color

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

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


#fa844b Background Color

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

This div background color is #fa844b


#fa844b Border Color

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

This div border color is #fa844b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa844b

Related Colors


Comments

No comments written yet.

Please login to write comment.