Color Hex Logo

#fb864a Color Hex

#FB864A
(251,134,74)
0 Favorites   0 Comments

Color spaces of #fb864a

RGB 25113474
HSL0.060.960.64
HSV20°71°98°
CMYK 0.000.470.71   0.02
XYZ49.544838.053811.2124
Yxy38.05380.50140.3851
Hunter Lab61.687835.409532.4049
CIE-Lab68.060240.070051.1876

#fb864a color RGB value is (251,134,74).

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

The process color (four color CMYK) of #fb864a color hex is 0.00, 0.47, 0.71, 0.02. Web safe color of #fb864a is #ff9933. Color #fb864a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000110 01001010
Octal 373 206 112
Decimal 251 134 74
Hex FB 86 4A

RGB Percentages of Color #fb864a

%54.68
%29.19
%16.12

CMYK Percentages of Color #fb864a

%0
%47
%71
%2

Triadic Colors of #fb864a

#fb864a #4afb86 #864afb

Analogous Colors of #fb864a

#fb864a #fbdf4a #fb4a67

Monochromatic Colors of #fb864a

#fb864a

Complementary Color

#fb864a #4abffb

#fb864a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb864a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb864a Color CSS Codes

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

#fb864a Text Font Color

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

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


#fb864a Background Color

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

This div background color is #fb864a


#fb864a Border Color

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

This div border color is #fb864a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb864a


Comments

No comments written yet.

Please login to write comment.