Color Hex Logo

#fb805e Color Hex

#FB805E
(251,128,94)
0 Favorites   0 Comments

Color spaces of #fb805e

RGB 25112894
HSL0.040.950.68
HSV13°63°98°
CMYK 0.000.490.63   0.02
XYZ49.523236.755715.0741
Yxy36.75570.48860.3627
Hunter Lab60.626539.712727.6967
CIE-Lab67.093344.179339.8009

#fb805e color RGB value is (251,128,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 01011110
Octal 373 200 136
Decimal 251 128 94
Hex FB 80 5E

RGB Percentages of Color #fb805e

%53.07
%27.06
%19.87

CMYK Percentages of Color #fb805e

%0
%49
%63
%2

Triadic Colors of #fb805e

#fb805e #5efb80 #805efb

Analogous Colors of #fb805e

#fb805e #fbcf5e #fb5e8b

Monochromatic Colors of #fb805e

#fb805e

Complementary Color

#fb805e #5ed9fb

#fb805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb805e Color CSS Codes

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

#fb805e Text Font Color

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

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


#fb805e Background Color

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

This div background color is #fb805e


#fb805e Border Color

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

This div border color is #fb805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb805e


Comments

No comments written yet.

Please login to write comment.