color codes Logo

#fc734d color codes

#FC734D
(252,115,77)
0 Favorites   0 Comments

Color spaces of #fc734d

RGB 25211577
HSL0.040.970.65
HSV13°69°99°
CMYK 0.000.540.69   0.01
XYZ47.615233.492710.9763
Yxy33.49270.51710.3637
Hunter Lab57.872945.584229.2659
CIE-Lab64.557949.873145.8117

#fc734d color RGB value is (252,115,77).

#fc734d hex color red value is 252, green value is 115 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fc734d hue: 0.04 , saturation: 0.97 and the lightness value of fc734d is 0.65.

The process color (four color CMYK) of #fc734d color code is 0.00, 0.54, 0.69, 0.01. Web safe color of #fc734d is #ff6666. Color #fc734d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 01001101
Octal 374 163 115
Decimal 252 115 77
Hex FC 73 4D

RGB Percentages of Color #fc734d

%56.76
%25.90
%17.34

CMYK Percentages of Color #fc734d

%0
%54
%69
%1

Triadic Colors of #fc734d

#fc734d #4dfc73 #734dfc

Analogous Colors of #fc734d

#fc734d #fccb4d #fc4d7f

Monochromatic Colors of #fc734d

#fc734d

Complementary Color

#fc734d #4dd6fc

#fc734d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc734d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc734d Color CSS Codes

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

#fc734d Text Font Color

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

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


#fc734d Background Color

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

This div background color is #fc734d


#fc734d Border Color

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

This div border color is #fc734d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc734d


Comments

No comments written yet.

Please login to write comment.