COLOR #F8A910

HEX: #F8A910
RGB: (248,169,16)

Color info

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

RGB color model

#F8A910 color RGB value is (248,169,16).

  • red value is 248;
  • green value is 169;
  • blue value is 16.
RGB:
(248,169,16)
(97%,66%,6%)

RGB channels and saturation

R 248 of 255 = 97%
G 169 of 255 = 66%
B 16 of 255 = 6%

248
169
16

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

Portions of RGB colors in percentages

R + G + B =
248 + 169 + 16 = 433 (100%)
R 248 of 433 ~ 57.27%
G 169 of 433 ~ 39.03%
B 16 of 433 ~ 3.7%

%57.27
%39.03

CMYK color model

#F8A910 color CMYK value is (0,32,94,3).

  • cyan value is 0.00%
  • magenta value is 31.85%
  • yellow value is 93.55%
  • key color value is 2.75%
CMYK:
(0,32,94,3)
C0M32Y94K3 
(0%,32%,94%,3%)
(0.00/0.32/0.94/0.03)	

CMYK percentages

%0
%31.85
%93.55
%2.75

Codes

Color #F8A910 in popluar color models

F8A910
RGB24816916
HSL40°94.31%51.76%
HSB/HSV40°93.55%97.25%
CMYK0.00%31.85%93.55%
2.75%

Color #F8A910 in popluar number systems.

HEXF8A910
Decimal24816916
Binary111110001010100110000
Octal37025120

Shades and tints

Shades of #F8A910

#F8A910
(248,169,16)
#E29A0F
(226,154,15)
#CC8B0E
(204,139,14)
#B67C0D
(182,124,13)
#A06D0C
(160,109,12)
#8A5E0B
(138,94,11)
#744F0A
(116,79,10)
#5E4009
(94,64,9)
#483108
(72,49,8)
#322207
(50,34,7)
#1C1306
(28,19,6)
#000000
(0,0,0)

Tints of #F8A910

#F8A910
(248,169,16)
#F8B025
(248,176,37)
#F8B73A
(248,183,58)
#F8BE4F
(248,190,79)
#F8C564
(248,197,100)
#F8CC79
(248,204,121)
#F8D38E
(248,211,142)
#F8DAA3
(248,218,163)
#F8E1B8
(248,225,184)
#F8E8CD
(248,232,205)
#F8EFE2
(248,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A910 color. Also use rgb(248,169,16) instead hex code.

Text Font Color

.myTextColor { color: #F8A910; }

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

This text font color is #F8A910.


Background Color

.myBgColor { background-color: #F8A910; }

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

This div background color is #F8A910.


Border color

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

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

This div border color is #F8A910.


Opacity

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

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

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

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

This text has shadow with #F8A910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A910 on black background.


Color preview on white background

This text has color #F8A910 on white background.



Black color preview on #F8A910 background

This text has black color on #F8A910 background.


White color preview on #F8A910 background

This text has white color on #F8A910 background.