COLOR #F8A219

HEX: #F8A219 RGB: (248,162,25)

Color info

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

RGB color model

#F8A219 color RGB value is (248,162,25).

RGB: (248,162,25) (97%, 64%, 10%)

RGB channels and saturation

R 248 of 255 = 97%
G 162 of 255 = 64%
B 25 of 255 = 10%

248
162
25

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

Portions of RGB colors in percentages

R + G + B = 248 + 162 + 25 = 435 (100%)
R 248 of 435 ~ 57.01%
G 162 of 435 ~ 37.24%
B 25 of 435 ~ 5.75'%

%57.01
%37.24

CMYK color model

#F8A219 color CMYK value is (0,35,90,3).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 89.92%
  • key color value is 2.75%

CMYK: (0,35,90,3)
C0M35Y90K3 (0%, 35%, 90%, 3%)
(0.00 / 0.35 / 0.90 / 0.03)

CMYK percentages

%0
%34.68
%89.92
%2.75

Codes

Color #F8A219 in popluar color models

F8 A2 19
RGB 248 162 25
HSL 37° 94.09% 53.53%
HSB/HSV 37° 89.92% 97.25%
CMYK 0.00% 34.68% 89.92%
2.75%

Color #F8A219 in popluar number systems.

HEX F8 A2 19
Decimal 248 162 25
Binary 11111000 10100010 11001
Octal 370 242 31

Shades and tints

Shades of #F8A219

#F8A219
(248,162,25)
#E29417
(226,148,23)
#CC8615
(204,134,21)
#B67813
(182,120,19)
#A06A11
(160,106,17)
#8A5C0F
(138,92,15)
#744E0D
(116,78,13)
#5E400B
(94,64,11)
#483209
(72,50,9)
#322407
(50,36,7)
#1C1605
(28,22,5)
#000000
(0,0,0)

Tints of #F8A219

#F8A219
(248,162,25)
#F8AA2D
(248,170,45)
#F8B241
(248,178,65)
#F8BA55
(248,186,85)
#F8C269
(248,194,105)
#F8CA7D
(248,202,125)
#F8D291
(248,210,145)
#F8DAA5
(248,218,165)
#F8E2B9
(248,226,185)
#F8EACD
(248,234,205)
#F8F2E1
(248,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8A219; }

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

This text font color is #F8A219.

Background Color

.myBgColor { background-color: #F8A219; }

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

This div background color is #F8A219.

Border color

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

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

This div border color is #F8A219.

Opacity

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

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

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

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

This text has shadow with #F8A219 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8A219.

Preview

Color preview on black background

This text has color #F8A219 on black background.


Color preview on white background

This text has color #F8A219 on white background.


Black color preview on #F8A219 background

This text has black color on #F8A219 background.


White color preview on #F8A219 background

This text has white color on #F8A219 background.


Related colors

Complementary color

Complementary color for #hex is #075DE6.


I love getcolorcode.com

Triadic colors

1 #19F8A2 and #A219F8 with #F8A219 are triadic colors.

2 #19A2F8 and #A2F819 with #F8A219 are triadic colors.