Color Hex Logo

#fba35e Color Hex

#FBA35E
(251,163,94)
0 Favorites   0 Comments

Color spaces of #fba35e

RGB 25116394
HSL0.070.950.68
HSV26°63°98°
CMYK 0.000.350.63   0.02
XYZ54.901247.511816.8668
Yxy47.51180.46030.3983
Hunter Lab68.928821.548333.7420
CIE-Lab74.516026.251848.6497

#fba35e color RGB value is (251,163,94).

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

The process color (four color CMYK) of #fba35e color hex is 0.00, 0.35, 0.63, 0.02. Web safe color of #fba35e is #ff9966. Color #fba35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 01011110
Octal 373 243 136
Decimal 251 163 94
Hex FB A3 5E

RGB Percentages of Color #fba35e

%49.41
%32.09
%18.50

CMYK Percentages of Color #fba35e

%0
%35
%63
%2

Triadic Colors of #fba35e

#fba35e #5efba3 #a35efb

Analogous Colors of #fba35e

#fba35e #fbf25e #fb5e68

Monochromatic Colors of #fba35e

#fba35e

Complementary Color

#fba35e #5eb6fb

#fba35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba35e Color CSS Codes

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

#fba35e Text Font Color

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

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


#fba35e Background Color

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

This div background color is #fba35e


#fba35e Border Color

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

This div border color is #fba35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba35e

Related Colors


Comments

No comments written yet.

Please login to write comment.