COLOR #F7B220

HEX: #F7B220
RGB: (247,178,32)

Color info

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

RGB color model

#F7B220 color RGB value is (247,178,32).

  • red value is 247;
  • green value is 178;
  • blue value is 32.
RGB:
(247,178,32)
(97%,70%,13%)

RGB channels and saturation

R 247 of 255 = 97%
G 178 of 255 = 70%
B 32 of 255 = 13%

247
178
32

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

Portions of RGB colors in percentages

R + G + B =
247 + 178 + 32 = 457 (100%)
R 247 of 457 ~ 54.05%
G 178 of 457 ~ 38.95%
B 32 of 457 ~ 7%

%54.05
%38.95

CMYK color model

#F7B220 color CMYK value is (0,28,87,3).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 87.04%
  • key color value is 3.14%
CMYK:
(0,28,87,3)
C0M28Y87K3 
(0%,28%,87%,3%)
(0.00/0.28/0.87/0.03)	

CMYK percentages

%0
%27.94
%87.04
%3.14

Codes

Color #F7B220 in popluar color models

F7B220
RGB24717832
HSL41°93.07%54.71%
HSB/HSV41°87.04%96.86%
CMYK0.00%27.94%87.04%
3.14%

Color #F7B220 in popluar number systems.

HEXF7B220
Decimal24717832
Binary1111011110110010100000
Octal36726240

Shades and tints

Shades of #F7B220

#F7B220
(247,178,32)
#E1A21E
(225,162,30)
#CB921C
(203,146,28)
#B5821A
(181,130,26)
#9F7218
(159,114,24)
#896216
(137,98,22)
#735214
(115,82,20)
#5D4212
(93,66,18)
#473210
(71,50,16)
#31220E
(49,34,14)
#1B120C
(27,18,12)
#000000
(0,0,0)

Tints of #F7B220

#F7B220
(247,178,32)
#F7B934
(247,185,52)
#F7C048
(247,192,72)
#F7C75C
(247,199,92)
#F7CE70
(247,206,112)
#F7D584
(247,213,132)
#F7DC98
(247,220,152)
#F7E3AC
(247,227,172)
#F7EAC0
(247,234,192)
#F7F1D4
(247,241,212)
#F7F8E8
(247,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B220 color. Also use rgb(247,178,32) instead hex code.

Text Font Color

.myTextColor { color: #F7B220; }

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

This text font color is #F7B220.


Background Color

.myBgColor { background-color: #F7B220; }

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

This div background color is #F7B220.


Border color

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

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

This div border color is #F7B220.


Opacity

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

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

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

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

This text has shadow with #F7B220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B220 on black background.


Color preview on white background

This text has color #F7B220 on white background.



Black color preview on #F7B220 background

This text has black color on #F7B220 background.


White color preview on #F7B220 background

This text has white color on #F7B220 background.