Color Hex Logo

#faca4d Color Hex

#FACA4D
(250,202,77)
0 Favorites   0 Comments

Color spaces of #faca4d

RGB 25020277
HSL0.120.950.64
HSV43°69°98°
CMYK 0.000.190.69   0.02
XYZ61.884463.100915.9392
Yxy63.10090.43910.4478
Hunter Lab79.43610.046743.7085
CIE-Lab83.49544.502466.1378

#faca4d color RGB value is (250,202,77).

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

The process color (four color CMYK) of #faca4d color hex is 0.00, 0.19, 0.69, 0.02. Web safe color of #faca4d is #ffcc66. Color #faca4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 01001101
Octal 372 312 115
Decimal 250 202 77
Hex FA CA 4D

RGB Percentages of Color #faca4d

%47.26
%38.19
%14.56

CMYK Percentages of Color #faca4d

%0
%19
%69
%2

Triadic Colors of #faca4d

#faca4d #4dfaca #ca4dfa

Analogous Colors of #faca4d

#faca4d #d4fa4d #fa744d

Monochromatic Colors of #faca4d

#faca4d

Complementary Color

#faca4d #4d7dfa

#faca4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faca4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faca4d Color CSS Codes

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

#faca4d Text Font Color

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

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


#faca4d Background Color

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

This div background color is #faca4d


#faca4d Border Color

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

This div border color is #faca4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faca4d

Related Colors


Comments

No comments written yet.

Please login to write comment.