COLOR #F6542D

HEX: #F6542D
RGB: (246,84,45)

Color info

#F6542D contains mainly red color. Web safe color of #F6542D is #FF6633 (or #F63).

RGB color model

#F6542D color RGB value is (246,84,45).

  • red value is 246;
  • green value is 84;
  • blue value is 45.
RGB:
(246,84,45)
(96%,33%,18%)

RGB channels and saturation

R 246 of 255 = 96%
G 84 of 255 = 33%
B 45 of 255 = 18%

246
84
45

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

Portions of RGB colors in percentages

R + G + B =
246 + 84 + 45 = 375 (100%)
R 246 of 375 ~ 65.6%
G 84 of 375 ~ 22.4%
B 45 of 375 ~ 12%

%65.6
%22.4
%12

CMYK color model

#F6542D color CMYK value is (0,66,82,4).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 81.71%
  • key color value is 3.53%
CMYK:
(0,66,82,4)
C0M66Y82K4 
(0%,66%,82%,4%)
(0.00/0.66/0.82/0.04)	

CMYK percentages

%0
%65.85
%81.71
%3.53

Codes

Color #F6542D in popluar color models

F6542D
RGB2468445
HSL12°91.78%57.06%
HSB/HSV12°81.71%96.47%
CMYK0.00%65.85%81.71%
3.53%

Color #F6542D in popluar number systems.

HEXF6542D
Decimal2468445
Binary111101101010100101101
Octal36612455

Shades and tints

Shades of #F6542D

#F6542D
(246,84,45)
#E04D29
(224,77,41)
#CA4625
(202,70,37)
#B43F21
(180,63,33)
#9E381D
(158,56,29)
#883119
(136,49,25)
#722A15
(114,42,21)
#5C2311
(92,35,17)
#461C0D
(70,28,13)
#301509
(48,21,9)
#1A0E05
(26,14,5)
#000000
(0,0,0)

Tints of #F6542D

#F6542D
(246,84,45)
#F66340
(246,99,64)
#F67253
(246,114,83)
#F68166
(246,129,102)
#F69079
(246,144,121)
#F69F8C
(246,159,140)
#F6AE9F
(246,174,159)
#F6BDB2
(246,189,178)
#F6CCC5
(246,204,197)
#F6DBD8
(246,219,216)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6542D color. Also use rgb(246,84,45) instead hex code.

Text Font Color

.myTextColor { color: #F6542D; }

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

This text font color is #F6542D.


Background Color

.myBgColor { background-color: #F6542D; }

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

This div background color is #F6542D.


Border color

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

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

This div border color is #F6542D.


Opacity

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

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

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

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

This text has shadow with #F6542D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6542D on black background.


Color preview on white background

This text has color #F6542D on white background.



Black color preview on #F6542D background

This text has black color on #F6542D background.


White color preview on #F6542D background

This text has white color on #F6542D background.