COLOR #F6AB2A

HEX: #F6AB2A RGB: (246,171,42)

Color info

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

RGB color model

#F6AB2A color RGB value is (246,171,42).

RGB: (246,171,42) (96%, 67%, 16%)

RGB channels and saturation

R 246 of 255 = 96%
G 171 of 255 = 67%
B 42 of 255 = 16%

246
171
42

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

Portions of RGB colors in percentages

R + G + B = 246 + 171 + 42 = 459 (100%)
R 246 of 459 ~ 53.59%
G 171 of 459 ~ 37.25%
B 42 of 459 ~ 9.15'%

%53.59
%37.25

CMYK color model

#F6AB2A color CMYK value is (0,30,83,4).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 82.93%
  • key color value is 3.53%

CMYK: (0,30,83,4)
C0M30Y83K4 (0%, 30%, 83%, 4%)
(0.00 / 0.30 / 0.83 / 0.04)

CMYK percentages

%0
%30.49
%82.93
%3.53

Codes

Color #F6AB2A in popluar color models

F6 AB 2A
RGB 246 171 42
HSL 38° 91.89% 56.47%
HSB/HSV 38° 82.93% 96.47%
CMYK 0.00% 30.49% 82.93%
3.53%

Color #F6AB2A in popluar number systems.

HEX F6 AB 2A
Decimal 246 171 42
Binary 11110110 10101011 101010
Octal 366 253 52

Shades and tints

Shades of #F6AB2A

#F6AB2A
(246,171,42)
#E09C27
(224,156,39)
#CA8D24
(202,141,36)
#B47E21
(180,126,33)
#9E6F1E
(158,111,30)
#88601B
(136,96,27)
#725118
(114,81,24)
#5C4215
(92,66,21)
#463312
(70,51,18)
#30240F
(48,36,15)
#1A150C
(26,21,12)
#000000
(0,0,0)

Tints of #F6AB2A

#F6AB2A
(246,171,42)
#F6B23D
(246,178,61)
#F6B950
(246,185,80)
#F6C063
(246,192,99)
#F6C776
(246,199,118)
#F6CE89
(246,206,137)
#F6D59C
(246,213,156)
#F6DCAF
(246,220,175)
#F6E3C2
(246,227,194)
#F6EAD5
(246,234,213)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AB2A color. Also use rgb(246,171,42) instead hex code.

Text Font Color

.myTextColor { color: #F6AB2A; }

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

This text font color is #F6AB2A.

Background Color

.myBgColor { background-color: #F6AB2A; }

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

This div background color is #F6AB2A.

Border color

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

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

This div border color is #F6AB2A.

Opacity

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

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

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

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

This text has shadow with #F6AB2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6AB2A.

Preview

Color preview on black background

This text has color #F6AB2A on black background.


Color preview on white background

This text has color #F6AB2A on white background.


Black color preview on #F6AB2A background

This text has black color on #F6AB2A background.


White color preview on #F6AB2A background

This text has white color on #F6AB2A background.


Related colors

Complementary color

Complementary color for #F6AB2A is #0954D5.


I love getcolorcode.com

Triadic colors

1 #2AF6AB and #AB2AF6 with #F6AB2A are triadic colors.

2 #2AABF6 and #ABF62A with #F6AB2A are triadic colors.