Color Hex Logo

#fcb455 Color Hex

#FCB455
(252,180,85)
0 Favorites   0 Comments

Color spaces of #fcb455

RGB 25218085
HSL0.090.970.66
HSV34°66°99°
CMYK 0.000.290.66   0.01
XYZ58.105853.993815.9537
Yxy53.99380.45380.4217
Hunter Lab73.480512.560838.5636
CIE-Lab78.458117.209057.4208

#fcb455 color RGB value is (252,180,85).

#fcb455 hex color red value is 252, green value is 180 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fcb455 hue: 0.09 , saturation: 0.97 and the lightness value of fcb455 is 0.66.

The process color (four color CMYK) of #fcb455 color hex is 0.00, 0.29, 0.66, 0.01. Web safe color of #fcb455 is #ffcc66. Color #fcb455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 01010101
Octal 374 264 125
Decimal 252 180 85
Hex FC B4 55

RGB Percentages of Color #fcb455

%48.74
%34.82
%16.44

CMYK Percentages of Color #fcb455

%0
%29
%66
%1

Triadic Colors of #fcb455

#fcb455 #55fcb4 #b455fc

Analogous Colors of #fcb455

#fcb455 #f1fc55 #fc6155

Monochromatic Colors of #fcb455

#fcb455

Complementary Color

#fcb455 #559dfc

#fcb455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb455 Color CSS Codes

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

#fcb455 Text Font Color

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

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


#fcb455 Background Color

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

This div background color is #fcb455


#fcb455 Border Color

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

This div border color is #fcb455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb455


Comments

No comments written yet.

Please login to write comment.