Color Hex Logo

#fb655f Color Hex

#FB655F
(251,101,95)
0 Favorites   0 Comments

Color spaces of #fb655f

RGB 25110195
HSL0.010.950.68
HSV62°98°
CMYK 0.000.600.62   0.02
XYZ46.502930.642814.2902
Yxy30.64280.50860.3351
Hunter Lab55.355953.079723.4434
CIE-Lab62.204956.898633.1981

#fb655f color RGB value is (251,101,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100101 01011111
Octal 373 145 137
Decimal 251 101 95
Hex FB 65 5F

RGB Percentages of Color #fb655f

%56.15
%22.60
%21.25

CMYK Percentages of Color #fb655f

%0
%60
%62
%2

Triadic Colors of #fb655f

#fb655f #5ffb65 #655ffb

Analogous Colors of #fb655f

#fb655f #fbb35f #fb5fa7

Monochromatic Colors of #fb655f

#fb655f

Complementary Color

#fb655f #5ff5fb

#fb655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb655f Color CSS Codes

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

#fb655f Text Font Color

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

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


#fb655f Background Color

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

This div background color is #fb655f


#fb655f Border Color

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

This div border color is #fb655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb655f


Comments

No comments written yet.

Please login to write comment.