Color Hex Logo

#fb805c Color Hex

#FB805C
(251,128,92)
0 Favorites   0 Comments

Color spaces of #fb805c

RGB 25112892
HSL0.040.950.67
HSV14°63°98°
CMYK 0.000.490.63   0.02
XYZ49.434636.720314.6074
Yxy36.72030.49060.3644
Hunter Lab60.597339.573128.1258
CIE-Lab67.066744.054240.8339

#fb805c color RGB value is (251,128,92).

#fb805c hex color red value is 251, green value is 128 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fb805c hue: 0.04 , saturation: 0.95 and the lightness value of fb805c is 0.67.

The process color (four color CMYK) of #fb805c color hex is 0.00, 0.49, 0.63, 0.02. Web safe color of #fb805c is #ff9966. Color #fb805c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 01011100
Octal 373 200 134
Decimal 251 128 92
Hex FB 80 5C

RGB Percentages of Color #fb805c

%53.29
%27.18
%19.53

CMYK Percentages of Color #fb805c

%0
%49
%63
%2

Triadic Colors of #fb805c

#fb805c #5cfb80 #805cfb

Analogous Colors of #fb805c

#fb805c #fbd05c #fb5c88

Monochromatic Colors of #fb805c

#fb805c

Complementary Color

#fb805c #5cd7fb

#fb805c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb805c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb805c Color CSS Codes

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

#fb805c Text Font Color

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

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


#fb805c Background Color

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

This div background color is #fb805c


#fb805c Border Color

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

This div border color is #fb805c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb805c


Comments

No comments written yet.

Please login to write comment.