Color Hex Logo

#fc905e Color Hex

#FC905E
(252,144,94)
0 Favorites   0 Comments

Color spaces of #fc905e

RGB 25214494
HSL0.050.960.68
HSV19°63°99°
CMYK 0.000.430.63   0.01
XYZ52.138541.450115.8423
Yxy41.45010.47650.3788
Hunter Lab64.381831.887230.4778
CIE-Lab70.490136.499343.9289

#fc905e color RGB value is (252,144,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 01011110
Octal 374 220 136
Decimal 252 144 94
Hex FC 90 5E

RGB Percentages of Color #fc905e

%51.43
%29.39
%19.18

CMYK Percentages of Color #fc905e

%0
%43
%63
%1

Triadic Colors of #fc905e

#fc905e #5efc90 #905efc

Analogous Colors of #fc905e

#fc905e #fcdf5e #fc5e7b

Monochromatic Colors of #fc905e

#fc905e

Complementary Color

#fc905e #5ecafc

#fc905e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc905e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc905e Color CSS Codes

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

#fc905e Text Font Color

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

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


#fc905e Background Color

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

This div background color is #fc905e


#fc905e Border Color

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

This div border color is #fc905e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc905e


Comments

No comments written yet.

Please login to write comment.