Color Hex Logo

#fc934c Color Hex

#FC934C
(252,147,76)
0 Favorites   0 Comments

Color spaces of #fc934c

RGB 25214776
HSL0.070.970.64
HSV24°70°99°
CMYK 0.000.420.70   0.01
XYZ51.883142.084712.2261
Yxy42.08470.48860.3963
Hunter Lab64.872729.231334.2369
CIE-Lab70.929333.937053.3902

#fc934c color RGB value is (252,147,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010011 01001100
Octal 374 223 114
Decimal 252 147 76
Hex FC 93 4C

RGB Percentages of Color #fc934c

%53.05
%30.95
%16.00

CMYK Percentages of Color #fc934c

%0
%42
%70
%1

Triadic Colors of #fc934c

#fc934c #4cfc93 #934cfc

Analogous Colors of #fc934c

#fc934c #fceb4c #fc4c5d

Monochromatic Colors of #fc934c

#fc934c

Complementary Color

#fc934c #4cb5fc

#fc934c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc934c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc934c Color CSS Codes

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

#fc934c Text Font Color

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

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


#fc934c Background Color

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

This div background color is #fc934c


#fc934c Border Color

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

This div border color is #fc934c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc934c


Comments

No comments written yet.

Please login to write comment.