Shades of Sunshade #FAA64D
Tints of Sunshade #FAA64D
RGB
CMYK
RGB Variations
Color information
#FAA64D (or 0xFAA64D) is known color: Sunshade. HEX triplet: FA, A6 and 4D. RGB value is (250,166,77). Sum of RGB (Red+Green+Blue) = 250+166+77=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA64D is #0559B2. Grayscale: #B5B5B5. Windows color (decimal): -350643 or 5089018. OLE color: 5089018.
HSL color Cylindrical-coordinate representation of color #FAA64D: hue angle of 30.87º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAA64D is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 77 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.02 |
| HSL | 30.87º | 0.95% | 0.64% | - |
| HSV(B) | 30.87º | 0.69% | 0.98% | - |
| XYZ | 54.4 | 48.13 | 13.44 | - |
| YUV | 180.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 77 | 0 | 0.34 | 0.69 | 0.02 | 30.87 | 0.95 | 0.64 |
| Hex | FA | A6 | 4D | 0 | 22 | 45 | 2 | 1F | 5F | 40 |
| Octal | 372 | 246 | 115 | 0 | 42 | 105 | 2 | 37 | 137 | 100 |
| Binary | 11111010 | 10100110 | 1001101 | 0 | 100010 | 1000101 | 10 | 11111 | 1011111 | 1000000 |
Color Harmonies of #FAA64D
Complementary color
Monochromatic Colors of #FAA64D
Black with #FAA64D
Text Example
Text Example
White with #FAA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA64D; }
p { color: rgb(250,166,77); }
H1.HeaderClassName
{
color: #FAA64D;
}
.AnyTagClassName
{
color: #FAA64D;
}
</style>
background-color css
<style>
a { background-color: #FAA64D; }
a { background-color: rgb(250,166,77); }
div.DivClassName
{
background-color: #FAA64D;
}
.BgClassName
{
background-color: #FAA64D;
}
</style>
border-color css
<style>
span { border-color: #FAA64D; }
span { border-color: rgb(250,166,77); }
td.TdClassName
{
border-color: #FAA64D;
}
.TagClassName
{
border-color: #FAA64D;
}
</style>