COLOR #F69756

HEX: #F69756
RGB: (246,151,86)

Color info

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

RGB color model

#F69756 color RGB value is (246,151,86).

  • red value is 246;
  • green value is 151;
  • blue value is 86.
RGB:
(246,151,86)
(96%,59%,34%)

RGB channels and saturation

R 246 of 255 = 96%
G 151 of 255 = 59%
B 86 of 255 = 34%

246
151
86

R + G + B ~ 63%. #F69756 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 151 + 86 = 483 (100%)
R 246 of 483 ~ 50.93%
G 151 of 483 ~ 31.26%
B 86 of 483 ~ 17.81%

%50.93
%31.26
%17.81

CMYK color model

#F69756 color CMYK value is (0,39,65,4).

  • cyan value is 0.00%
  • magenta value is 38.62%
  • yellow value is 65.04%
  • key color value is 3.53%
CMYK:
(0,39,65,4)
C0M39Y65K4 
(0%,39%,65%,4%)
(0.00/0.39/0.65/0.04)	

CMYK percentages

%0
%38.62
%65.04
%3.53

Codes

Color #F69756 in popluar color models

F69756
RGB24615186
HSL24°89.89%65.10%
HSB/HSV24°65.04%96.47%
CMYK0.00%38.62%65.04%
3.53%

Color #F69756 in popluar number systems.

HEXF69756
Decimal24615186
Binary11110110100101111010110
Octal366227126

Shades and tints

Shades of #F69756

#F69756
(246,151,86)
#E08A4F
(224,138,79)
#CA7D48
(202,125,72)
#B47041
(180,112,65)
#9E633A
(158,99,58)
#885633
(136,86,51)
#72492C
(114,73,44)
#5C3C25
(92,60,37)
#462F1E
(70,47,30)
#302217
(48,34,23)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #F69756

#F69756
(246,151,86)
#F6A065
(246,160,101)
#F6A974
(246,169,116)
#F6B283
(246,178,131)
#F6BB92
(246,187,146)
#F6C4A1
(246,196,161)
#F6CDB0
(246,205,176)
#F6D6BF
(246,214,191)
#F6DFCE
(246,223,206)
#F6E8DD
(246,232,221)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69756 color. Also use rgb(246,151,86) instead hex code.

Text Font Color

.myTextColor { color: #F69756; }

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

This text font color is #F69756.


Background Color

.myBgColor { background-color: #F69756; }

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

This div background color is #F69756.


Border color

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

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

This div border color is #F69756.


Opacity

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

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

Text with #F69756 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 #F69756;}

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

This text has shadow with #F69756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69756 on black background.


Color preview on white background

This text has color #F69756 on white background.



Black color preview on #F69756 background

This text has black color on #F69756 background.


White color preview on #F69756 background

This text has white color on #F69756 background.