Color Hex Logo

#fb8661 Color Hex

#FB8661
(251,134,97)
0 Favorites   0 Comments

Color spaces of #fb8661

RGB 25113497
HSL0.040.950.68
HSV14°61°98°
CMYK 0.000.470.61   0.02
XYZ50.466438.422516.0657
Yxy38.42250.48080.3661
Hunter Lab61.985936.852228.0231
CIE-Lab68.330941.383339.7139

#fb8661 color RGB value is (251,134,97).

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

The process color (four color CMYK) of #fb8661 color hex is 0.00, 0.47, 0.61, 0.02. Web safe color of #fb8661 is #ff9966. Color #fb8661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000110 01100001
Octal 373 206 141
Decimal 251 134 97
Hex FB 86 61

RGB Percentages of Color #fb8661

%52.07
%27.80
%20.12

CMYK Percentages of Color #fb8661

%0
%47
%61
%2

Triadic Colors of #fb8661

#fb8661 #61fb86 #8661fb

Analogous Colors of #fb8661

#fb8661 #fbd361 #fb6189

Monochromatic Colors of #fb8661

#fb8661

Complementary Color

#fb8661 #61d6fb

#fb8661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8661 Color CSS Codes

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

#fb8661 Text Font Color

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

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


#fb8661 Background Color

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

This div background color is #fb8661


#fb8661 Border Color

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

This div border color is #fb8661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8661


Comments

No comments written yet.

Please login to write comment.