Color Hex Logo

#fb995f Color Hex

#FB995F
(251,153,95)
0 Favorites   0 Comments

Color spaces of #fb995f

RGB 25115395
HSL0.060.950.68
HSV22°62°98°
CMYK 0.000.390.62   0.02
XYZ53.240544.117916.5360
Yxy44.11790.46750.3874
Hunter Lab66.421326.840731.7343
CIE-Lab72.307231.530545.5483

#fb995f color RGB value is (251,153,95).

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

The process color (four color CMYK) of #fb995f color hex is 0.00, 0.39, 0.62, 0.02. Web safe color of #fb995f is #ff9966. Color #fb995f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011001 01011111
Octal 373 231 137
Decimal 251 153 95
Hex FB 99 5F

RGB Percentages of Color #fb995f

%50.30
%30.66
%19.04

CMYK Percentages of Color #fb995f

%0
%39
%62
%2

Triadic Colors of #fb995f

#fb995f #5ffb99 #995ffb

Analogous Colors of #fb995f

#fb995f #fbe75f #fb5f73

Monochromatic Colors of #fb995f

#fb995f

Complementary Color

#fb995f #5fc1fb

#fb995f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb995f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb995f Color CSS Codes

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

#fb995f Text Font Color

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

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


#fb995f Background Color

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

This div background color is #fb995f


#fb995f Border Color

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

This div border color is #fb995f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb995f


Comments

No comments written yet.

Please login to write comment.