Color Hex Logo

#fd654d Color Hex

#FD654D
(253,101,77)
0 Favorites   0 Comments

Color spaces of #fd654d

RGB 25310177
HSL0.020.980.65
HSV70°99°
CMYK 0.000.600.70   0.01
XYZ46.501230.725810.5010
Yxy30.72580.53010.3502
Hunter Lab55.430952.740527.5695
CIE-Lab62.275556.589743.2399

#fd654d color RGB value is (253,101,77).

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

The process color (four color CMYK) of #fd654d color hex is 0.00, 0.60, 0.70, 0.01. Web safe color of #fd654d is #ff6666. Color #fd654d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100101 01001101
Octal 375 145 115
Decimal 253 101 77
Hex FD 65 4D

RGB Percentages of Color #fd654d

%58.70
%23.43
%17.87

CMYK Percentages of Color #fd654d

%0
%60
%70
%1

Triadic Colors of #fd654d

#fd654d #4dfd65 #654dfd

Analogous Colors of #fd654d

#fd654d #fdbd4d #fd4d8d

Monochromatic Colors of #fd654d

#fd654d

Complementary Color

#fd654d #4de5fd

#fd654d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd654d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd654d Color CSS Codes

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

#fd654d Text Font Color

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

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


#fd654d Background Color

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

This div background color is #fd654d


#fd654d Border Color

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

This div border color is #fd654d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd654d


Comments

No comments written yet.

Please login to write comment.