Color Hex Logo

#faca4f Color Hex

#FACA4F
(250,202,79)
0 Favorites   0 Comments

Color spaces of #faca4f

RGB 25020279
HSL0.120.940.65
HSV43°68°98°
CMYK 0.000.190.68   0.02
XYZ61.956263.129616.3169
Yxy63.12960.43820.4465
Hunter Lab79.45410.144843.4420
CIE-Lab83.51054.605065.3377

#faca4f color RGB value is (250,202,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 01001111
Octal 372 312 117
Decimal 250 202 79
Hex FA CA 4F

RGB Percentages of Color #faca4f

%47.08
%38.04
%14.88

CMYK Percentages of Color #faca4f

%0
%19
%68
%2

Triadic Colors of #faca4f

#faca4f #4ffaca #ca4ffa

Analogous Colors of #faca4f

#faca4f #d5fa4f #fa754f

Monochromatic Colors of #faca4f

#faca4f

Complementary Color

#faca4f #4f7ffa

#faca4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faca4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faca4f Color CSS Codes

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

#faca4f Text Font Color

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

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


#faca4f Background Color

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

This div background color is #faca4f


#faca4f Border Color

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

This div border color is #faca4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faca4f


Comments

No comments written yet.

Please login to write comment.