Color Hex Logo

#faa64b Color Hex

#FAA64B
(250,166,75)
0 Favorites   0 Comments

Color spaces of #faa64b

RGB 25016675
HSL0.090.950.64
HSV31°70°98°
CMYK 0.000.340.70   0.02
XYZ54.330648.104413.0782
Yxy48.10440.47030.4164
Hunter Lab69.357318.451437.3703
CIE-Lab74.890723.188858.0289

#faa64b color RGB value is (250,166,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100110 01001011
Octal 372 246 113
Decimal 250 166 75
Hex FA A6 4B

RGB Percentages of Color #faa64b

%50.92
%33.81
%15.27

CMYK Percentages of Color #faa64b

%0
%34
%70
%2

Triadic Colors of #faa64b

#faa64b #4bfaa6 #a64bfa

Analogous Colors of #faa64b

#faa64b #f7fa4b #fa4f4b

Monochromatic Colors of #faa64b

#faa64b

Complementary Color

#faa64b #4b9ffa

#faa64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa64b Color CSS Codes

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

#faa64b Text Font Color

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

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


#faa64b Background Color

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

This div background color is #faa64b


#faa64b Border Color

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

This div border color is #faa64b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,166,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 #faa64b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa64b


Comments

No comments written yet.

Please login to write comment.