COLOR #F6A22B

HEX: #F6A22B
RGB: (246,162,43)

Color info

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

RGB color model

#F6A22B color RGB value is (246,162,43).

  • red value is 246;
  • green value is 162;
  • blue value is 43.
RGB:
(246,162,43)
(96%,64%,17%)

RGB channels and saturation

R 246 of 255 = 96%
G 162 of 255 = 64%
B 43 of 255 = 17%

246
162
43

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

Portions of RGB colors in percentages

R + G + B =
246 + 162 + 43 = 451 (100%)
R 246 of 451 ~ 54.55%
G 162 of 451 ~ 35.92%
B 43 of 451 ~ 9.53%

%54.55
%35.92
%9.53

CMYK color model

#F6A22B color CMYK value is (0,34,83,4).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 82.52%
  • key color value is 3.53%
CMYK:
(0,34,83,4)
C0M34Y83K4 
(0%,34%,83%,4%)
(0.00/0.34/0.83/0.04)	

CMYK percentages

%0
%34.15
%82.52
%3.53

Codes

Color #F6A22B in popluar color models

F6A22B
RGB24616243
HSL35°91.86%56.67%
HSB/HSV35°82.52%96.47%
CMYK0.00%34.15%82.52%
3.53%

Color #F6A22B in popluar number systems.

HEXF6A22B
Decimal24616243
Binary1111011010100010101011
Octal36624253

Shades and tints

Shades of #F6A22B

#F6A22B
(246,162,43)
#E09428
(224,148,40)
#CA8625
(202,134,37)
#B47822
(180,120,34)
#9E6A1F
(158,106,31)
#885C1C
(136,92,28)
#724E19
(114,78,25)
#5C4016
(92,64,22)
#463213
(70,50,19)
#302410
(48,36,16)
#1A160D
(26,22,13)
#000000
(0,0,0)

Tints of #F6A22B

#F6A22B
(246,162,43)
#F6AA3E
(246,170,62)
#F6B251
(246,178,81)
#F6BA64
(246,186,100)
#F6C277
(246,194,119)
#F6CA8A
(246,202,138)
#F6D29D
(246,210,157)
#F6DAB0
(246,218,176)
#F6E2C3
(246,226,195)
#F6EAD6
(246,234,214)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A22B color. Also use rgb(246,162,43) instead hex code.

Text Font Color

.myTextColor { color: #F6A22B; }

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

This text font color is #F6A22B.


Background Color

.myBgColor { background-color: #F6A22B; }

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

This div background color is #F6A22B.


Border color

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

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

This div border color is #F6A22B.


Opacity

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

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

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

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

This text has shadow with #F6A22B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A22B on black background.


Color preview on white background

This text has color #F6A22B on white background.



Black color preview on #F6A22B background

This text has black color on #F6A22B background.


White color preview on #F6A22B background

This text has white color on #F6A22B background.