Color Hex Logo

#fcb569 Color Hex

#FCB569
(252,181,105)
0 Favorites   0 Comments

Color spaces of #fcb569

RGB 252181105
HSL0.090.960.70
HSV31°58°99°
CMYK 0.000.280.58   0.01
XYZ59.218654.763120.8138
Yxy54.76310.43930.4063
Hunter Lab74.002113.337235.1256
CIE-Lab78.904617.976348.4177

#fcb569 color RGB value is (252,181,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 01101001
Octal 374 265 151
Decimal 252 181 105
Hex FC B5 69

RGB Percentages of Color #fcb569

%46.84
%33.64
%19.52

CMYK Percentages of Color #fcb569

%0
%28
%58
%1

Triadic Colors of #fcb569

#fcb569 #69fcb5 #b569fc

Analogous Colors of #fcb569

#fcb569 #fafc69 #fc6c69

Monochromatic Colors of #fcb569

#fcb569

Complementary Color

#fcb569 #69b0fc

#fcb569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb569 Color CSS Codes

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

#fcb569 Text Font Color

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

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


#fcb569 Background Color

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

This div background color is #fcb569


#fcb569 Border Color

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

This div border color is #fcb569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb569


Comments

No comments written yet.

Please login to write comment.