Color Hex Logo

#fcb669 Color Hex

#FCB669
(252,182,105)
0 Favorites   0 Comments

Color spaces of #fcb669

RGB 252182105
HSL0.090.960.70
HSV31°58°99°
CMYK 0.000.280.58   0.01
XYZ59.422655.171320.8818
Yxy55.17130.43860.4072
Hunter Lab74.277412.816235.3258
CIE-Lab79.139817.452248.6979

#fcb669 color RGB value is (252,182,105).

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

The process color (four color CMYK) of #fcb669 color hex is 0.00, 0.28, 0.58, 0.01. Web safe color of #fcb669 is #ffcc66. Color #fcb669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 01101001
Octal 374 266 151
Decimal 252 182 105
Hex FC B6 69

RGB Percentages of Color #fcb669

%46.75
%33.77
%19.48

CMYK Percentages of Color #fcb669

%0
%28
%58
%1

Triadic Colors of #fcb669

#fcb669 #69fcb6 #b669fc

Analogous Colors of #fcb669

#fcb669 #f9fc69 #fc6d69

Monochromatic Colors of #fcb669

#fcb669

Complementary Color

#fcb669 #69affc

#fcb669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb669 Color CSS Codes

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

#fcb669 Text Font Color

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

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


#fcb669 Background Color

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

This div background color is #fcb669


#fcb669 Border Color

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

This div border color is #fcb669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb669


Comments

No comments written yet.

Please login to write comment.