Color Hex Logo

#fca869 Color Hex

#FCA869
(252,168,105)
0 Favorites   0 Comments

Color spaces of #fca869

RGB 252168105
HSL0.070.960.70
HSV26°58°99°
CMYK 0.000.330.58   0.01
XYZ56.697349.720619.9734
Yxy49.72060.44860.3934
Hunter Lab70.512820.129132.5646
CIE-Lab75.897424.789444.8049

#fca869 color RGB value is (252,168,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 01101001
Octal 374 250 151
Decimal 252 168 105
Hex FC A8 69

RGB Percentages of Color #fca869

%48.00
%32.00
%20.00

CMYK Percentages of Color #fca869

%0
%33
%58
%1

Triadic Colors of #fca869

#fca869 #69fca8 #a869fc

Analogous Colors of #fca869

#fca869 #fcf269 #fc6974

Monochromatic Colors of #fca869

#fca869

Complementary Color

#fca869 #69bdfc

#fca869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca869 Color CSS Codes

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

#fca869 Text Font Color

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

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


#fca869 Background Color

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

This div background color is #fca869


#fca869 Border Color

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

This div border color is #fca869


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,168,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 #fca869">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca869


Comments

No comments written yet.

Please login to write comment.