Color Hex Logo

#fc793a Color Hex

#FC793A
(252,121,58)
0 Favorites   0 Comments

Color spaces of #fc793a

RGB 25212158
HSL0.050.970.61
HSV19°77°99°
CMYK 0.000.520.77   0.01
XYZ47.746034.67578.1796
Yxy34.67570.52700.3827
Hunter Lab58.886141.680732.9845
CIE-Lab65.495446.195456.1200

#fc793a color RGB value is (252,121,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 00111010
Octal 374 171 72
Decimal 252 121 58
Hex FC 79 3A

RGB Percentages of Color #fc793a

%58.47
%28.07
%13.46

CMYK Percentages of Color #fc793a

%0
%52
%77
%1

Triadic Colors of #fc793a

#fc793a #3afc79 #793afc

Analogous Colors of #fc793a

#fc793a #fcda3a #fc3a5c

Monochromatic Colors of #fc793a

#fc793a

Complementary Color

#fc793a #3abdfc

#fc793a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc793a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc793a Color CSS Codes

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

#fc793a Text Font Color

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

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


#fc793a Background Color

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

This div background color is #fc793a


#fc793a Border Color

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

This div border color is #fc793a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc793a

Related Colors


Comments

No comments written yet.

Please login to write comment.