Color Hex Logo

#fb774d Color Hex

#FB774D
(251,119,77)
0 Favorites   0 Comments

Color spaces of #fb774d

RGB 25111977
HSL0.040.960.64
HSV14°69°98°
CMYK 0.000.530.69   0.02
XYZ47.720034.238711.1148
Yxy34.23870.51270.3679
Hunter Lab58.513843.173529.6975
CIE-Lab65.151647.605146.4455

#fb774d color RGB value is (251,119,77).

#fb774d hex color red value is 251, green value is 119 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fb774d hue: 0.04 , saturation: 0.96 and the lightness value of fb774d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110111 01001101
Octal 373 167 115
Decimal 251 119 77
Hex FB 77 4D

RGB Percentages of Color #fb774d

%56.15
%26.62
%17.23

CMYK Percentages of Color #fb774d

%0
%53
%69
%2

Triadic Colors of #fb774d

#fb774d #4dfb77 #774dfb

Analogous Colors of #fb774d

#fb774d #fbce4d #fb4d7a

Monochromatic Colors of #fb774d

#fb774d

Complementary Color

#fb774d #4dd1fb

#fb774d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb774d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb774d Color CSS Codes

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

#fb774d Text Font Color

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

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


#fb774d Background Color

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

This div background color is #fb774d


#fb774d Border Color

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

This div border color is #fb774d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb774d


Comments

No comments written yet.

Please login to write comment.