COLOR #F7A228

HEX: #F7A228
RGB: (247,162,40)

Color info

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

RGB color model

#F7A228 color RGB value is (247,162,40).

  • red value is 247;
  • green value is 162;
  • blue value is 40.
RGB:
(247,162,40)
(97%,64%,16%)

RGB channels and saturation

R 247 of 255 = 97%
G 162 of 255 = 64%
B 40 of 255 = 16%

247
162
40

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

Portions of RGB colors in percentages

R + G + B =
247 + 162 + 40 = 449 (100%)
R 247 of 449 ~ 55.01%
G 162 of 449 ~ 36.08%
B 40 of 449 ~ 8.91%

%55.01
%36.08

CMYK color model

#F7A228 color CMYK value is (0,34,84,3).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 83.81%
  • key color value is 3.14%
CMYK:
(0,34,84,3)
C0M34Y84K3 
(0%,34%,84%,3%)
(0.00/0.34/0.84/0.03)	

CMYK percentages

%0
%34.41
%83.81
%3.14

Codes

Color #F7A228 in popluar color models

F7A228
RGB24716240
HSL35°92.83%56.27%
HSB/HSV35°83.81%96.86%
CMYK0.00%34.41%83.81%
3.14%

Color #F7A228 in popluar number systems.

HEXF7A228
Decimal24716240
Binary1111011110100010101000
Octal36724250

Shades and tints

Shades of #F7A228

#F7A228
(247,162,40)
#E19425
(225,148,37)
#CB8622
(203,134,34)
#B5781F
(181,120,31)
#9F6A1C
(159,106,28)
#895C19
(137,92,25)
#734E16
(115,78,22)
#5D4013
(93,64,19)
#473210
(71,50,16)
#31240D
(49,36,13)
#1B160A
(27,22,10)
#000000
(0,0,0)

Tints of #F7A228

#F7A228
(247,162,40)
#F7AA3B
(247,170,59)
#F7B24E
(247,178,78)
#F7BA61
(247,186,97)
#F7C274
(247,194,116)
#F7CA87
(247,202,135)
#F7D29A
(247,210,154)
#F7DAAD
(247,218,173)
#F7E2C0
(247,226,192)
#F7EAD3
(247,234,211)
#F7F2E6
(247,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A228 color. Also use rgb(247,162,40) instead hex code.

Text Font Color

.myTextColor { color: #F7A228; }

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

This text font color is #F7A228.


Background Color

.myBgColor { background-color: #F7A228; }

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

This div background color is #F7A228.


Border color

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

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

This div border color is #F7A228.


Opacity

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

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

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

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

This text has shadow with #F7A228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A228 on black background.


Color preview on white background

This text has color #F7A228 on white background.



Black color preview on #F7A228 background

This text has black color on #F7A228 background.


White color preview on #F7A228 background

This text has white color on #F7A228 background.