color codes Logo

#fba85d color codes

#FBA85D
(251,168,93)
0 Favorites   0 Comments

Color spaces of #fba85d

RGB 25116893
HSL0.080.950.67
HSV28°63°98°
CMYK 0.000.330.63   0.02
XYZ55.762149.304816.9337
Yxy49.30480.45710.4041
Hunter Lab70.217418.872734.8537
CIE-Lab75.640623.569750.4468

#fba85d color RGB value is (251,168,93).

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

The process color (four color CMYK) of #fba85d color code is 0.00, 0.33, 0.63, 0.02. Web safe color of #fba85d is #ff9966. Color #fba85d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 01011101
Octal 373 250 135
Decimal 251 168 93
Hex FB A8 5D

RGB Percentages of Color #fba85d

%49.02
%32.81
%18.16

CMYK Percentages of Color #fba85d

%0
%33
%63
%2

Triadic Colors of #fba85d

#fba85d #5dfba8 #a85dfb

Analogous Colors of #fba85d

#fba85d #fbf75d #fb5d61

Monochromatic Colors of #fba85d

#fba85d

Complementary Color

#fba85d #5db0fb

#fba85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba85d Color CSS Codes

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

#fba85d Text Font Color

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

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


#fba85d Background Color

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

This div background color is #fba85d


#fba85d Border Color

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

This div border color is #fba85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba85d

Related Colors


Comments

No comments written yet.

Please login to write comment.