Color Hex Logo

#fc784a Color Hex

#FC784A
(252,120,74)
0 Favorites   0 Comments

Color spaces of #fc784a

RGB 25212074
HSL0.040.970.64
HSV16°71°99°
CMYK 0.000.520.71   0.01
XYZ48.097434.622810.6264
Yxy34.62280.51530.3709
Hunter Lab58.841142.935930.4813
CIE-Lab65.453947.346848.3564

#fc784a color RGB value is (252,120,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111000 01001010
Octal 374 170 112
Decimal 252 120 74
Hex FC 78 4A

RGB Percentages of Color #fc784a

%56.50
%26.91
%16.59

CMYK Percentages of Color #fc784a

%0
%52
%71
%1

Triadic Colors of #fc784a

#fc784a #4afc78 #784afc

Analogous Colors of #fc784a

#fc784a #fcd14a #fc4a75

Monochromatic Colors of #fc784a

#fc784a

Complementary Color

#fc784a #4acefc

#fc784a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc784a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc784a Color CSS Codes

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

#fc784a Text Font Color

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

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


#fc784a Background Color

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

This div background color is #fc784a


#fc784a Border Color

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

This div border color is #fc784a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc784a


Comments

No comments written yet.

Please login to write comment.