Color Hex Logo

#fc9655 Color Hex

#FC9655
(252,150,85)
0 Favorites   0 Comments

Color spaces of #fc9655

RGB 25215085
HSL0.060.970.66
HSV23°66°99°
CMYK 0.000.400.66   0.01
XYZ52.690943.164014.1487
Yxy43.16400.47900.3924
Hunter Lab65.699328.183333.2211
CIE-Lab71.666132.870749.8471

#fc9655 color RGB value is (252,150,85).

#fc9655 hex color red value is 252, green value is 150 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fc9655 hue: 0.06 , saturation: 0.97 and the lightness value of fc9655 is 0.66.

The process color (four color CMYK) of #fc9655 color hex is 0.00, 0.40, 0.66, 0.01. Web safe color of #fc9655 is #ff9966. Color #fc9655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 01010101
Octal 374 226 125
Decimal 252 150 85
Hex FC 96 55

RGB Percentages of Color #fc9655

%51.75
%30.80
%17.45

CMYK Percentages of Color #fc9655

%0
%40
%66
%1

Triadic Colors of #fc9655

#fc9655 #55fc96 #9655fc

Analogous Colors of #fc9655

#fc9655 #fcea55 #fc5568

Monochromatic Colors of #fc9655

#fc9655

Complementary Color

#fc9655 #55bbfc

#fc9655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9655 Color CSS Codes

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

#fc9655 Text Font Color

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

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


#fc9655 Background Color

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

This div background color is #fc9655


#fc9655 Border Color

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

This div border color is #fc9655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9655

Related Colors


Comments

No comments written yet.

Please login to write comment.