Color Hex Logo

#fcb267 Color Hex

#FCB267
(252,178,103)
0 Favorites   0 Comments

Color spaces of #fcb267

RGB 252178103
HSL0.080.960.70
HSV30°59°99°
CMYK 0.000.290.59   0.01
XYZ58.513553.515520.0775
Yxy53.51550.44290.4051
Hunter Lab73.154314.755834.9356
CIE-Lab78.178419.404948.5404

#fcb267 color RGB value is (252,178,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 01100111
Octal 374 262 147
Decimal 252 178 103
Hex FC B2 67

RGB Percentages of Color #fcb267

%47.28
%33.40
%19.32

CMYK Percentages of Color #fcb267

%0
%29
%59
%1

Triadic Colors of #fcb267

#fcb267 #67fcb2 #b267fc

Analogous Colors of #fcb267

#fcb267 #fcfc67 #fc6867

Monochromatic Colors of #fcb267

#fcb267

Complementary Color

#fcb267 #67b1fc

#fcb267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb267 Color CSS Codes

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

#fcb267 Text Font Color

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

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


#fcb267 Background Color

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

This div background color is #fcb267


#fcb267 Border Color

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

This div border color is #fcb267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb267


Comments

No comments written yet.

Please login to write comment.