Color Hex Logo

#fb946e Color Hex

#FB946E
(251,148,110)
0 Favorites   0 Comments

Color spaces of #fb946e

RGB 251148110
HSL0.040.950.71
HSV16°56°98°
CMYK 0.000.410.56   0.02
XYZ53.188042.814820.2126
Yxy42.81480.45770.3684
Hunter Lab65.433030.588027.4881
CIE-Lab71.429135.180136.6490

#fb946e color RGB value is (251,148,110).

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

The process color (four color CMYK) of #fb946e color hex is 0.00, 0.41, 0.56, 0.02. Web safe color of #fb946e is #ff9966. Color #fb946e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010100 01101110
Octal 373 224 156
Decimal 251 148 110
Hex FB 94 6E

RGB Percentages of Color #fb946e

%49.31
%29.08
%21.61

CMYK Percentages of Color #fb946e

%0
%41
%56
%2

Triadic Colors of #fb946e

#fb946e #6efb94 #946efb

Analogous Colors of #fb946e

#fb946e #fbdb6e #fb6e8f

Monochromatic Colors of #fb946e

#fb946e

Complementary Color

#fb946e #6ed5fb

#fb946e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb946e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb946e Color CSS Codes

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

#fb946e Text Font Color

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

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


#fb946e Background Color

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

This div background color is #fb946e


#fb946e Border Color

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

This div border color is #fb946e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb946e


Comments

No comments written yet.

Please login to write comment.