Color Hex Logo

#fc634d Color Hex

#FC634D
(252,99,77)
0 Favorites   0 Comments

Color spaces of #fc634d

RGB 2529977
HSL0.020.970.65
HSV69°99°
CMYK 0.000.610.69   0.01
XYZ45.946330.154910.4200
Yxy30.15490.53100.3485
Hunter Lab54.913553.253027.1890
CIE-Lab61.787657.119042.6353

#fc634d color RGB value is (252,99,77).

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

The process color (four color CMYK) of #fc634d color hex is 0.00, 0.61, 0.69, 0.01. Web safe color of #fc634d is #ff6666. Color #fc634d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100011 01001101
Octal 374 143 115
Decimal 252 99 77
Hex FC 63 4D

RGB Percentages of Color #fc634d

%58.88
%23.13
%17.99

CMYK Percentages of Color #fc634d

%0
%61
%69
%1

Triadic Colors of #fc634d

#fc634d #4dfc63 #634dfc

Analogous Colors of #fc634d

#fc634d #fcbb4d #fc4d8f

Monochromatic Colors of #fc634d

#fc634d

Complementary Color

#fc634d #4de6fc

#fc634d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc634d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc634d Color CSS Codes

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

#fc634d Text Font Color

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

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


#fc634d Background Color

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

This div background color is #fc634d


#fc634d Border Color

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

This div border color is #fc634d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc634d

Related Colors


Comments

No comments written yet.

Please login to write comment.