COLOR #F69542

HEX: #F69542
RGB: (246,149,66)

Color info

#F69542 contains mainly red color. Web safe color of #F69542 is #FF9933 (or #F93).

RGB color model

#F69542 color RGB value is (246,149,66).

  • red value is 246;
  • green value is 149;
  • blue value is 66.
RGB:
(246,149,66)
(96%,58%,26%)

RGB channels and saturation

R 246 of 255 = 96%
G 149 of 255 = 58%
B 66 of 255 = 26%

246
149
66

R + G + B ~ 60%. #F69542 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
246 + 149 + 66 = 461 (100%)
R 246 of 461 ~ 53.36%
G 149 of 461 ~ 32.32%
B 66 of 461 ~ 14.32%

%53.36
%32.32
%14.32

CMYK color model

#F69542 color CMYK value is (0,39,73,4).

  • cyan value is 0.00%
  • magenta value is 39.43%
  • yellow value is 73.17%
  • key color value is 3.53%
CMYK:
(0,39,73,4)
C0M39Y73K4 
(0%,39%,73%,4%)
(0.00/0.39/0.73/0.04)	

CMYK percentages

%0
%39.43
%73.17
%3.53

Codes

Color #F69542 in popluar color models

F69542
RGB24614966
HSL28°90.91%61.18%
HSB/HSV28°73.17%96.47%
CMYK0.00%39.43%73.17%
3.53%

Color #F69542 in popluar number systems.

HEXF69542
Decimal24614966
Binary11110110100101011000010
Octal366225102

Shades and tints

Shades of #F69542

#F69542
(246,149,66)
#E0883C
(224,136,60)
#CA7B36
(202,123,54)
#B46E30
(180,110,48)
#9E612A
(158,97,42)
#885424
(136,84,36)
#72471E
(114,71,30)
#5C3A18
(92,58,24)
#462D12
(70,45,18)
#30200C
(48,32,12)
#1A1306
(26,19,6)
#000000
(0,0,0)

Tints of #F69542

#F69542
(246,149,66)
#F69E53
(246,158,83)
#F6A764
(246,167,100)
#F6B075
(246,176,117)
#F6B986
(246,185,134)
#F6C297
(246,194,151)
#F6CBA8
(246,203,168)
#F6D4B9
(246,212,185)
#F6DDCA
(246,221,202)
#F6E6DB
(246,230,219)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69542 color. Also use rgb(246,149,66) instead hex code.

Text Font Color

.myTextColor { color: #F69542; }

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

This text font color is #F69542.


Background Color

.myBgColor { background-color: #F69542; }

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

This div background color is #F69542.


Border color

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

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

This div border color is #F69542.


Opacity

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

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

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

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

This text has shadow with #F69542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69542 on black background.


Color preview on white background

This text has color #F69542 on white background.



Black color preview on #F69542 background

This text has black color on #F69542 background.


White color preview on #F69542 background

This text has white color on #F69542 background.