Shades of Sunshade #FAA547
Tints of Sunshade #FAA547
RGB
CMYK
RGB Variations
Color information
#FAA547 (or 0xFAA547) is known color: Sunshade. HEX triplet: FA, A5 and 47. RGB value is (250,165,71). Sum of RGB (Red+Green+Blue) = 250+165+71=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA547 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA547 is #055AB8. Grayscale: #B4B4B4. Windows color (decimal): -350905 or 4695546. OLE color: 4695546.
HSL color Cylindrical-coordinate representation of color #FAA547: hue angle of 31.51º 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 #FAA547 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 71 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.02 |
| HSL | 31.51º | 0.95% | 0.63% | - |
| HSV(B) | 31.51º | 0.72% | 0.98% | - |
| XYZ | 54.02 | 47.69 | 12.32 | - |
| YUV | 179.7 | 66.66 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 71 | 0 | 0.34 | 0.72 | 0.02 | 31.51 | 0.95 | 0.63 |
| Hex | FA | A5 | 47 | 0 | 22 | 48 | 2 | 20 | 5F | 3F |
| Octal | 372 | 245 | 107 | 0 | 42 | 110 | 2 | 40 | 137 | 77 |
| Binary | 11111010 | 10100101 | 1000111 | 0 | 100010 | 1001000 | 10 | 100000 | 1011111 | 111111 |
Color Harmonies of #FAA547
Complementary color
Monochromatic Colors of #FAA547
Black with #FAA547
Text Example
Text Example
White with #FAA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA547; }
p { color: rgb(250,165,71); }
H1.HeaderClassName
{
color: #FAA547;
}
.AnyTagClassName
{
color: #FAA547;
}
</style>
background-color css
<style>
a { background-color: #FAA547; }
a { background-color: rgb(250,165,71); }
div.DivClassName
{
background-color: #FAA547;
}
.BgClassName
{
background-color: #FAA547;
}
</style>
border-color css
<style>
span { border-color: #FAA547; }
span { border-color: rgb(250,165,71); }
td.TdClassName
{
border-color: #FAA547;
}
.TagClassName
{
border-color: #FAA547;
}
</style>