Shades of Sunshade #FAA047
Tints of Sunshade #FAA047
RGB
CMYK
RGB Variations
Color information
#FAA047 (or 0xFAA047) is known color: Sunshade. HEX triplet: FA, A0 and 47. RGB value is (250,160,71). Sum of RGB (Red+Green+Blue) = 250+160+71=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA047 is #055FB8. Grayscale: #B1B1B1. Windows color (decimal): -352185 or 4694266. OLE color: 4694266.
HSL color Cylindrical-coordinate representation of color #FAA047: hue angle of 29.83º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAA047 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 71 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.02 |
| HSL | 29.83º | 0.95% | 0.63% | - |
| HSV(B) | 29.83º | 0.72% | 0.98% | - |
| XYZ | 53.13 | 45.92 | 12.02 | - |
| YUV | 176.76 | 68.32 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 71 | 0 | 0.36 | 0.72 | 0.02 | 29.83 | 0.95 | 0.63 |
| Hex | FA | A0 | 47 | 0 | 24 | 48 | 2 | 1E | 5F | 3F |
| Octal | 372 | 240 | 107 | 0 | 44 | 110 | 2 | 36 | 137 | 77 |
| Binary | 11111010 | 10100000 | 1000111 | 0 | 100100 | 1001000 | 10 | 11110 | 1011111 | 111111 |
Color Harmonies of #FAA047
Complementary color
Monochromatic Colors of #FAA047
Black with #FAA047
Text Example
Text Example
White with #FAA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA047; }
p { color: rgb(250,160,71); }
H1.HeaderClassName
{
color: #FAA047;
}
.AnyTagClassName
{
color: #FAA047;
}
</style>
background-color css
<style>
a { background-color: #FAA047; }
a { background-color: rgb(250,160,71); }
div.DivClassName
{
background-color: #FAA047;
}
.BgClassName
{
background-color: #FAA047;
}
</style>
border-color css
<style>
span { border-color: #FAA047; }
span { border-color: rgb(250,160,71); }
td.TdClassName
{
border-color: #FAA047;
}
.TagClassName
{
border-color: #FAA047;
}
</style>