Color Hex Logo

#fc793c Color Hex

#FC793C
(252,121,60)
0 Favorites   0 Comments

Color spaces of #fc793c

RGB 25212160
HSL0.050.970.61
HSV19°76°99°
CMYK 0.000.520.76   0.01
XYZ47.797934.69648.4528
Yxy34.69640.52560.3815
Hunter Lab58.903741.764132.7243
CIE-Lab65.511646.269555.2187

#fc793c color RGB value is (252,121,60).

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

The process color (four color CMYK) of #fc793c color hex is 0.00, 0.52, 0.76, 0.01. Web safe color of #fc793c is #ff6633. Color #fc793c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 00111100
Octal 374 171 74
Decimal 252 121 60
Hex FC 79 3C

RGB Percentages of Color #fc793c

%58.20
%27.94
%13.86

CMYK Percentages of Color #fc793c

%0
%52
%76
%1

Triadic Colors of #fc793c

#fc793c #3cfc79 #793cfc

Analogous Colors of #fc793c

#fc793c #fcd93c #fc3c5f

Monochromatic Colors of #fc793c

#fc793c

Complementary Color

#fc793c #3cbffc

#fc793c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc793c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc793c Color CSS Codes

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

#fc793c Text Font Color

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

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


#fc793c Background Color

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

This div background color is #fc793c


#fc793c Border Color

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

This div border color is #fc793c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc793c


Comments

No comments written yet.

Please login to write comment.