Color Hex Logo

#fc815f Color Hex

#FC815F
(252,129,95)
0 Favorites   0 Comments

Color spaces of #fc815f

RGB 25212995
HSL0.040.960.68
HSV13°62°99°
CMYK 0.000.490.62   0.01
XYZ50.060737.222215.3726
Yxy37.22220.48770.3626
Hunter Lab61.010039.697627.7678
CIE-Lab67.443444.120739.7260

#fc815f color RGB value is (252,129,95).

#fc815f hex color red value is 252, green value is 129 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fc815f hue: 0.04 , saturation: 0.96 and the lightness value of fc815f is 0.68.

The process color (four color CMYK) of #fc815f color hex is 0.00, 0.49, 0.62, 0.01. Web safe color of #fc815f is #ff9966. Color #fc815f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000001 01011111
Octal 374 201 137
Decimal 252 129 95
Hex FC 81 5F

RGB Percentages of Color #fc815f

%52.94
%27.10
%19.96

CMYK Percentages of Color #fc815f

%0
%49
%62
%1

Triadic Colors of #fc815f

#fc815f #5ffc81 #815ffc

Analogous Colors of #fc815f

#fc815f #fcd05f #fc5f8c

Monochromatic Colors of #fc815f

#fc815f

Complementary Color

#fc815f #5fdafc

#fc815f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc815f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc815f Color CSS Codes

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

#fc815f Text Font Color

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

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


#fc815f Background Color

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

This div background color is #fc815f


#fc815f Border Color

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

This div border color is #fc815f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc815f


Comments

No comments written yet.

Please login to write comment.