Color Hex Logo

#fa884c Color Hex

#FA884C
(250,136,76)
0 Favorites   0 Comments

Color spaces of #fa884c

RGB 25013676
HSL0.060.950.64
HSV21°70°98°
CMYK 0.000.460.70   0.02
XYZ49.533038.454111.6492
Yxy38.45410.49710.3859
Hunter Lab62.011434.061132.2700
CIE-Lab68.354038.772050.4922

#fa884c color RGB value is (250,136,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001000 01001100
Octal 372 210 114
Decimal 250 136 76
Hex FA 88 4C

RGB Percentages of Color #fa884c

%54.11
%29.44
%16.45

CMYK Percentages of Color #fa884c

%0
%46
%70
%2

Triadic Colors of #fa884c

#fa884c #4cfa88 #884cfa

Analogous Colors of #fa884c

#fa884c #fadf4c #fa4c67

Monochromatic Colors of #fa884c

#fa884c

Complementary Color

#fa884c #4cbefa

#fa884c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa884c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa884c Color CSS Codes

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

#fa884c Text Font Color

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

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


#fa884c Background Color

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

This div background color is #fa884c


#fa884c Border Color

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

This div border color is #fa884c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa884c


Comments

No comments written yet.

Please login to write comment.