COLOR #F8A519

HEX: #F8A519 RGB: (248,165,25)

Color info

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

RGB color model

#F8A519 color RGB value is (248,165,25).

RGB: (248,165,25) (97%, 65%, 10%)

RGB channels and saturation

R 248 of 255 = 97%
G 165 of 255 = 65%
B 25 of 255 = 10%

248
165
25

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

Portions of RGB colors in percentages

R + G + B = 248 + 165 + 25 = 438 (100%)
R 248 of 438 ~ 56.62%
G 165 of 438 ~ 37.67%
B 25 of 438 ~ 5.71'%

%56.62
%37.67

CMYK color model

#F8A519 color CMYK value is (0,33,90,3).

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

CMYK: (0,33,90,3)
C0M33Y90K3 (0%, 33%, 90%, 3%)
(0.00 / 0.33 / 0.90 / 0.03)

CMYK percentages

%0
%33.47
%89.92
%2.75

Codes

Color #F8A519 in popluar color models

F8 A5 19
RGB 248 165 25
HSL 38° 94.09% 53.53%
HSB/HSV 38° 89.92% 97.25%
CMYK 0.00% 33.47% 89.92%
2.75%

Color #F8A519 in popluar number systems.

HEX F8 A5 19
Decimal 248 165 25
Binary 11111000 10100101 11001
Octal 370 245 31

Shades and tints

Shades of #F8A519

#F8A519
(248,165,25)
#E29617
(226,150,23)
#CC8715
(204,135,21)
#B67813
(182,120,19)
#A06911
(160,105,17)
#8A5A0F
(138,90,15)
#744B0D
(116,75,13)
#5E3C0B
(94,60,11)
#482D09
(72,45,9)
#321E07
(50,30,7)
#1C0F05
(28,15,5)
#000000
(0,0,0)

Tints of #F8A519

#F8A519
(248,165,25)
#F8AD2D
(248,173,45)
#F8B541
(248,181,65)
#F8BD55
(248,189,85)
#F8C569
(248,197,105)
#F8CD7D
(248,205,125)
#F8D591
(248,213,145)
#F8DDA5
(248,221,165)
#F8E5B9
(248,229,185)
#F8EDCD
(248,237,205)
#F8F5E1
(248,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8A519; }

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

This text font color is #F8A519.

Background Color

.myBgColor { background-color: #F8A519; }

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

This div background color is #F8A519.

Border color

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

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

This div border color is #F8A519.

Opacity

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

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

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

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

This text has shadow with #F8A519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8A519.

Preview

Color preview on black background

This text has color #F8A519 on black background.


Color preview on white background

This text has color #F8A519 on white background.


Black color preview on #F8A519 background

This text has black color on #F8A519 background.


White color preview on #F8A519 background

This text has white color on #F8A519 background.


Related colors

Complementary color

Complementary color for #hex is #075AE6.


I love getcolorcode.com

Triadic colors

1 #19F8A5 and #A519F8 with #F8A519 are triadic colors.

2 #19A5F8 and #A5F819 with #F8A519 are triadic colors.