Color Hex Logo

#fc905d Color Hex

#FC905D
(252,144,93)
0 Favorites   0 Comments

Color spaces of #fc905d

RGB 25214493
HSL0.050.960.68
HSV19°63°99°
CMYK 0.000.430.63   0.01
XYZ52.093941.432315.6075
Yxy41.43230.47730.3796
Hunter Lab64.367931.818830.6813
CIE-Lab70.477736.435944.4298

#fc905d color RGB value is (252,144,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 01011101
Octal 374 220 135
Decimal 252 144 93
Hex FC 90 5D

RGB Percentages of Color #fc905d

%51.53
%29.45
%19.02

CMYK Percentages of Color #fc905d

%0
%43
%63
%1

Triadic Colors of #fc905d

#fc905d #5dfc90 #905dfc

Analogous Colors of #fc905d

#fc905d #fce05d #fc5d7a

Monochromatic Colors of #fc905d

#fc905d

Complementary Color

#fc905d #5dc9fc

#fc905d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc905d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc905d Color CSS Codes

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

#fc905d Text Font Color

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

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


#fc905d Background Color

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

This div background color is #fc905d


#fc905d Border Color

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

This div border color is #fc905d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc905d


Comments

No comments written yet.

Please login to write comment.