Color Hex Logo

#fba862 Color Hex

#FBA862
(251,168,98)
0 Favorites   0 Comments

Color spaces of #fba862

RGB 25116898
HSL0.080.950.68
HSV27°61°98°
CMYK 0.000.330.61   0.02
XYZ55.990949.396318.1387
Yxy49.39630.45330.3999
Hunter Lab70.282519.208533.8960
CIE-Lab75.697223.897248.0515

#fba862 color RGB value is (251,168,98).

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

The process color (four color CMYK) of #fba862 color hex is 0.00, 0.33, 0.61, 0.02. Web safe color of #fba862 is #ff9966. Color #fba862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 01100010
Octal 373 250 142
Decimal 251 168 98
Hex FB A8 62

RGB Percentages of Color #fba862

%48.55
%32.50
%18.96

CMYK Percentages of Color #fba862

%0
%33
%61
%2

Triadic Colors of #fba862

#fba862 #62fba8 #a862fb

Analogous Colors of #fba862

#fba862 #fbf562 #fb6269

Monochromatic Colors of #fba862

#fba862

Complementary Color

#fba862 #62b5fb

#fba862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba862 Color CSS Codes

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

#fba862 Text Font Color

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

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


#fba862 Background Color

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

This div background color is #fba862


#fba862 Border Color

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

This div border color is #fba862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba862


Comments

No comments written yet.

Please login to write comment.