COLOR #F6935D

HEX: #F6935D
RGB: (246,147,93)

Color info

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

RGB color model

#F6935D color RGB value is (246,147,93).

  • red value is 246;
  • green value is 147;
  • blue value is 93.
RGB:
(246,147,93)
(96%,58%,36%)

RGB channels and saturation

R 246 of 255 = 96%
G 147 of 255 = 58%
B 93 of 255 = 36%

246
147
93

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

Portions of RGB colors in percentages

R + G + B =
246 + 147 + 93 = 486 (100%)
R 246 of 486 ~ 50.62%
G 147 of 486 ~ 30.25%
B 93 of 486 ~ 19.14%

%50.62
%30.25
%19.14

CMYK color model

#F6935D color CMYK value is (0,40,62,4).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 62.20%
  • key color value is 3.53%
CMYK:
(0,40,62,4)
C0M40Y62K4 
(0%,40%,62%,4%)
(0.00/0.40/0.62/0.04)	

CMYK percentages

%0
%40.24
%62.2
%3.53

Codes

Color #F6935D in popluar color models

F6935D
RGB24614793
HSL21°89.47%66.47%
HSB/HSV21°62.20%96.47%
CMYK0.00%40.24%62.20%
3.53%

Color #F6935D in popluar number systems.

HEXF6935D
Decimal24614793
Binary11110110100100111011101
Octal366223135

Shades and tints

Shades of #F6935D

#F6935D
(246,147,93)
#E08655
(224,134,85)
#CA794D
(202,121,77)
#B46C45
(180,108,69)
#9E5F3D
(158,95,61)
#885235
(136,82,53)
#72452D
(114,69,45)
#5C3825
(92,56,37)
#462B1D
(70,43,29)
#301E15
(48,30,21)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #F6935D

#F6935D
(246,147,93)
#F69C6B
(246,156,107)
#F6A579
(246,165,121)
#F6AE87
(246,174,135)
#F6B795
(246,183,149)
#F6C0A3
(246,192,163)
#F6C9B1
(246,201,177)
#F6D2BF
(246,210,191)
#F6DBCD
(246,219,205)
#F6E4DB
(246,228,219)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6935D color. Also use rgb(246,147,93) instead hex code.

Text Font Color

.myTextColor { color: #F6935D; }

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

This text font color is #F6935D.


Background Color

.myBgColor { background-color: #F6935D; }

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

This div background color is #F6935D.


Border color

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

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

This div border color is #F6935D.


Opacity

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

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

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

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

This text has shadow with #F6935D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6935D on black background.


Color preview on white background

This text has color #F6935D on white background.



Black color preview on #F6935D background

This text has black color on #F6935D background.


White color preview on #F6935D background

This text has white color on #F6935D background.