Color Hex Logo

#fc714f Color Hex

#FC714F
(252,113,79)
0 Favorites   0 Comments

Color spaces of #fc714f

RGB 25211379
HSL0.030.970.65
HSV12°69°99°
CMYK 0.000.550.69   0.01
XYZ47.461333.070211.2788
Yxy33.07020.51690.3602
Hunter Lab57.506746.682528.6261
CIE-Lab64.217750.911144.3779

#fc714f color RGB value is (252,113,79).

#fc714f hex color red value is 252, green value is 113 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fc714f hue: 0.03 , saturation: 0.97 and the lightness value of fc714f is 0.65.

The process color (four color CMYK) of #fc714f color hex is 0.00, 0.55, 0.69, 0.01. Web safe color of #fc714f is #ff6666. Color #fc714f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110001 01001111
Octal 374 161 117
Decimal 252 113 79
Hex FC 71 4F

RGB Percentages of Color #fc714f

%56.76
%25.45
%17.79

CMYK Percentages of Color #fc714f

%0
%55
%69
%1

Triadic Colors of #fc714f

#fc714f #4ffc71 #714ffc

Analogous Colors of #fc714f

#fc714f #fcc84f #fc4f84

Monochromatic Colors of #fc714f

#fc714f

Complementary Color

#fc714f #4fdafc

#fc714f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc714f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc714f Color CSS Codes

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

#fc714f Text Font Color

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

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


#fc714f Background Color

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

This div background color is #fc714f


#fc714f Border Color

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

This div border color is #fc714f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc714f

Related Colors


Comments

No comments written yet.

Please login to write comment.