Color Hex Logo

#fd6351 Color Hex

#FD6351
(253,99,81)
0 Favorites   0 Comments

Color spaces of #fd6351

RGB 2539981
HSL0.020.980.65
HSV68°99°
CMYK 0.000.610.68   0.01
XYZ46.455130.400411.2040
Yxy30.40040.52750.3452
Hunter Lab55.136653.905526.5476
CIE-Lab61.998257.654740.7592

#fd6351 color RGB value is (253,99,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 01010001
Octal 375 143 121
Decimal 253 99 81
Hex FD 63 51

RGB Percentages of Color #fd6351

%58.43
%22.86
%18.71

CMYK Percentages of Color #fd6351

%0
%61
%68
%1

Triadic Colors of #fd6351

#fd6351 #51fd63 #6351fd

Analogous Colors of #fd6351

#fd6351 #fdb951 #fd5195

Monochromatic Colors of #fd6351

#fd6351

Complementary Color

#fd6351 #51ebfd

#fd6351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6351 Color CSS Codes

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

#fd6351 Text Font Color

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

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


#fd6351 Background Color

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

This div background color is #fd6351


#fd6351 Border Color

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

This div border color is #fd6351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6351


Comments

No comments written yet.

Please login to write comment.