Color Hex Logo

#fb9163 Color Hex

#FB9163
(251,145,99)
0 Favorites   0 Comments

Color spaces of #fb9163

RGB 25114599
HSL0.050.950.69
HSV18°61°98°
CMYK 0.000.420.61   0.02
XYZ52.161241.660917.0965
Yxy41.66090.47030.3756
Hunter Lab64.545331.297729.4772
CIE-Lab70.636535.927841.4755

#fb9163 color RGB value is (251,145,99).

#fb9163 hex color red value is 251, green value is 145 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fb9163 hue: 0.05 , saturation: 0.95 and the lightness value of fb9163 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010001 01100011
Octal 373 221 143
Decimal 251 145 99
Hex FB 91 63

RGB Percentages of Color #fb9163

%50.71
%29.29
%20.00

CMYK Percentages of Color #fb9163

%0
%42
%61
%2

Triadic Colors of #fb9163

#fb9163 #63fb91 #9163fb

Analogous Colors of #fb9163

#fb9163 #fbdd63 #fb6381

Monochromatic Colors of #fb9163

#fb9163

Complementary Color

#fb9163 #63cdfb

#fb9163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9163 Color CSS Codes

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

#fb9163 Text Font Color

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

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


#fb9163 Background Color

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

This div background color is #fb9163


#fb9163 Border Color

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

This div border color is #fb9163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9163

Related Colors


Comments

No comments written yet.

Please login to write comment.