COLOR #F9682B

HEX: #F9682B RGB: (249,104,43)

Color info

#F9682B contains mainly red color. Web safe color of #F9682B is #FF6633 (or #F63).

RGB color model

#F9682B color RGB value is (249,104,43).

RGB: (249,104,43) (98%, 41%, 17%)

RGB channels and saturation

R 249 of 255 = 98%
G 104 of 255 = 41%
B 43 of 255 = 17%

249
104
43

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

Portions of RGB colors in percentages

R + G + B = 249 + 104 + 43 = 396 (100%)
R 249 of 396 ~ 62.88%
G 104 of 396 ~ 26.26%
B 43 of 396 ~ 10.86'%

%62.88
%26.26
%10.86

CMYK color model

#F9682B color CMYK value is (0,58,83,2).

  • cyan value is 0.00%
  • magenta value is 58.23%
  • yellow value is 82.73%
  • key color value is 2.35%

CMYK: (0,58,83,2)
C0M58Y83K2 (0%, 58%, 83%, 2%)
(0.00 / 0.58 / 0.83 / 0.02)

CMYK percentages

%0
%58.23
%82.73
%2.35

Codes

Color #F9682B in popluar color models

F9 68 2B
RGB 249 104 43
HSL 18° 94.50% 57.25%
HSB/HSV 18° 82.73% 97.65%
CMYK 0.00% 58.23% 82.73%
2.35%

Color #F9682B in popluar number systems.

HEX F9 68 2B
Decimal 249 104 43
Binary 11111001 1101000 101011
Octal 371 150 53

Shades and tints

Shades of #F9682B

#F9682B
(249,104,43)
#E35F28
(227,95,40)
#CD5625
(205,86,37)
#B74D22
(183,77,34)
#A1441F
(161,68,31)
#8B3B1C
(139,59,28)
#753219
(117,50,25)
#5F2916
(95,41,22)
#492013
(73,32,19)
#331710
(51,23,16)
#1D0E0D
(29,14,13)
#000000
(0,0,0)

Tints of #F9682B

#F9682B
(249,104,43)
#F9753E
(249,117,62)
#F98251
(249,130,81)
#F98F64
(249,143,100)
#F99C77
(249,156,119)
#F9A98A
(249,169,138)
#F9B69D
(249,182,157)
#F9C3B0
(249,195,176)
#F9D0C3
(249,208,195)
#F9DDD6
(249,221,214)
#F9EAE9
(249,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9682B color. Also use rgb(249,104,43) instead hex code.

Text Font Color

.myTextColor { color: #F9682B; }

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

This text font color is #F9682B.

Background Color

.myBgColor { background-color: #F9682B; }

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

This div background color is #F9682B.

Border color

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

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

This div border color is #F9682B.

Opacity

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

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

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

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

This text has shadow with #F9682B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9682B.

Preview

Color preview on black background

This text has color #F9682B on black background.


Color preview on white background

This text has color #F9682B on white background.


Black color preview on #F9682B background

This text has black color on #F9682B background.


White color preview on #F9682B background

This text has white color on #F9682B background.


Related colors

Complementary color

Complementary color for #hex is #0697D4.


I love getcolorcode.com

Triadic colors

1 #2BF968 and #682BF9 with #F9682B are triadic colors.

2 #2B68F9 and #68F92B with #F9682B are triadic colors.