Color Hex Logo

#fcc169 Color Hex

#FCC169
(252,193,105)
0 Favorites   0 Comments

Color spaces of #fcc169

RGB 252193105
HSL0.100.960.70
HSV36°58°99°
CMYK 0.000.230.58   0.01
XYZ61.764759.855321.6625
Yxy59.85530.43110.4177
Hunter Lab77.36627.113237.5552
CIE-Lab81.759511.705551.7947

#fcc169 color RGB value is (252,193,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 01101001
Octal 374 301 151
Decimal 252 193 105
Hex FC C1 69

RGB Percentages of Color #fcc169

%45.82
%35.09
%19.09

CMYK Percentages of Color #fcc169

%0
%23
%58
%1

Triadic Colors of #fcc169

#fcc169 #69fcc1 #c169fc

Analogous Colors of #fcc169

#fcc169 #eefc69 #fc7869

Monochromatic Colors of #fcc169

#fcc169

Complementary Color

#fcc169 #69a4fc

#fcc169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc169 Color CSS Codes

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

#fcc169 Text Font Color

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

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


#fcc169 Background Color

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

This div background color is #fcc169


#fcc169 Border Color

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

This div border color is #fcc169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc169


Comments

No comments written yet.

Please login to write comment.