Color Hex Logo

#fc695a Color Hex

#FC695A
(252,105,90)
0 Favorites   0 Comments

Color spaces of #fc695a

RGB 25210590
HSL0.020.960.67
HSV64°99°
CMYK 0.000.580.64   0.01
XYZ47.041931.536813.2807
Yxy31.53680.51210.3433
Hunter Lab56.157651.249325.2889
CIE-Lab62.958255.168136.9488

#fc695a color RGB value is (252,105,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101001 01011010
Octal 374 151 132
Decimal 252 105 90
Hex FC 69 5A

RGB Percentages of Color #fc695a

%56.38
%23.49
%20.13

CMYK Percentages of Color #fc695a

%0
%58
%64
%1

Triadic Colors of #fc695a

#fc695a #5afc69 #695afc

Analogous Colors of #fc695a

#fc695a #fcba5a #fc5a9c

Monochromatic Colors of #fc695a

#fc695a

Complementary Color

#fc695a #5aedfc

#fc695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc695a Color CSS Codes

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

#fc695a Text Font Color

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

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


#fc695a Background Color

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

This div background color is #fc695a


#fc695a Border Color

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

This div border color is #fc695a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,105,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 #fc695a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc695a

Related Colors


Comments

No comments written yet.

Please login to write comment.