COLOR #F69A63

HEX: #F69A63
RGB: (246,154,99)

Color info

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

RGB color model

#F69A63 color RGB value is (246,154,99).

  • red value is 246;
  • green value is 154;
  • blue value is 99.
RGB:
(246,154,99)
(96%,60%,39%)

RGB channels and saturation

R 246 of 255 = 96%
G 154 of 255 = 60%
B 99 of 255 = 39%

246
154
99

R + G + B ~ 65%. #F69A63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 154 + 99 = 499 (100%)
R 246 of 499 ~ 49.3%
G 154 of 499 ~ 30.86%
B 99 of 499 ~ 19.84%

%49.3
%30.86
%19.84

CMYK color model

#F69A63 color CMYK value is (0,37,60,4).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 59.76%
  • key color value is 3.53%
CMYK:
(0,37,60,4)
C0M37Y60K4 
(0%,37%,60%,4%)
(0.00/0.37/0.60/0.04)	

CMYK percentages

%0
%37.4
%59.76
%3.53

Codes

Color #F69A63 in popluar color models

F69A63
RGB24615499
HSL22°89.09%67.65%
HSB/HSV22°59.76%96.47%
CMYK0.00%37.40%59.76%
3.53%

Color #F69A63 in popluar number systems.

HEXF69A63
Decimal24615499
Binary11110110100110101100011
Octal366232143

Shades and tints

Shades of #F69A63

#F69A63
(246,154,99)
#E08C5A
(224,140,90)
#CA7E51
(202,126,81)
#B47048
(180,112,72)
#9E623F
(158,98,63)
#885436
(136,84,54)
#72462D
(114,70,45)
#5C3824
(92,56,36)
#462A1B
(70,42,27)
#301C12
(48,28,18)
#1A0E09
(26,14,9)
#000000
(0,0,0)

Tints of #F69A63

#F69A63
(246,154,99)
#F6A371
(246,163,113)
#F6AC7F
(246,172,127)
#F6B58D
(246,181,141)
#F6BE9B
(246,190,155)
#F6C7A9
(246,199,169)
#F6D0B7
(246,208,183)
#F6D9C5
(246,217,197)
#F6E2D3
(246,226,211)
#F6EBE1
(246,235,225)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69A63 color. Also use rgb(246,154,99) instead hex code.

Text Font Color

.myTextColor { color: #F69A63; }

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

This text font color is #F69A63.


Background Color

.myBgColor { background-color: #F69A63; }

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

This div background color is #F69A63.


Border color

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

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

This div border color is #F69A63.


Opacity

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

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

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

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

This text has shadow with #F69A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69A63 on black background.


Color preview on white background

This text has color #F69A63 on white background.



Black color preview on #F69A63 background

This text has black color on #F69A63 background.


White color preview on #F69A63 background

This text has white color on #F69A63 background.