COLOR #F8A002

HEX: #F8A002
RGB: (248,160,2)

Color info

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

RGB color model

#F8A002 color RGB value is (248,160,2).

  • red value is 248;
  • green value is 160;
  • blue value is 2.
RGB:
(248,160,2)
(97%,63%,1%)

RGB channels and saturation

R 248 of 255 = 97%
G 160 of 255 = 63%
B 2 of 255 = 1%

248
160
2

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

Portions of RGB colors in percentages

R + G + B =
248 + 160 + 2 = 410 (100%)
R 248 of 410 ~ 60.49%
G 160 of 410 ~ 39.02%
B 2 of 410 ~ 0.49%

%60.49
%39.02

CMYK color model

#F8A002 color CMYK value is (0,35,99,3).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 99.19%
  • key color value is 2.75%
CMYK:
(0,35,99,3)
C0M35Y99K3 
(0%,35%,99%,3%)
(0.00/0.35/0.99/0.03)	

CMYK percentages

%0
%35.48
%99.19
%2.75

Codes

Color #F8A002 in popluar color models

F8A002
RGB2481602
HSL39°98.40%49.02%
HSB/HSV39°99.19%97.25%
CMYK0.00%35.48%99.19%
2.75%

Color #F8A002 in popluar number systems.

HEXF8A002
Decimal2481602
Binary111110001010000010
Octal3702402

Shades and tints

Shades of #F8A002

#F8A002
(248,160,2)
#E29202
(226,146,2)
#CC8402
(204,132,2)
#B67602
(182,118,2)
#A06802
(160,104,2)
#8A5A02
(138,90,2)
#744C02
(116,76,2)
#5E3E02
(94,62,2)
#483002
(72,48,2)
#322202
(50,34,2)
#1C1402
(28,20,2)
#000000
(0,0,0)

Tints of #F8A002

#F8A002
(248,160,2)
#F8A819
(248,168,25)
#F8B030
(248,176,48)
#F8B847
(248,184,71)
#F8C05E
(248,192,94)
#F8C875
(248,200,117)
#F8D08C
(248,208,140)
#F8D8A3
(248,216,163)
#F8E0BA
(248,224,186)
#F8E8D1
(248,232,209)
#F8F0E8
(248,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A002 color. Also use rgb(248,160,2) instead hex code.

Text Font Color

.myTextColor { color: #F8A002; }

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

This text font color is #F8A002.


Background Color

.myBgColor { background-color: #F8A002; }

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

This div background color is #F8A002.


Border color

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

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

This div border color is #F8A002.


Opacity

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

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

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

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

This text has shadow with #F8A002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A002 on black background.


Color preview on white background

This text has color #F8A002 on white background.



Black color preview on #F8A002 background

This text has black color on #F8A002 background.


White color preview on #F8A002 background

This text has white color on #F8A002 background.