Color Hex Logo

#ff655d Color Hex

#FF655D
(255,101,93)
0 Favorites   0 Comments

Color spaces of #ff655d

RGB 25510193
HSL0.011.000.68
HSV64°100°
CMYK 0.000.600.64   0.00
XYZ47.869531.357713.8856
Yxy31.35770.51410.3368
Hunter Lab55.997954.593224.4966
CIE-Lab62.808458.119535.2071

#ff655d color RGB value is (255,101,93).

#ff655d hex color red value is 255, green value is 101 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ff655d hue: 0.01 , saturation: 1.00 and the lightness value of ff655d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100101 01011101
Octal 377 145 135
Decimal 255 101 93
Hex FF 65 5D

RGB Percentages of Color #ff655d

%56.79
%22.49
%20.71

CMYK Percentages of Color #ff655d

%0
%60
%64
%0

Triadic Colors of #ff655d

#ff655d #5dff65 #655dff

Analogous Colors of #ff655d

#ff655d #ffb65d #ff5da6

Monochromatic Colors of #ff655d

#ff655d

Complementary Color

#ff655d #5df7ff

#ff655d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff655d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff655d Color CSS Codes

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

#ff655d Text Font Color

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

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


#ff655d Background Color

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

This div background color is #ff655d


#ff655d Border Color

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

This div border color is #ff655d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,101,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff655d

Related Colors


Comments

No comments written yet.

Please login to write comment.