Color Hex Logo

#faca39 Color Hex

#FACA39
(250,202,57)
2 Favorites   0 Comments

Color spaces of #faca39

RGB 25020257
HSL0.130.950.60
HSV45°77°98°
CMYK 0.000.190.77   0.02
XYZ61.283462.860512.7742
Yxy62.86050.44760.4591
Hunter Lab79.2846-0.775745.9465
CIE-Lab83.36893.640373.4171

#faca39 color RGB value is (250,202,57).

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

The process color (four color CMYK) of #faca39 color hex is 0.00, 0.19, 0.77, 0.02. Web safe color of #faca39 is #ffcc33. Color #faca39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 00111001
Octal 372 312 71
Decimal 250 202 57
Hex FA CA 39

RGB Percentages of Color #faca39

%49.12
%39.69
%11.20

CMYK Percentages of Color #faca39

%0
%19
%77
%2

Triadic Colors of #faca39

#faca39 #39faca #ca39fa

Analogous Colors of #faca39

#faca39 #cafa39 #fa6a39

Monochromatic Colors of #faca39

#faca39

Complementary Color

#faca39 #3969fa

#faca39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faca39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faca39 Color CSS Codes

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

#faca39 Text Font Color

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

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


#faca39 Background Color

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

This div background color is #faca39


#faca39 Border Color

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

This div border color is #faca39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faca39

Related Colors


Comments

No comments written yet.

Please login to write comment.