Color Hex Logo

#fcb275 Color Hex

#FCB275
(252,178,117)
0 Favorites   0 Comments

Color spaces of #fcb275

RGB 252178117
HSL0.080.960.72
HSV27°54°99°
CMYK 0.000.290.54   0.01
XYZ59.276253.820624.0938
Yxy53.82060.43210.3923
Hunter Lab73.362515.841831.8817
CIE-Lab78.357020.475141.7143

#fcb275 color RGB value is (252,178,117).

#fcb275 hex color red value is 252, green value is 178 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fcb275 hue: 0.08 , saturation: 0.96 and the lightness value of fcb275 is 0.72.

The process color (four color CMYK) of #fcb275 color hex is 0.00, 0.29, 0.54, 0.01. Web safe color of #fcb275 is #ff9966. Color #fcb275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 01110101
Octal 374 262 165
Decimal 252 178 117
Hex FC B2 75

RGB Percentages of Color #fcb275

%46.07
%32.54
%21.39

CMYK Percentages of Color #fcb275

%0
%29
%54
%1

Triadic Colors of #fcb275

#fcb275 #75fcb2 #b275fc

Analogous Colors of #fcb275

#fcb275 #fcf675 #fc757c

Monochromatic Colors of #fcb275

#fcb275

Complementary Color

#fcb275 #75bffc

#fcb275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb275 Color CSS Codes

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

#fcb275 Text Font Color

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

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


#fcb275 Background Color

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

This div background color is #fcb275


#fcb275 Border Color

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

This div border color is #fcb275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb275


Comments

No comments written yet.

Please login to write comment.