Color Hex Logo

#fc955e Color Hex

#FC955E
(252,149,94)
0 Favorites   0 Comments

Color spaces of #fc955e

RGB 25214994
HSL0.060.960.68
HSV21°63°99°
CMYK 0.000.410.63   0.01
XYZ52.912742.998516.1004
Yxy42.99850.47240.3839
Hunter Lab65.573229.283031.3436
CIE-Lab71.554033.929845.1949

#fc955e color RGB value is (252,149,94).

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

The process color (four color CMYK) of #fc955e color hex is 0.00, 0.41, 0.63, 0.01. Web safe color of #fc955e is #ff9966. Color #fc955e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010101 01011110
Octal 374 225 136
Decimal 252 149 94
Hex FC 95 5E

RGB Percentages of Color #fc955e

%50.91
%30.10
%18.99

CMYK Percentages of Color #fc955e

%0
%41
%63
%1

Triadic Colors of #fc955e

#fc955e #5efc95 #955efc

Analogous Colors of #fc955e

#fc955e #fce45e #fc5e76

Monochromatic Colors of #fc955e

#fc955e

Complementary Color

#fc955e #5ec5fc

#fc955e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc955e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc955e Color CSS Codes

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

#fc955e Text Font Color

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

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


#fc955e Background Color

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

This div background color is #fc955e


#fc955e Border Color

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

This div border color is #fc955e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc955e


Comments

No comments written yet.

Please login to write comment.