COLOR #F7B215

HEX: #F7B215
RGB: (247,178,21)

Color info

#F7B215 contains mainly red color. Web safe color of #F7B215 is #FF9900 (or #F90).

RGB color model

#F7B215 color RGB value is (247,178,21).

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

RGB channels and saturation

R 247 of 255 = 97%
G 178 of 255 = 70%
B 21 of 255 = 8%

247
178
21

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

Portions of RGB colors in percentages

R + G + B =
247 + 178 + 21 = 446 (100%)
R 247 of 446 ~ 55.38%
G 178 of 446 ~ 39.91%
B 21 of 446 ~ 4.71%

%55.38
%39.91

CMYK color model

#F7B215 color CMYK value is (0,28,91,3).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 91.50%
  • key color value is 3.14%
CMYK:
(0,28,91,3)
C0M28Y91K3 
(0%,28%,91%,3%)
(0.00/0.28/0.91/0.03)	

CMYK percentages

%0
%27.94
%91.5
%3.14

Codes

Color #F7B215 in popluar color models

F7B215
RGB24717821
HSL42°93.39%52.55%
HSB/HSV42°91.50%96.86%
CMYK0.00%27.94%91.50%
3.14%

Color #F7B215 in popluar number systems.

HEXF7B215
Decimal24717821
Binary111101111011001010101
Octal36726225

Shades and tints

Shades of #F7B215

#F7B215
(247,178,21)
#E1A214
(225,162,20)
#CB9213
(203,146,19)
#B58212
(181,130,18)
#9F7211
(159,114,17)
#896210
(137,98,16)
#73520F
(115,82,15)
#5D420E
(93,66,14)
#47320D
(71,50,13)
#31220C
(49,34,12)
#1B120B
(27,18,11)
#000000
(0,0,0)

Tints of #F7B215

#F7B215
(247,178,21)
#F7B92A
(247,185,42)
#F7C03F
(247,192,63)
#F7C754
(247,199,84)
#F7CE69
(247,206,105)
#F7D57E
(247,213,126)
#F7DC93
(247,220,147)
#F7E3A8
(247,227,168)
#F7EABD
(247,234,189)
#F7F1D2
(247,241,210)
#F7F8E7
(247,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B215; }

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

This text font color is #F7B215.


Background Color

.myBgColor { background-color: #F7B215; }

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

This div background color is #F7B215.


Border color

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

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

This div border color is #F7B215.


Opacity

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

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

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

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

This text has shadow with #F7B215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B215 on black background.


Color preview on white background

This text has color #F7B215 on white background.



Black color preview on #F7B215 background

This text has black color on #F7B215 background.


White color preview on #F7B215 background

This text has white color on #F7B215 background.