Color Hex Logo

#f6bc71 Color Hex

#F6BC71
(246,188,113)
0 Favorites   0 Comments

Color spaces of #f6bc71

RGB 246188113
HSL0.090.880.70
HSV34°54°96°
CMYK 0.000.240.54   0.04
XYZ58.969956.751523.4689
Yxy56.75150.42370.4077
Hunter Lab75.33367.893134.2627
CIE-Lab80.039612.485345.6704

#f6bc71 color RGB value is (246,188,113).

#f6bc71 hex color red value is 246, green value is 188 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #f6bc71 hue: 0.09 , saturation: 0.88 and the lightness value of f6bc71 is 0.70.

The process color (four color CMYK) of #f6bc71 color hex is 0.00, 0.24, 0.54, 0.04. Web safe color of #f6bc71 is #ffcc66. Color #f6bc71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 01110001
Octal 366 274 161
Decimal 246 188 113
Hex F6 BC 71

RGB Percentages of Color #f6bc71

%44.97
%34.37
%20.66

CMYK Percentages of Color #f6bc71

%0
%24
%54
%4

Triadic Colors of #f6bc71

#f6bc71 #71f6bc #bc71f6

Analogous Colors of #f6bc71

#f6bc71 #eef671 #f67a71

Monochromatic Colors of #f6bc71

#f6bc71

Complementary Color

#f6bc71 #71abf6

#f6bc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bc71 Color CSS Codes

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

#f6bc71 Text Font Color

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

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


#f6bc71 Background Color

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

This div background color is #f6bc71


#f6bc71 Border Color

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

This div border color is #f6bc71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,188,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6bc71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6bc71;
  -webkit-box-shadow: 1px 1px 3px 2px #f6bc71;
  box-shadow:         1px 1px 3px 2px #f6bc71; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,188,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bc71


Comments

No comments written yet.

Please login to write comment.