Color Hex Logo

#fca969 Color Hex

#FCA969
(252,169,105)
0 Favorites   0 Comments

Color spaces of #fca969

RGB 252169105
HSL0.070.960.70
HSV26°58°99°
CMYK 0.000.330.58   0.01
XYZ56.882750.091320.0351
Yxy50.09130.44790.3944
Hunter Lab70.775219.605532.7588
CIE-Lab76.125324.265745.0808

#fca969 color RGB value is (252,169,105).

#fca969 hex color red value is 252, green value is 169 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fca969 hue: 0.07 , saturation: 0.96 and the lightness value of fca969 is 0.70.

The process color (four color CMYK) of #fca969 color hex is 0.00, 0.33, 0.58, 0.01. Web safe color of #fca969 is #ff9966. Color #fca969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 01101001
Octal 374 251 151
Decimal 252 169 105
Hex FC A9 69

RGB Percentages of Color #fca969

%47.91
%32.13
%19.96

CMYK Percentages of Color #fca969

%0
%33
%58
%1

Triadic Colors of #fca969

#fca969 #69fca9 #a969fc

Analogous Colors of #fca969

#fca969 #fcf369 #fc6973

Monochromatic Colors of #fca969

#fca969

Complementary Color

#fca969 #69bcfc

#fca969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca969 Color CSS Codes

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

#fca969 Text Font Color

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

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


#fca969 Background Color

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

This div background color is #fca969


#fca969 Border Color

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

This div border color is #fca969


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,169,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fca969; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fca969;
  -webkit-box-shadow: 1px 1px 3px 2px #fca969;
  box-shadow:         1px 1px 3px 2px #fca969; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,169,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca969


Comments

No comments written yet.

Please login to write comment.