Color Hex Logo

#facf5a Color Hex

#FACF5A
(250,207,90)
0 Favorites   0 Comments

Color spaces of #facf5a

RGB 25020790
HSL0.120.940.67
HSV44°64°98°
CMYK 0.000.170.64   0.02
XYZ63.582665.687819.0007
Yxy65.68780.42880.4430
Hunter Lab81.0480-1.799842.8338
CIE-Lab84.83692.648562.0933

#facf5a color RGB value is (250,207,90).

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

The process color (four color CMYK) of #facf5a color hex is 0.00, 0.17, 0.64, 0.02. Web safe color of #facf5a is #ffcc66. Color #facf5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001111 01011010
Octal 372 317 132
Decimal 250 207 90
Hex FA CF 5A

RGB Percentages of Color #facf5a

%45.70
%37.84
%16.45

CMYK Percentages of Color #facf5a

%0
%17
%64
%2

Triadic Colors of #facf5a

#facf5a #5afacf #cf5afa

Analogous Colors of #facf5a

#facf5a #d5fa5a #fa7f5a

Monochromatic Colors of #facf5a

#facf5a

Complementary Color

#facf5a #5a85fa

#facf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#facf5a Color CSS Codes

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

#facf5a Text Font Color

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

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


#facf5a Background Color

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

This div background color is #facf5a


#facf5a Border Color

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

This div border color is #facf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facf5a

Related Colors


Comments

No comments written yet.

Please login to write comment.