COLOR #F8A712

HEX: #F8A712
RGB: (248,167,18)

Color info

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

RGB color model

#F8A712 color RGB value is (248,167,18).

  • red value is 248;
  • green value is 167;
  • blue value is 18.
RGB:
(248,167,18)
(97%,65%,7%)

RGB channels and saturation

R 248 of 255 = 97%
G 167 of 255 = 65%
B 18 of 255 = 7%

248
167
18

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

Portions of RGB colors in percentages

R + G + B =
248 + 167 + 18 = 433 (100%)
R 248 of 433 ~ 57.27%
G 167 of 433 ~ 38.57%
B 18 of 433 ~ 4.16%

%57.27
%38.57

CMYK color model

#F8A712 color CMYK value is (0,33,93,3).

  • cyan value is 0.00%
  • magenta value is 32.66%
  • yellow value is 92.74%
  • key color value is 2.75%
CMYK:
(0,33,93,3)
C0M33Y93K3 
(0%,33%,93%,3%)
(0.00/0.33/0.93/0.03)	

CMYK percentages

%0
%32.66
%92.74
%2.75

Codes

Color #F8A712 in popluar color models

F8A712
RGB24816718
HSL39°94.26%52.16%
HSB/HSV39°92.74%97.25%
CMYK0.00%32.66%92.74%
2.75%

Color #F8A712 in popluar number systems.

HEXF8A712
Decimal24816718
Binary111110001010011110010
Octal37024722

Shades and tints

Shades of #F8A712

#F8A712
(248,167,18)
#E29811
(226,152,17)
#CC8910
(204,137,16)
#B67A0F
(182,122,15)
#A06B0E
(160,107,14)
#8A5C0D
(138,92,13)
#744D0C
(116,77,12)
#5E3E0B
(94,62,11)
#482F0A
(72,47,10)
#322009
(50,32,9)
#1C1108
(28,17,8)
#000000
(0,0,0)

Tints of #F8A712

#F8A712
(248,167,18)
#F8AF27
(248,175,39)
#F8B73C
(248,183,60)
#F8BF51
(248,191,81)
#F8C766
(248,199,102)
#F8CF7B
(248,207,123)
#F8D790
(248,215,144)
#F8DFA5
(248,223,165)
#F8E7BA
(248,231,186)
#F8EFCF
(248,239,207)
#F8F7E4
(248,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A712 color. Also use rgb(248,167,18) instead hex code.

Text Font Color

.myTextColor { color: #F8A712; }

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

This text font color is #F8A712.


Background Color

.myBgColor { background-color: #F8A712; }

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

This div background color is #F8A712.


Border color

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

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

This div border color is #F8A712.


Opacity

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

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

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

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

This text has shadow with #F8A712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A712 on black background.


Color preview on white background

This text has color #F8A712 on white background.



Black color preview on #F8A712 background

This text has black color on #F8A712 background.


White color preview on #F8A712 background

This text has white color on #F8A712 background.