HEX: #FAA61B
RGB: (250,166,27)
#FAA61B contains mainly red color. Web safe color of #FAA61B is #FF9933 (or #F93).
#FAA61B color RGB value is (250,166,27).
RGB: (250,166,27)
(98%, 65%, 11%)
R 250 of 255 = 98%
G 166 of 255 = 65%
B 27 of 255 = 11%
R + G + B ~ 58%. #FAA61B is middle color (not dark and not light).
R + G + B = 250 + 166 + 27 = 443 (100%)
R 250 of 443 ~ 56.43%
G 166 of 443 ~ 37.47%
B 27 of 443 ~ 6.09'%
#FAA61B color CMYK value is (0,34,89,2).
CMYK: (0,34,89,2)
C0M34Y89K2 (0%, 34%, 89%, 2%)
(0.00 / 0.34 / 0.89 / 0.02)
Color #FAA61B in popluar color models
FA | A6 | 1B | |
---|---|---|---|
RGB | 250 | 166 | 27 |
HSL | 37° | 95.71% | 54.31% |
HSB/HSV | 37° | 89.20% | 98.04% |
CMYK | 0.00% | 33.60% | 89.20% |
1.96% |
Color #FAA61B in popluar number systems.
HEX | FA | A6 | 1B |
Decimal | 250 | 166 | 27 |
Binary | 11111010 | 10100110 | 11011 |
Octal | 372 | 246 | 33 |
Shades of #FAA61B
Tints of #FAA61B
Examples of css and html codes for elements with #FAA61B color. Also use rgb(250,166,27) instead hex code.
.myTextColor { color: #FAA61B; }
<p style="color:#FAA61B">This sample text font color is #FAA61B.</p>
This text font color is #FAA61B.
.myBgColor { background-color: #FAA61B; }
<div style="background-color:#FAA61B">Inner text</div>
This div background color is #FAA61B.
.myBorderColor { border: 1px solid #FAA61B; }
<div style="border:3px solid #FAA61B">Div</div>
This div border color is #FAA61B.
.myOpacity80 { color: #FAA61B; opacity: 0.8; }
<p style="color:#FAA61B;opacity:0.8;">80%</p>
Text with #FAA61B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAA61B;}
<p style="text-shadow: 3px 3px 1px #FAA61B">Text here.</p>
This text has shadow with #FAA61B color.
.textShadow {text-shadow: 3px 3px 1px #FAA61B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAA61B, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAA61B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAA61B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAA61B, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAA61B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAA61B;
-webkit-box-shadow: 1px 1px 3px 2px #FAA61B;
box-shadow: 1px 1px 3px 2px #FAA61B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAA61B; -webkit-box-shadow: 1px 1px 3px 2px #FAA61B; box-shadow:1px 1px 3px 2px #FAA61B;">
Div content here
</div>
This text has color #FAA61B on black background.
This text has color #FAA61B on white background.
This text has black color on #FAA61B background.
This text has white color on #FAA61B background.
Complementary color for #hex is #0559E4.