Color Hex Logo

#fcb665 Color Hex

#FCB665
(252,182,101)
0 Favorites   0 Comments

Color spaces of #fcb665

RGB 252182101
HSL0.090.960.69
HSV32°60°99°
CMYK 0.000.280.60   0.01
XYZ59.221855.090919.8242
Yxy55.09090.44150.4107
Hunter Lab74.223212.532236.1206
CIE-Lab79.093617.169450.5992

#fcb665 color RGB value is (252,182,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 01100101
Octal 374 266 145
Decimal 252 182 101
Hex FC B6 65

RGB Percentages of Color #fcb665

%47.10
%34.02
%18.88

CMYK Percentages of Color #fcb665

%0
%28
%60
%1

Triadic Colors of #fcb665

#fcb665 #65fcb6 #b665fc

Analogous Colors of #fcb665

#fcb665 #f7fc65 #fc6b65

Monochromatic Colors of #fcb665

#fcb665

Complementary Color

#fcb665 #65abfc

#fcb665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb665 Color CSS Codes

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

#fcb665 Text Font Color

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

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


#fcb665 Background Color

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

This div background color is #fcb665


#fcb665 Border Color

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

This div border color is #fcb665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb665

Related Colors


Comments

No comments written yet.

Please login to write comment.