Color Hex Logo

#fc854c Color Hex

#FC854C
(252,133,76)
0 Favorites   0 Comments

Color spaces of #fc854c

RGB 25213376
HSL0.050.970.64
HSV19°70°99°
CMYK 0.000.470.70   0.01
XYZ49.836937.992311.5440
Yxy37.99230.50150.3823
Hunter Lab61.637936.458632.0423
CIE-Lab68.014941.054650.1943

#fc854c color RGB value is (252,133,76).

#fc854c hex color red value is 252, green value is 133 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fc854c hue: 0.05 , saturation: 0.97 and the lightness value of fc854c is 0.64.

The process color (four color CMYK) of #fc854c color hex is 0.00, 0.47, 0.70, 0.01. Web safe color of #fc854c is #ff9933. Color #fc854c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000101 01001100
Octal 374 205 114
Decimal 252 133 76
Hex FC 85 4C

RGB Percentages of Color #fc854c

%54.66
%28.85
%16.49

CMYK Percentages of Color #fc854c

%0
%47
%70
%1

Triadic Colors of #fc854c

#fc854c #4cfc85 #854cfc

Analogous Colors of #fc854c

#fc854c #fcdd4c #fc4c6b

Monochromatic Colors of #fc854c

#fc854c

Complementary Color

#fc854c #4cc3fc

#fc854c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc854c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc854c Color CSS Codes

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

#fc854c Text Font Color

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

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


#fc854c Background Color

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

This div background color is #fc854c


#fc854c Border Color

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

This div border color is #fc854c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc854c


Comments

No comments written yet.

Please login to write comment.