Color Hex Logo

#fb775f Color Hex

#FB775F
(251,119,95)
0 Favorites   0 Comments

Color spaces of #fb775f

RGB 25111995
HSL0.030.950.68
HSV62°98°
CMYK 0.000.530.62   0.02
XYZ48.446034.529114.9379
Yxy34.52910.49480.3527
Hunter Lab58.761544.332126.0608
CIE-Lab65.380448.624137.1601

#fb775f color RGB value is (251,119,95).

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

The process color (four color CMYK) of #fb775f color hex is 0.00, 0.53, 0.62, 0.02. Web safe color of #fb775f is #ff6666. Color #fb775f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110111 01011111
Octal 373 167 137
Decimal 251 119 95
Hex FB 77 5F

RGB Percentages of Color #fb775f

%53.98
%25.59
%20.43

CMYK Percentages of Color #fb775f

%0
%53
%62
%2

Triadic Colors of #fb775f

#fb775f #5ffb77 #775ffb

Analogous Colors of #fb775f

#fb775f #fbc55f #fb5f95

Monochromatic Colors of #fb775f

#fb775f

Complementary Color

#fb775f #5fe3fb

#fb775f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb775f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb775f Color CSS Codes

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

#fb775f Text Font Color

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

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


#fb775f Background Color

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

This div background color is #fb775f


#fb775f Border Color

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

This div border color is #fb775f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb775f


Comments

No comments written yet.

Please login to write comment.