Color Hex Logo

#fba35a Color Hex

#FBA35A
(251,163,90)
0 Favorites   0 Comments

Color spaces of #fba35a

RGB 25116390
HSL0.080.950.67
HSV27°64°98°
CMYK 0.000.350.64   0.02
XYZ54.726347.441815.9457
Yxy47.44180.46330.4017
Hunter Lab68.878021.288834.4886
CIE-Lab74.471526.000950.5650

#fba35a color RGB value is (251,163,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 01011010
Octal 373 243 132
Decimal 251 163 90
Hex FB A3 5A

RGB Percentages of Color #fba35a

%49.80
%32.34
%17.86

CMYK Percentages of Color #fba35a

%0
%35
%64
%2

Triadic Colors of #fba35a

#fba35a #5afba3 #a35afb

Analogous Colors of #fba35a

#fba35a #fbf45a #fb5a62

Monochromatic Colors of #fba35a

#fba35a

Complementary Color

#fba35a #5ab2fb

#fba35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba35a Color CSS Codes

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

#fba35a Text Font Color

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

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


#fba35a Background Color

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

This div background color is #fba35a


#fba35a Border Color

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

This div border color is #fba35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba35a

#fba35a Color Palettes


Comments

No comments written yet.

Please login to write comment.