Color Hex Logo

#fcb565 Color Hex

#FCB565
(252,181,101)
0 Favorites   0 Comments

Color spaces of #fcb565

RGB 252181101
HSL0.090.960.69
HSV32°60°99°
CMYK 0.000.280.60   0.01
XYZ59.017754.682819.7562
Yxy54.68280.44220.4097
Hunter Lab73.947813.052035.9233
CIE-Lab78.858217.692850.3231

#fcb565 color RGB value is (252,181,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 01100101
Octal 374 265 145
Decimal 252 181 101
Hex FC B5 65

RGB Percentages of Color #fcb565

%47.19
%33.90
%18.91

CMYK Percentages of Color #fcb565

%0
%28
%60
%1

Triadic Colors of #fcb565

#fcb565 #65fcb5 #b565fc

Analogous Colors of #fcb565

#fcb565 #f8fc65 #fc6a65

Monochromatic Colors of #fcb565

#fcb565

Complementary Color

#fcb565 #65acfc

#fcb565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb565 Color CSS Codes

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

#fcb565 Text Font Color

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

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


#fcb565 Background Color

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

This div background color is #fcb565


#fcb565 Border Color

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

This div border color is #fcb565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb565


Comments

No comments written yet.

Please login to write comment.