Color Hex Logo

#faca46 Color Hex

#FACA46
(250,202,70)
0 Favorites   0 Comments

Color spaces of #faca46

RGB 25020270
HSL0.120.950.63
HSV44°72°98°
CMYK 0.000.190.72   0.02
XYZ61.650463.007214.7066
Yxy63.00720.44240.4521
Hunter Lab79.3771-0.272944.5790
CIE-Lab83.44624.167968.8431

#faca46 color RGB value is (250,202,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 01000110
Octal 372 312 106
Decimal 250 202 70
Hex FA CA 46

RGB Percentages of Color #faca46

%47.89
%38.70
%13.41

CMYK Percentages of Color #faca46

%0
%19
%72
%2

Triadic Colors of #faca46

#faca46 #46faca #ca46fa

Analogous Colors of #faca46

#faca46 #d0fa46 #fa7046

Monochromatic Colors of #faca46

#faca46

Complementary Color

#faca46 #4676fa

#faca46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faca46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faca46 Color CSS Codes

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

#faca46 Text Font Color

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

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


#faca46 Background Color

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

This div background color is #faca46


#faca46 Border Color

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

This div border color is #faca46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faca46


Comments

No comments written yet.

Please login to write comment.