Color Hex Logo

#f6b131 Color Hex

#F6B131
(246,177,49)
0 Favorites   0 Comments

Color spaces of #f6b131

RGB 24617749
HSL0.110.920.58
HSV39°80°96°
CMYK 0.000.280.80   0.04
XYZ54.282651.25899.9387
Yxy51.25890.47010.4439
Hunter Lab71.595310.044541.8862
CIE-Lab76.835614.683670.0108

#f6b131 color RGB value is (246,177,49).

#f6b131 hex color red value is 246, green value is 177 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #f6b131 hue: 0.11 , saturation: 0.92 and the lightness value of f6b131 is 0.58.

The process color (four color CMYK) of #f6b131 color hex is 0.00, 0.28, 0.80, 0.04. Web safe color of #f6b131 is #ff9933. Color #f6b131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10110001 00110001
Octal 366 261 61
Decimal 246 177 49
Hex F6 B1 31

RGB Percentages of Color #f6b131

%52.12
%37.50
%10.38

CMYK Percentages of Color #f6b131

%0
%28
%80
%4

Triadic Colors of #f6b131

#f6b131 #31f6b1 #b131f6

Analogous Colors of #f6b131

#f6b131 #d9f631 #f64f31

Monochromatic Colors of #f6b131

#f6b131

Complementary Color

#f6b131 #3176f6

#f6b131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6b131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6b131 Color CSS Codes

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

#f6b131 Text Font Color

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

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


#f6b131 Background Color

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

This div background color is #f6b131


#f6b131 Border Color

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

This div border color is #f6b131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6b131


Comments

No comments written yet.

Please login to write comment.