HEX: #F6AB2A
RGB: (246,171,42)
#F6AB2A contains mainly red color. Web safe color of #F6AB2A is #FF9933 (or #F93).
#F6AB2A color RGB value is (246,171,42).
RGB: (246,171,42)
(96%, 67%, 16%)
R 246 of 255 = 96%
G 171 of 255 = 67%
B 42 of 255 = 16%
R + G + B ~ 60%. #F6AB2A is middle color (not dark and not light).
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'%
#F6AB2A color CMYK value is (0,30,83,4).
CMYK: (0,30,83,4)
C0M30Y83K4 (0%, 30%, 83%, 4%)
(0.00 / 0.30 / 0.83 / 0.04)
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 of #F6AB2A
Tints of #F6AB2A
Examples of css and html codes for elements with #F6AB2A color. Also use rgb(246,171,42) instead hex code.
.myTextColor { color: #F6AB2A; }
<p style="color:#F6AB2A">This sample text font color is #F6AB2A.</p>
This text font color is #F6AB2A.
.myBgColor { background-color: #F6AB2A; }
<div style="background-color:#F6AB2A">Inner text</div>
This div background color is #F6AB2A.
.myBorderColor { border: 1px solid #F6AB2A; }
<div style="border:3px solid #F6AB2A">Div</div>
This div border color is #F6AB2A.
.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%.
.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.
/* 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 text has color #F6AB2A on black background.
This text has color #F6AB2A on white background.
This text has black color on #F6AB2A background.
This text has white color on #F6AB2A background.
Complementary color for #F6AB2A is #0954D5.