COLOR #F6B366

HEX: #F6B366
RGB: (246,179,102)

Color info

#F6B366 contains mainly red color. Web safe color of #F6B366 is #FF9966 (or #F96).

RGB color model

#F6B366 color RGB value is (246,179,102).

  • red value is 246;
  • green value is 179;
  • blue value is 102.
RGB:
(246,179,102)
(96%,70%,40%)

RGB channels and saturation

R 246 of 255 = 96%
G 179 of 255 = 70%
B 102 of 255 = 40%

246
179
102

R + G + B ~ 69%. #F6B366 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 179 + 102 = 527 (100%)
R 246 of 527 ~ 46.68%
G 179 of 527 ~ 33.97%
B 102 of 527 ~ 19.35%

%46.68
%33.97
%19.35

CMYK color model

#F6B366 color CMYK value is (0,27,59,4).

  • cyan value is 0.00%
  • magenta value is 27.24%
  • yellow value is 58.54%
  • key color value is 3.53%
CMYK:
(0,27,59,4)
C0M27Y59K4 
(0%,27%,59%,4%)
(0.00/0.27/0.59/0.04)	

CMYK percentages

%0
%27.24
%58.54
%3.53

Codes

Color #F6B366 in popluar color models

F6B366
RGB246179102
HSL32°88.89%68.24%
HSB/HSV32°58.54%96.47%
CMYK0.00%27.24%58.54%
3.53%

Color #F6B366 in popluar number systems.

HEXF6B366
Decimal246179102
Binary11110110101100111100110
Octal366263146

Shades and tints

Shades of #F6B366

#F6B366
(246,179,102)
#E0A35D
(224,163,93)
#CA9354
(202,147,84)
#B4834B
(180,131,75)
#9E7342
(158,115,66)
#886339
(136,99,57)
#725330
(114,83,48)
#5C4327
(92,67,39)
#46331E
(70,51,30)
#302315
(48,35,21)
#1A130C
(26,19,12)
#000000
(0,0,0)

Tints of #F6B366

#F6B366
(246,179,102)
#F6B973
(246,185,115)
#F6BF80
(246,191,128)
#F6C58D
(246,197,141)
#F6CB9A
(246,203,154)
#F6D1A7
(246,209,167)
#F6D7B4
(246,215,180)
#F6DDC1
(246,221,193)
#F6E3CE
(246,227,206)
#F6E9DB
(246,233,219)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B366 color. Also use rgb(246,179,102) instead hex code.

Text Font Color

.myTextColor { color: #F6B366; }

<p style="color:#F6B366">This sample text font color is #F6B366.</p>

This text font color is #F6B366.


Background Color

.myBgColor { background-color: #F6B366; }

<div style="background-color:#F6B366">Inner text</div>

This div background color is #F6B366.


Border color

.myBorderColor { border: 1px solid #F6B366; }

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

This div border color is #F6B366.


Opacity

.myOpacity80 { color: #F6B366; opacity: 0.8; }

<p style="color:#F6B366;opacity:0.8;">80%</p>

Text with #F6B366 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F6B366;}

<p style="text-shadow: 3px 3px 1px #F6B366">Text here.</p>

This text has shadow with #F6B366 color.

.textShadow {text-shadow: 3px 3px 1px #F6B366, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F6B366, 5px 5px 20px red">Text here.</p>

This text has shadow with #F6B366 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6B366, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F6B366, Direction=45, Strength=4)">Text</p>

This text has shadow with #F6B366 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F6B366;
  -webkit-box-shadow:	1px 1px 3px 2px #F6B366;
  box-shadow:		1px 1px 3px 2px #F6B366;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6B366;
-webkit-box-shadow: 1px 1px 3px 2px #F6B366;
box-shadow:1px 1px 3px 2px #F6B366;">
Div content here</div>
This div box has shadow with color #F6B366.

Preview

Color preview on black background

This text has color #F6B366 on black background.


Color preview on white background

This text has color #F6B366 on white background.



Black color preview on #F6B366 background

This text has black color on #F6B366 background.


White color preview on #F6B366 background

This text has white color on #F6B366 background.