Shades of Sunshade #FAA649
Tints of Sunshade #FAA649
RGB
CMYK
RGB Variations
Color information
#FAA649 (or 0xFAA649) is known color: Sunshade. HEX triplet: FA, A6 and 49. RGB value is (250,166,73). Sum of RGB (Red+Green+Blue) = 250+166+73=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA649 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA649 is #0559B6. Grayscale: #B4B4B4. Windows color (decimal): -350647 or 4826874. OLE color: 4826874.
HSL color Cylindrical-coordinate representation of color #FAA649: hue angle of 31.53º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAA649 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 73 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.02 |
| HSL | 31.53º | 0.95% | 0.63% | - |
| HSV(B) | 31.53º | 0.71% | 0.98% | - |
| XYZ | 54.26 | 48.08 | 12.72 | - |
| YUV | 180.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 73 | 0 | 0.34 | 0.71 | 0.02 | 31.53 | 0.95 | 0.63 |
| Hex | FA | A6 | 49 | 0 | 22 | 47 | 2 | 20 | 5F | 3F |
| Octal | 372 | 246 | 111 | 0 | 42 | 107 | 2 | 40 | 137 | 77 |
| Binary | 11111010 | 10100110 | 1001001 | 0 | 100010 | 1000111 | 10 | 100000 | 1011111 | 111111 |
Color Harmonies of #FAA649
Complementary color
Monochromatic Colors of #FAA649
Black with #FAA649
Text Example
Text Example
White with #FAA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA649; }
p { color: rgb(250,166,73); }
H1.HeaderClassName
{
color: #FAA649;
}
.AnyTagClassName
{
color: #FAA649;
}
</style>
background-color css
<style>
a { background-color: #FAA649; }
a { background-color: rgb(250,166,73); }
div.DivClassName
{
background-color: #FAA649;
}
.BgClassName
{
background-color: #FAA649;
}
</style>
border-color css
<style>
span { border-color: #FAA649; }
span { border-color: rgb(250,166,73); }
td.TdClassName
{
border-color: #FAA649;
}
.TagClassName
{
border-color: #FAA649;
}
</style>