COLOR #F75633

HEX: #F75633
RGB: (247,86,51)

Color info

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

RGB color model

#F75633 color RGB value is (247,86,51).

  • red value is 247;
  • green value is 86;
  • blue value is 51.
RGB:
(247,86,51)
(97%,34%,20%)

RGB channels and saturation

R 247 of 255 = 97%
G 86 of 255 = 34%
B 51 of 255 = 20%

247
86
51

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

Portions of RGB colors in percentages

R + G + B =
247 + 86 + 51 = 384 (100%)
R 247 of 384 ~ 64.32%
G 86 of 384 ~ 22.4%
B 51 of 384 ~ 13.28%

%64.32
%22.4
%13.28

CMYK color model

#F75633 color CMYK value is (0,65,79,3).

  • cyan value is 0.00%
  • magenta value is 65.18%
  • yellow value is 79.35%
  • key color value is 3.14%
CMYK:
(0,65,79,3)
C0M65Y79K3 
(0%,65%,79%,3%)
(0.00/0.65/0.79/0.03)	

CMYK percentages

%0
%65.18
%79.35
%3.14

Codes

Color #F75633 in popluar color models

F75633
RGB2478651
HSL11°92.45%58.43%
HSB/HSV11°79.35%96.86%
CMYK0.00%65.18%79.35%
3.14%

Color #F75633 in popluar number systems.

HEXF75633
Decimal2478651
Binary111101111010110110011
Octal36712663

Shades and tints

Shades of #F75633

#F75633
(247,86,51)
#E14F2F
(225,79,47)
#CB482B
(203,72,43)
#B54127
(181,65,39)
#9F3A23
(159,58,35)
#89331F
(137,51,31)
#732C1B
(115,44,27)
#5D2517
(93,37,23)
#471E13
(71,30,19)
#31170F
(49,23,15)
#1B100B
(27,16,11)
#000000
(0,0,0)

Tints of #F75633

#F75633
(247,86,51)
#F76545
(247,101,69)
#F77457
(247,116,87)
#F78369
(247,131,105)
#F7927B
(247,146,123)
#F7A18D
(247,161,141)
#F7B09F
(247,176,159)
#F7BFB1
(247,191,177)
#F7CEC3
(247,206,195)
#F7DDD5
(247,221,213)
#F7ECE7
(247,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75633 color. Also use rgb(247,86,51) instead hex code.

Text Font Color

.myTextColor { color: #F75633; }

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

This text font color is #F75633.


Background Color

.myBgColor { background-color: #F75633; }

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

This div background color is #F75633.


Border color

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

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

This div border color is #F75633.


Opacity

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

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

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

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

This text has shadow with #F75633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75633 on black background.


Color preview on white background

This text has color #F75633 on white background.



Black color preview on #F75633 background

This text has black color on #F75633 background.


White color preview on #F75633 background

This text has white color on #F75633 background.