COLOR #F66C30

HEX: #F66C30
RGB: (246,108,48)

Color info

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

RGB color model

#F66C30 color RGB value is (246,108,48).

  • red value is 246;
  • green value is 108;
  • blue value is 48.
RGB:
(246,108,48)
(96%,42%,19%)

RGB channels and saturation

R 246 of 255 = 96%
G 108 of 255 = 42%
B 48 of 255 = 19%

246
108
48

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

Portions of RGB colors in percentages

R + G + B =
246 + 108 + 48 = 402 (100%)
R 246 of 402 ~ 61.19%
G 108 of 402 ~ 26.87%
B 48 of 402 ~ 11.94%

%61.19
%26.87
%11.94

CMYK color model

#F66C30 color CMYK value is (0,56,80,4).

  • cyan value is 0.00%
  • magenta value is 56.10%
  • yellow value is 80.49%
  • key color value is 3.53%
CMYK:
(0,56,80,4)
C0M56Y80K4 
(0%,56%,80%,4%)
(0.00/0.56/0.80/0.04)	

CMYK percentages

%0
%56.1
%80.49
%3.53

Codes

Color #F66C30 in popluar color models

F66C30
RGB24610848
HSL18°91.67%57.65%
HSB/HSV18°80.49%96.47%
CMYK0.00%56.10%80.49%
3.53%

Color #F66C30 in popluar number systems.

HEXF66C30
Decimal24610848
Binary111101101101100110000
Octal36615460

Shades and tints

Shades of #F66C30

#F66C30
(246,108,48)
#E0632C
(224,99,44)
#CA5A28
(202,90,40)
#B45124
(180,81,36)
#9E4820
(158,72,32)
#883F1C
(136,63,28)
#723618
(114,54,24)
#5C2D14
(92,45,20)
#462410
(70,36,16)
#301B0C
(48,27,12)
#1A1208
(26,18,8)
#000000
(0,0,0)

Tints of #F66C30

#F66C30
(246,108,48)
#F67942
(246,121,66)
#F68654
(246,134,84)
#F69366
(246,147,102)
#F6A078
(246,160,120)
#F6AD8A
(246,173,138)
#F6BA9C
(246,186,156)
#F6C7AE
(246,199,174)
#F6D4C0
(246,212,192)
#F6E1D2
(246,225,210)
#F6EEE4
(246,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F66C30 color. Also use rgb(246,108,48) instead hex code.

Text Font Color

.myTextColor { color: #F66C30; }

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

This text font color is #F66C30.


Background Color

.myBgColor { background-color: #F66C30; }

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

This div background color is #F66C30.


Border color

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

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

This div border color is #F66C30.


Opacity

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

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

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

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

This text has shadow with #F66C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F66C30 on black background.


Color preview on white background

This text has color #F66C30 on white background.



Black color preview on #F66C30 background

This text has black color on #F66C30 background.


White color preview on #F66C30 background

This text has white color on #F66C30 background.