Color Hex Logo

#ff655e Color Hex

#FF655E
(255,101,94)
0 Favorites   0 Comments

Color spaces of #ff655e

RGB 25510194
HSL0.011.000.68
HSV63°100°
CMYK 0.000.600.63   0.00
XYZ47.914131.375514.1204
Yxy31.37550.51290.3359
Hunter Lab56.013854.664224.2634
CIE-Lab62.823358.178734.6685

#ff655e color RGB value is (255,101,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100101 01011110
Octal 377 145 136
Decimal 255 101 94
Hex FF 65 5E

RGB Percentages of Color #ff655e

%56.67
%22.44
%20.89

CMYK Percentages of Color #ff655e

%0
%60
%63
%0

Triadic Colors of #ff655e

#ff655e #5eff65 #655eff

Analogous Colors of #ff655e

#ff655e #ffb65e #ff5ea8

Monochromatic Colors of #ff655e

#ff655e

Complementary Color

#ff655e #5ef8ff

#ff655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff655e Color CSS Codes

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

#ff655e Text Font Color

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

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


#ff655e Background Color

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

This div background color is #ff655e


#ff655e Border Color

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

This div border color is #ff655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff655e


Comments

No comments written yet.

Please login to write comment.