Shades of Sunshade #FAA350
Tints of Sunshade #FAA350
RGB
CMYK
RGB Variations
Color information
#FAA350 (or 0xFAA350) is known color: Sunshade. HEX triplet: FA, A3 and 50. RGB value is (250,163,80). Sum of RGB (Red+Green+Blue) = 250+163+80=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA350 is #055CAF. Grayscale: #B3B3B3. Windows color (decimal): -351408 or 5284858. OLE color: 5284858.
HSL color Cylindrical-coordinate representation of color #FAA350: hue angle of 29.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAA350 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 80 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.02 |
| HSL | 29.29º | 0.94% | 0.65% | - |
| HSV(B) | 29.29º | 0.68% | 0.98% | - |
| XYZ | 53.97 | 47.1 | 13.84 | - |
| YUV | 179.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 80 | 0 | 0.35 | 0.68 | 0.02 | 29.29 | 0.94 | 0.65 |
| Hex | FA | A3 | 50 | 0 | 23 | 44 | 2 | 1D | 5E | 41 |
| Octal | 372 | 243 | 120 | 0 | 43 | 104 | 2 | 35 | 136 | 101 |
| Binary | 11111010 | 10100011 | 1010000 | 0 | 100011 | 1000100 | 10 | 11101 | 1011110 | 1000001 |
Color Harmonies of #FAA350
Complementary color
Monochromatic Colors of #FAA350
Black with #FAA350
Text Example
Text Example
White with #FAA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA350; }
p { color: rgb(250,163,80); }
H1.HeaderClassName
{
color: #FAA350;
}
.AnyTagClassName
{
color: #FAA350;
}
</style>
background-color css
<style>
a { background-color: #FAA350; }
a { background-color: rgb(250,163,80); }
div.DivClassName
{
background-color: #FAA350;
}
.BgClassName
{
background-color: #FAA350;
}
</style>
border-color css
<style>
span { border-color: #FAA350; }
span { border-color: rgb(250,163,80); }
td.TdClassName
{
border-color: #FAA350;
}
.TagClassName
{
border-color: #FAA350;
}
</style>