Color Hex Logo

#fcb255 Color Hex

#FCB255
(252,178,85)
0 Favorites   0 Comments

Color spaces of #fcb255

RGB 25217885
HSL0.090.970.66
HSV33°66°99°
CMYK 0.000.290.66   0.01
XYZ57.705053.192115.8201
Yxy53.19210.45540.4198
Hunter Lab72.932913.597838.1923
CIE-Lab77.988318.256256.9059

#fcb255 color RGB value is (252,178,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 01010101
Octal 374 262 125
Decimal 252 178 85
Hex FC B2 55

RGB Percentages of Color #fcb255

%48.93
%34.56
%16.50

CMYK Percentages of Color #fcb255

%0
%29
%66
%1

Triadic Colors of #fcb255

#fcb255 #55fcb2 #b255fc

Analogous Colors of #fcb255

#fcb255 #f3fc55 #fc5f55

Monochromatic Colors of #fcb255

#fcb255

Complementary Color

#fcb255 #559ffc

#fcb255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb255 Color CSS Codes

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

#fcb255 Text Font Color

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

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


#fcb255 Background Color

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

This div background color is #fcb255


#fcb255 Border Color

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

This div border color is #fcb255


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,178,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 #fcb255">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb255

Related Colors


Comments

No comments written yet.

Please login to write comment.