HEX: #FAB57C
RGB: (250,181,124)
#FAB57C contains mainly red color. Web safe color of #FAB57C is #FFCC66 (or #FC6).
#FAB57C color RGB value is (250,181,124).
RGB: (250,181,124)
(98%, 71%, 49%)
R 250 of 255 = 98%
G 181 of 255 = 71%
B 124 of 255 = 49%
R + G + B ~ 73%. #FAB57C is quite light color.
R + G + B = 250 + 181 + 124 = 555 (100%)
R 250 of 555 ~ 45.05%
G 181 of 555 ~ 32.61%
B 124 of 555 ~ 22.34'%
#FAB57C color CMYK value is (0,28,50,2).
CMYK: (0,28,50,2)
C0M28Y50K2 (0%, 28%, 50%, 2%)
(0.00 / 0.28 / 0.50 / 0.02)
Color #FAB57C in popluar color models
FA | B5 | 7C | |
---|---|---|---|
RGB | 250 | 181 | 124 |
HSL | 27° | 92.65% | 73.33% |
HSB/HSV | 27° | 50.40% | 98.04% |
CMYK | 0.00% | 27.60% | 50.40% |
1.96% |
Color #FAB57C in popluar number systems.
HEX | FA | B5 | 7C |
Decimal | 250 | 181 | 124 |
Binary | 11111010 | 10110101 | 1111100 |
Octal | 372 | 265 | 174 |
Shades of #FAB57C
Tints of #FAB57C
Examples of css and html codes for elements with #FAB57C color. Also use rgb(250,181,124) instead hex code.
.myTextColor { color: #FAB57C; }
<p style="color:#FAB57C">This sample text font color is #FAB57C.</p>
This text font color is #FAB57C.
.myBgColor { background-color: #FAB57C; }
<div style="background-color:#FAB57C">Inner text</div>
This div background color is #FAB57C.
.myBorderColor { border: 1px solid #FAB57C; }
<div style="border:3px solid #FAB57C">Div</div>
This div border color is #FAB57C.
.myOpacity80 { color: #FAB57C; opacity: 0.8; }
<p style="color:#FAB57C;opacity:0.8;">80%</p>
Text with #FAB57C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAB57C;}
<p style="text-shadow: 3px 3px 1px #FAB57C">Text here.</p>
This text has shadow with #FAB57C color.
.textShadow {text-shadow: 3px 3px 1px #FAB57C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAB57C, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAB57C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAB57C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAB57C, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAB57C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAB57C;
-webkit-box-shadow: 1px 1px 3px 2px #FAB57C;
box-shadow: 1px 1px 3px 2px #FAB57C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAB57C; -webkit-box-shadow: 1px 1px 3px 2px #FAB57C; box-shadow:1px 1px 3px 2px #FAB57C;">
Div content here
</div>
This text has color #FAB57C on black background.
This text has color #FAB57C on white background.
This text has black color on #FAB57C background.
This text has white color on #FAB57C background.
Complementary color for #hex is #054A83.