Color Hex Logo

#faa26d Color Hex

#FAA26D
(250,162,109)
0 Favorites   0 Comments

Color spaces of #faa26d

RGB 250162109
HSL0.060.930.70
HSV23°56°98°
CMYK 0.000.350.56   0.02
XYZ55.105047.268820.6874
Yxy47.26880.44780.3841
Hunter Lab68.752322.751330.2864
CIE-Lab74.361427.432740.8182

#faa26d color RGB value is (250,162,109).

#faa26d hex color red value is 250, green value is 162 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #faa26d hue: 0.06 , saturation: 0.93 and the lightness value of faa26d is 0.70.

The process color (four color CMYK) of #faa26d color hex is 0.00, 0.35, 0.56, 0.02. Web safe color of #faa26d is #ff9966. Color #faa26d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 01101101
Octal 372 242 155
Decimal 250 162 109
Hex FA A2 6D

RGB Percentages of Color #faa26d

%47.98
%31.09
%20.92

CMYK Percentages of Color #faa26d

%0
%35
%56
%2

Triadic Colors of #faa26d

#faa26d #6dfaa2 #a26dfa

Analogous Colors of #faa26d

#faa26d #fae96d #fa6d7f

Monochromatic Colors of #faa26d

#faa26d

Complementary Color

#faa26d #6dc5fa

#faa26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa26d Color CSS Codes

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

#faa26d Text Font Color

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

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


#faa26d Background Color

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

This div background color is #faa26d


#faa26d Border Color

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

This div border color is #faa26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa26d

Related Colors


Comments

No comments written yet.

Please login to write comment.