Color Hex Logo

#fc7a3f Color Hex

#FC7A3F
(252,122,63)
0 Favorites   0 Comments

Color spaces of #fc7a3f

RGB 25212263
HSL0.050.970.62
HSV19°75°99°
CMYK 0.000.520.75   0.01
XYZ48.001634.97348.9232
Yxy34.97340.52230.3806
Hunter Lab59.138341.393532.4507
CIE-Lab65.728045.901054.0375

#fc7a3f color RGB value is (252,122,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111010 00111111
Octal 374 172 77
Decimal 252 122 63
Hex FC 7A 3F

RGB Percentages of Color #fc7a3f

%57.67
%27.92
%14.42

CMYK Percentages of Color #fc7a3f

%0
%52
%75
%1

Triadic Colors of #fc7a3f

#fc7a3f #3ffc7a #7a3ffc

Analogous Colors of #fc7a3f

#fc7a3f #fcd93f #fc3f62

Monochromatic Colors of #fc7a3f

#fc7a3f

Complementary Color

#fc7a3f #3fc1fc

#fc7a3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7a3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7a3f Color CSS Codes

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

#fc7a3f Text Font Color

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

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


#fc7a3f Background Color

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

This div background color is #fc7a3f


#fc7a3f Border Color

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

This div border color is #fc7a3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7a3f


Comments

No comments written yet.

Please login to write comment.