Color Hex Logo

#f6b273 Color Hex

#F6B273
(246,178,115)
0 Favorites   0 Comments

Color spaces of #f6b273

RGB 246178115
HSL0.080.880.71
HSV29°53°96°
CMYK 0.000.280.53   0.04
XYZ57.020952.671423.3809
Yxy52.67140.42850.3958
Hunter Lab72.575113.237831.7016
CIE-Lab77.680617.902741.7531

#f6b273 color RGB value is (246,178,115).

#f6b273 hex color red value is 246, green value is 178 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f6b273 hue: 0.08 , saturation: 0.88 and the lightness value of f6b273 is 0.71.

The process color (four color CMYK) of #f6b273 color hex is 0.00, 0.28, 0.53, 0.04. Web safe color of #f6b273 is #ff9966. Color #f6b273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10110010 01110011
Octal 366 262 163
Decimal 246 178 115
Hex F6 B2 73

RGB Percentages of Color #f6b273

%45.64
%33.02
%21.34

CMYK Percentages of Color #f6b273

%0
%28
%53
%4

Triadic Colors of #f6b273

#f6b273 #73f6b2 #b273f6

Analogous Colors of #f6b273

#f6b273 #f6f473 #f67376

Monochromatic Colors of #f6b273

#f6b273

Complementary Color

#f6b273 #73b7f6

#f6b273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6b273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6b273 Color CSS Codes

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

#f6b273 Text Font Color

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

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


#f6b273 Background Color

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

This div background color is #f6b273


#f6b273 Border Color

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

This div border color is #f6b273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6b273


Comments

No comments written yet.

Please login to write comment.