Color Hex Logo

#fba476 Color Hex

#FBA476
(251,164,118)
0 Favorites   0 Comments

Color spaces of #fba476

RGB 251164118
HSL0.060.940.72
HSV21°53°98°
CMYK 0.000.350.53   0.02
XYZ56.329148.368223.5067
Yxy48.36820.43940.3773
Hunter Lab69.547322.866628.6433
CIE-Lab75.056627.500837.0146

#fba476 color RGB value is (251,164,118).

#fba476 hex color red value is 251, green value is 164 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fba476 hue: 0.06 , saturation: 0.94 and the lightness value of fba476 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100100 01110110
Octal 373 244 166
Decimal 251 164 118
Hex FB A4 76

RGB Percentages of Color #fba476

%47.09
%30.77
%22.14

CMYK Percentages of Color #fba476

%0
%35
%53
%2

Triadic Colors of #fba476

#fba476 #76fba4 #a476fb

Analogous Colors of #fba476

#fba476 #fbe776 #fb768b

Monochromatic Colors of #fba476

#fba476

Complementary Color

#fba476 #76cdfb

#fba476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba476 Color CSS Codes

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

#fba476 Text Font Color

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

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


#fba476 Background Color

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

This div background color is #fba476


#fba476 Border Color

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

This div border color is #fba476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba476


Comments

No comments written yet.

Please login to write comment.