COLOR #F9A142

HEX: #F9A142
RGB: (249,161,66)

Color info

#F9A142 contains mainly red color. Web safe color of #F9A142 is #FF9933 (or #F93).

RGB color model

#F9A142 color RGB value is (249,161,66).

  • red value is 249;
  • green value is 161;
  • blue value is 66.
RGB:
(249,161,66)
(98%,63%,26%)

RGB channels and saturation

R 249 of 255 = 98%
G 161 of 255 = 63%
B 66 of 255 = 26%

249
161
66

R + G + B ~ 62%. #F9A142 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 161 + 66 = 476 (100%)
R 249 of 476 ~ 52.31%
G 161 of 476 ~ 33.82%
B 66 of 476 ~ 13.87%

%52.31
%33.82
%13.87

CMYK color model

#F9A142 color CMYK value is (0,35,73,2).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 73.49%
  • key color value is 2.35%
CMYK:
(0,35,73,2)
C0M35Y73K2 
(0%,35%,73%,2%)
(0.00/0.35/0.73/0.02)	

CMYK percentages

%0
%35.34
%73.49
%2.35

Codes

Color #F9A142 in popluar color models

F9A142
RGB24916166
HSL31°93.85%61.76%
HSB/HSV31°73.49%97.65%
CMYK0.00%35.34%73.49%
2.35%

Color #F9A142 in popluar number systems.

HEXF9A142
Decimal24916166
Binary11111001101000011000010
Octal371241102

Shades and tints

Shades of #F9A142

#F9A142
(249,161,66)
#E3933C
(227,147,60)
#CD8536
(205,133,54)
#B77730
(183,119,48)
#A1692A
(161,105,42)
#8B5B24
(139,91,36)
#754D1E
(117,77,30)
#5F3F18
(95,63,24)
#493112
(73,49,18)
#33230C
(51,35,12)
#1D1506
(29,21,6)
#000000
(0,0,0)

Tints of #F9A142

#F9A142
(249,161,66)
#F9A953
(249,169,83)
#F9B164
(249,177,100)
#F9B975
(249,185,117)
#F9C186
(249,193,134)
#F9C997
(249,201,151)
#F9D1A8
(249,209,168)
#F9D9B9
(249,217,185)
#F9E1CA
(249,225,202)
#F9E9DB
(249,233,219)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A142 color. Also use rgb(249,161,66) instead hex code.

Text Font Color

.myTextColor { color: #F9A142; }

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

This text font color is #F9A142.


Background Color

.myBgColor { background-color: #F9A142; }

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

This div background color is #F9A142.


Border color

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

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

This div border color is #F9A142.


Opacity

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

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

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

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

This text has shadow with #F9A142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A142 on black background.


Color preview on white background

This text has color #F9A142 on white background.



Black color preview on #F9A142 background

This text has black color on #F9A142 background.


White color preview on #F9A142 background

This text has white color on #F9A142 background.