Color Hex Logo

#fc664c Color Hex

#FC664C
(252,102,76)
0 Favorites   0 Comments

Color spaces of #fc664c

RGB 25210276
HSL0.020.970.64
HSV70°99°
CMYK 0.000.600.70   0.01
XYZ46.200830.720010.3320
Yxy30.72000.52950.3521
Hunter Lab55.425651.796327.7456
CIE-Lab62.270655.760743.7261

#fc664c color RGB value is (252,102,76).

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

The process color (four color CMYK) of #fc664c color hex is 0.00, 0.60, 0.70, 0.01. Web safe color of #fc664c is #ff6633. Color #fc664c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100110 01001100
Octal 374 146 114
Decimal 252 102 76
Hex FC 66 4C

RGB Percentages of Color #fc664c

%58.60
%23.72
%17.67

CMYK Percentages of Color #fc664c

%0
%60
%70
%1

Triadic Colors of #fc664c

#fc664c #4cfc66 #664cfc

Analogous Colors of #fc664c

#fc664c #fcbe4c #fc4c8a

Monochromatic Colors of #fc664c

#fc664c

Complementary Color

#fc664c #4ce2fc

#fc664c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc664c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc664c Color CSS Codes

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

#fc664c Text Font Color

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

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


#fc664c Background Color

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

This div background color is #fc664c


#fc664c Border Color

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

This div border color is #fc664c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc664c


Comments

No comments written yet.

Please login to write comment.