Color Hex Logo

#fb864d Color Hex

#FB864D
(251,134,77)
0 Favorites   0 Comments

Color spaces of #fb864d

RGB 25113477
HSL0.050.960.64
HSV20°69°98°
CMYK 0.000.470.69   0.02
XYZ49.648338.095211.7575
Yxy38.09520.49900.3829
Hunter Lab61.721335.572231.9106
CIE-Lab68.090740.218749.7450

#fb864d color RGB value is (251,134,77).

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

The process color (four color CMYK) of #fb864d color hex is 0.00, 0.47, 0.69, 0.02. Web safe color of #fb864d is #ff9966. Color #fb864d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000110 01001101
Octal 373 206 115
Decimal 251 134 77
Hex FB 86 4D

RGB Percentages of Color #fb864d

%54.33
%29.00
%16.67

CMYK Percentages of Color #fb864d

%0
%47
%69
%2

Triadic Colors of #fb864d

#fb864d #4dfb86 #864dfb

Analogous Colors of #fb864d

#fb864d #fbdd4d #fb4d6b

Monochromatic Colors of #fb864d

#fb864d

Complementary Color

#fb864d #4dc2fb

#fb864d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb864d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb864d Color CSS Codes

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

#fb864d Text Font Color

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

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


#fb864d Background Color

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

This div background color is #fb864d


#fb864d Border Color

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

This div border color is #fb864d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb864d

Related Colors


Comments

No comments written yet.

Please login to write comment.