Color Hex Logo

#fd8463 Color Hex

#FD8463
(253,132,99)
0 Favorites   0 Comments

Color spaces of #fd8463

RGB 25313299
HSL0.040.970.69
HSV13°61°99°
CMYK 0.000.480.61   0.01
XYZ51.011438.286016.5057
Yxy38.28600.48210.3619
Hunter Lab61.875738.876127.4970
CIE-Lab68.230943.266638.5854

#fd8463 color RGB value is (253,132,99).

#fd8463 hex color red value is 253, green value is 132 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fd8463 hue: 0.04 , saturation: 0.97 and the lightness value of fd8463 is 0.69.

The process color (four color CMYK) of #fd8463 color hex is 0.00, 0.48, 0.61, 0.01. Web safe color of #fd8463 is #ff9966. Color #fd8463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000100 01100011
Octal 375 204 143
Decimal 253 132 99
Hex FD 84 63

RGB Percentages of Color #fd8463

%52.27
%27.27
%20.45

CMYK Percentages of Color #fd8463

%0
%48
%61
%1

Triadic Colors of #fd8463

#fd8463 #63fd84 #8463fd

Analogous Colors of #fd8463

#fd8463 #fdd163 #fd638f

Monochromatic Colors of #fd8463

#fd8463

Complementary Color

#fd8463 #63dcfd

#fd8463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8463 Color CSS Codes

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

#fd8463 Text Font Color

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

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


#fd8463 Background Color

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

This div background color is #fd8463


#fd8463 Border Color

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

This div border color is #fd8463


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,132,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8463


Comments

No comments written yet.

Please login to write comment.