COLOR #F8AA19

HEX: #F8AA19
RGB: (248,170,25)

Color info

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

RGB color model

#F8AA19 color RGB value is (248,170,25).

  • red value is 248;
  • green value is 170;
  • blue value is 25.
RGB:
(248,170,25)
(97%,67%,10%)

RGB channels and saturation

R 248 of 255 = 97%
G 170 of 255 = 67%
B 25 of 255 = 10%

248
170
25

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

Portions of RGB colors in percentages

R + G + B =
248 + 170 + 25 = 443 (100%)
R 248 of 443 ~ 55.98%
G 170 of 443 ~ 38.37%
B 25 of 443 ~ 5.64%

%55.98
%38.37

CMYK color model

#F8AA19 color CMYK value is (0,31,90,3).

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 89.92%
  • key color value is 2.75%
CMYK:
(0,31,90,3)
C0M31Y90K3 
(0%,31%,90%,3%)
(0.00/0.31/0.90/0.03)	

CMYK percentages

%0
%31.45
%89.92
%2.75

Codes

Color #F8AA19 in popluar color models

F8AA19
RGB24817025
HSL39°94.09%53.53%
HSB/HSV39°89.92%97.25%
CMYK0.00%31.45%89.92%
2.75%

Color #F8AA19 in popluar number systems.

HEXF8AA19
Decimal24817025
Binary111110001010101011001
Octal37025231

Shades and tints

Shades of #F8AA19

#F8AA19
(248,170,25)
#E29B17
(226,155,23)
#CC8C15
(204,140,21)
#B67D13
(182,125,19)
#A06E11
(160,110,17)
#8A5F0F
(138,95,15)
#74500D
(116,80,13)
#5E410B
(94,65,11)
#483209
(72,50,9)
#322307
(50,35,7)
#1C1405
(28,20,5)
#000000
(0,0,0)

Tints of #F8AA19

#F8AA19
(248,170,25)
#F8B12D
(248,177,45)
#F8B841
(248,184,65)
#F8BF55
(248,191,85)
#F8C669
(248,198,105)
#F8CD7D
(248,205,125)
#F8D491
(248,212,145)
#F8DBA5
(248,219,165)
#F8E2B9
(248,226,185)
#F8E9CD
(248,233,205)
#F8F0E1
(248,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8AA19 color. Also use rgb(248,170,25) instead hex code.

Text Font Color

.myTextColor { color: #F8AA19; }

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

This text font color is #F8AA19.


Background Color

.myBgColor { background-color: #F8AA19; }

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

This div background color is #F8AA19.


Border color

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

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

This div border color is #F8AA19.


Opacity

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

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

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

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

This text has shadow with #F8AA19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8AA19 on black background.


Color preview on white background

This text has color #F8AA19 on white background.



Black color preview on #F8AA19 background

This text has black color on #F8AA19 background.


White color preview on #F8AA19 background

This text has white color on #F8AA19 background.