Color Hex Logo

#fcb261 Color Hex

#FCB261
(252,178,97)
0 Favorites   0 Comments

Color spaces of #fcb261

RGB 25217897
HSL0.090.960.68
HSV31°62°99°
CMYK 0.000.290.62   0.01
XYZ58.222953.399318.5477
Yxy53.39930.44730.4102
Hunter Lab73.074814.340236.1035
CIE-Lab78.110218.993651.3908

#fcb261 color RGB value is (252,178,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 01100001
Octal 374 262 141
Decimal 252 178 97
Hex FC B2 61

RGB Percentages of Color #fcb261

%47.82
%33.78
%18.41

CMYK Percentages of Color #fcb261

%0
%29
%62
%1

Triadic Colors of #fcb261

#fcb261 #61fcb2 #b261fc

Analogous Colors of #fcb261

#fcb261 #f9fc61 #fc6561

Monochromatic Colors of #fcb261

#fcb261

Complementary Color

#fcb261 #61abfc

#fcb261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb261 Color CSS Codes

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

#fcb261 Text Font Color

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

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


#fcb261 Background Color

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

This div background color is #fcb261


#fcb261 Border Color

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

This div border color is #fcb261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb261

Related Colors


Comments

No comments written yet.

Please login to write comment.