Color Hex Logo

#fcb163 Color Hex

#FCB163
(252,177,99)
0 Favorites   0 Comments

Color spaces of #fcb163

RGB 25217799
HSL0.080.960.69
HSV31°61°99°
CMYK 0.000.300.61   0.01
XYZ58.119253.040618.9790
Yxy53.04060.44660.4076
Hunter Lab72.829014.996435.5295
CIE-Lab77.899019.651750.1739

#fcb163 color RGB value is (252,177,99).

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

The process color (four color CMYK) of #fcb163 color hex is 0.00, 0.30, 0.61, 0.01. Web safe color of #fcb163 is #ff9966. Color #fcb163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 01100011
Octal 374 261 143
Decimal 252 177 99
Hex FC B1 63

RGB Percentages of Color #fcb163

%47.73
%33.52
%18.75

CMYK Percentages of Color #fcb163

%0
%30
%61
%1

Triadic Colors of #fcb163

#fcb163 #63fcb1 #b163fc

Analogous Colors of #fcb163

#fcb163 #fbfc63 #fc6563

Monochromatic Colors of #fcb163

#fcb163

Complementary Color

#fcb163 #63aefc

#fcb163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb163 Color CSS Codes

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

#fcb163 Text Font Color

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

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


#fcb163 Background Color

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

This div background color is #fcb163


#fcb163 Border Color

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

This div border color is #fcb163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb163

Related Colors


Comments

No comments written yet.

Please login to write comment.