Color Hex Logo

#fba16b Color Hex

#FBA16B
(251,161,107)
0 Favorites   0 Comments

Color spaces of #fba16b

RGB 251161107
HSL0.060.950.70
HSV23°57°98°
CMYK 0.000.360.57   0.02
XYZ55.182447.060520.0851
Yxy47.06050.45110.3847
Hunter Lab68.600723.534330.6614
CIE-Lab74.228528.200841.7159

#fba16b color RGB value is (251,161,107).

#fba16b hex color red value is 251, green value is 161 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fba16b hue: 0.06 , saturation: 0.95 and the lightness value of fba16b is 0.70.

The process color (four color CMYK) of #fba16b color hex is 0.00, 0.36, 0.57, 0.02. Web safe color of #fba16b is #ff9966. Color #fba16b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 01101011
Octal 373 241 153
Decimal 251 161 107
Hex FB A1 6B

RGB Percentages of Color #fba16b

%48.36
%31.02
%20.62

CMYK Percentages of Color #fba16b

%0
%36
%57
%2

Triadic Colors of #fba16b

#fba16b #6bfba1 #a16bfb

Analogous Colors of #fba16b

#fba16b #fbe96b #fb6b7d

Monochromatic Colors of #fba16b

#fba16b

Complementary Color

#fba16b #6bc5fb

#fba16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba16b Color CSS Codes

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

#fba16b Text Font Color

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

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


#fba16b Background Color

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

This div background color is #fba16b


#fba16b Border Color

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

This div border color is #fba16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba16b

Related Colors


Comments

No comments written yet.

Please login to write comment.