Color Hex Logo

#fc665a Color Hex

#FC665A
(252,102,90)
0 Favorites   0 Comments

Color spaces of #fc665a

RGB 25210290
HSL0.010.960.67
HSV64°99°
CMYK 0.000.600.64   0.01
XYZ46.741730.936413.1806
Yxy30.93640.51440.3405
Hunter Lab55.620552.669924.8842
CIE-Lab62.453956.498736.3292

#fc665a color RGB value is (252,102,90).

#fc665a hex color red value is 252, green value is 102 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fc665a hue: 0.01 , saturation: 0.96 and the lightness value of fc665a is 0.67.

The process color (four color CMYK) of #fc665a color hex is 0.00, 0.60, 0.64, 0.01. Web safe color of #fc665a is #ff6666. Color #fc665a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100110 01011010
Octal 374 146 132
Decimal 252 102 90
Hex FC 66 5A

RGB Percentages of Color #fc665a

%56.76
%22.97
%20.27

CMYK Percentages of Color #fc665a

%0
%60
%64
%1

Triadic Colors of #fc665a

#fc665a #5afc66 #665afc

Analogous Colors of #fc665a

#fc665a #fcb75a #fc5a9f

Monochromatic Colors of #fc665a

#fc665a

Complementary Color

#fc665a #5af0fc

#fc665a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc665a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc665a Color CSS Codes

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

#fc665a Text Font Color

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

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


#fc665a Background Color

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

This div background color is #fc665a


#fc665a Border Color

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

This div border color is #fc665a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc665a

Related Colors


Comments

No comments written yet.

Please login to write comment.