COLOR #F6834C

HEX: #F6834C
RGB: (246,131,76)

Color info

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

RGB color model

#F6834C color RGB value is (246,131,76).

  • red value is 246;
  • green value is 131;
  • blue value is 76.
RGB:
(246,131,76)
(96%,51%,30%)

RGB channels and saturation

R 246 of 255 = 96%
G 131 of 255 = 51%
B 76 of 255 = 30%

246
131
76

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

Portions of RGB colors in percentages

R + G + B =
246 + 131 + 76 = 453 (100%)
R 246 of 453 ~ 54.3%
G 131 of 453 ~ 28.92%
B 76 of 453 ~ 16.78%

%54.3
%28.92
%16.78

CMYK color model

#F6834C color CMYK value is (0,47,69,4).

  • cyan value is 0.00%
  • magenta value is 46.75%
  • yellow value is 69.11%
  • key color value is 3.53%
CMYK:
(0,47,69,4)
C0M47Y69K4 
(0%,47%,69%,4%)
(0.00/0.47/0.69/0.04)	

CMYK percentages

%0
%46.75
%69.11
%3.53

Codes

Color #F6834C in popluar color models

F6834C
RGB24613176
HSL19°90.43%63.14%
HSB/HSV19°69.11%96.47%
CMYK0.00%46.75%69.11%
3.53%

Color #F6834C in popluar number systems.

HEXF6834C
Decimal24613176
Binary11110110100000111001100
Octal366203114

Shades and tints

Shades of #F6834C

#F6834C
(246,131,76)
#E07846
(224,120,70)
#CA6D40
(202,109,64)
#B4623A
(180,98,58)
#9E5734
(158,87,52)
#884C2E
(136,76,46)
#724128
(114,65,40)
#5C3622
(92,54,34)
#462B1C
(70,43,28)
#302016
(48,32,22)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #F6834C

#F6834C
(246,131,76)
#F68E5C
(246,142,92)
#F6996C
(246,153,108)
#F6A47C
(246,164,124)
#F6AF8C
(246,175,140)
#F6BA9C
(246,186,156)
#F6C5AC
(246,197,172)
#F6D0BC
(246,208,188)
#F6DBCC
(246,219,204)
#F6E6DC
(246,230,220)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6834C color. Also use rgb(246,131,76) instead hex code.

Text Font Color

.myTextColor { color: #F6834C; }

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

This text font color is #F6834C.


Background Color

.myBgColor { background-color: #F6834C; }

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

This div background color is #F6834C.


Border color

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

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

This div border color is #F6834C.


Opacity

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

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

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

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

This text has shadow with #F6834C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6834C on black background.


Color preview on white background

This text has color #F6834C on white background.



Black color preview on #F6834C background

This text has black color on #F6834C background.


White color preview on #F6834C background

This text has white color on #F6834C background.